Uses of Class
io.fabric8.kubernetes.api.model.APIGroup
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of APIGroup in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return APIGroup Modifier and Type Method Description APIGroupAPIGroupBuilder. build()APIGroupKubeSchemaFluent. buildAPIGroup()APIGroupKubeSchemaFluentImpl. buildAPIGroup()APIGroupAPIGroupListFluent. buildFirstGroup()APIGroupAPIGroupListFluentImpl. buildFirstGroup()APIGroupAPIGroupListFluent. buildGroup(int index)APIGroupAPIGroupListFluentImpl. buildGroup(int index)APIGroupAPIGroupListFluent. buildLastGroup()APIGroupAPIGroupListFluentImpl. buildLastGroup()APIGroupAPIGroupListFluent. buildMatchingGroup(Predicate<APIGroupBuilder> predicate)APIGroupAPIGroupListFluentImpl. buildMatchingGroup(Predicate<APIGroupBuilder> predicate)APIGroupDoneableAPIGroup. done()APIGroupKubeSchema. getAPIGroup()APIGroupKubeSchemaFluent. getAPIGroup()Deprecated.APIGroupKubeSchemaFluentImpl. getAPIGroup()Deprecated.Methods in io.fabric8.kubernetes.api.model that return types with arguments of type APIGroup Modifier and Type Method Description List<APIGroup>APIGroupListFluent. buildGroups()List<APIGroup>APIGroupListFluentImpl. buildGroups()List<APIGroup>APIGroupList. getGroups()List<APIGroup>APIGroupListFluent. getGroups()Deprecated.List<APIGroup>APIGroupListFluentImpl. getGroups()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type APIGroup Modifier and Type Method Description APIGroupListFluent.GroupsNested<A>APIGroupListFluent. addNewGroupLike(APIGroup item)APIGroupListFluent.GroupsNested<A>APIGroupListFluentImpl. addNewGroupLike(APIGroup item)AAPIGroupListFluent. addToGroups(int index, APIGroup item)AAPIGroupListFluent. addToGroups(APIGroup... items)AAPIGroupListFluentImpl. addToGroups(int index, APIGroup item)AAPIGroupListFluentImpl. addToGroups(APIGroup... items)KubeSchemaFluent.APIGroupNested<A>KubeSchemaFluent. editOrNewAPIGroupLike(APIGroup item)KubeSchemaFluent.APIGroupNested<A>KubeSchemaFluentImpl. editOrNewAPIGroupLike(APIGroup item)AAPIGroupListFluent. removeFromGroups(APIGroup... items)AAPIGroupListFluentImpl. removeFromGroups(APIGroup... items)voidKubeSchema. setAPIGroup(APIGroup aPIGroup)APIGroupListFluent.GroupsNested<A>APIGroupListFluent. setNewGroupLike(int index, APIGroup item)APIGroupListFluent.GroupsNested<A>APIGroupListFluentImpl. setNewGroupLike(int index, APIGroup item)AAPIGroupListFluent. setToGroups(int index, APIGroup item)AAPIGroupListFluentImpl. setToGroups(int index, APIGroup item)AKubeSchemaFluent. withAPIGroup(APIGroup aPIGroup)AKubeSchemaFluentImpl. withAPIGroup(APIGroup aPIGroup)AWatchEventFluent. withAPIGroupObject(APIGroup aPIGroupObject)AWatchEventFluentImpl. withAPIGroupObject(APIGroup aPIGroupObject)AAPIGroupListFluent. withGroups(APIGroup... groups)AAPIGroupListFluentImpl. withGroups(APIGroup... groups)KubeSchemaFluent.APIGroupNested<A>KubeSchemaFluent. withNewAPIGroupLike(APIGroup item)KubeSchemaFluent.APIGroupNested<A>KubeSchemaFluentImpl. withNewAPIGroupLike(APIGroup item)WatchEventFluent.APIGroupObjectNested<A>WatchEventFluent. withNewAPIGroupObjectLike(APIGroup item)WatchEventFluent.APIGroupObjectNested<A>WatchEventFluentImpl. withNewAPIGroupObjectLike(APIGroup item)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type APIGroup Modifier and Type Method Description AAPIGroupListFluent. addAllToGroups(Collection<APIGroup> items)AAPIGroupListFluentImpl. addAllToGroups(Collection<APIGroup> items)AAPIGroupListFluent. removeAllFromGroups(Collection<APIGroup> items)AAPIGroupListFluentImpl. removeAllFromGroups(Collection<APIGroup> items)voidAPIGroupList. setGroups(List<APIGroup> groups)AAPIGroupListFluent. withGroups(List<APIGroup> groups)AAPIGroupListFluentImpl. withGroups(List<APIGroup> groups)Constructors in io.fabric8.kubernetes.api.model with parameters of type APIGroup Constructor Description APIGroupBuilder(APIGroup instance)APIGroupBuilder(APIGroupFluent<?> fluent, APIGroup instance)APIGroupBuilder(APIGroupFluent<?> fluent, APIGroup instance, Boolean validationEnabled)APIGroupBuilder(APIGroup instance, Boolean validationEnabled)APIGroupFluentImpl(APIGroup instance)DoneableAPIGroup(APIGroup item)DoneableAPIGroup(APIGroup item, Function<APIGroup,APIGroup> function)KubeSchema(APIGroup aPIGroup, APIGroupList aPIGroupList, APIService aPIService, APIServiceList aPIServiceList, BaseKubernetesList baseKubernetesList, Binding binding, ComponentStatus componentStatus, ComponentStatusList componentStatusList, Config config, ConfigMap configMap, ConfigMapList configMapList, ContainerStatus containerStatus, CreateOptions createOptions, DeleteOptions deleteOptions, EndpointPort endpointPort, Endpoints endpoints, EndpointsList endpointsList, EnvVar envVar, Event event, EventList eventList, EventSeries eventSeries, EventSource eventSource, GetOptions getOptions, GroupVersionKind groupVersionKind, GroupVersionResource groupVersionResource, Info info, LimitRangeList limitRangeList, ListOptions listOptions, MicroTime microTime, Namespace namespace, NamespaceList namespaceList, Node node, NodeList nodeList, ObjectMeta objectMeta, Patch patch, PatchOptions patchOptions, PersistentVolume persistentVolume, PersistentVolumeClaim persistentVolumeClaim, PersistentVolumeClaimList persistentVolumeClaimList, PersistentVolumeList persistentVolumeList, PodExecOptions podExecOptions, PodList podList, PodTemplateList podTemplateList, Quantity quantity, ReplicationControllerList replicationControllerList, ResourceQuota resourceQuota, ResourceQuotaList resourceQuotaList, RootPaths rootPaths, Secret secret, SecretList secretList, ServiceAccount serviceAccount, ServiceAccountList serviceAccountList, ServiceList serviceList, Status status, String time, Toleration toleration, TopologySelectorTerm topologySelectorTerm, TypeMeta typeMeta, UpdateOptions updateOptions, WatchEvent watchEvent)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type APIGroup Constructor Description APIGroupList(String apiVersion, List<APIGroup> groups, String kind)DoneableAPIGroup(Function<APIGroup,APIGroup> function)DoneableAPIGroup(Function<APIGroup,APIGroup> function)DoneableAPIGroup(APIGroup item, Function<APIGroup,APIGroup> function)DoneableAPIGroup(APIGroup item, Function<APIGroup,APIGroup> function)