Uses of Class
io.fabric8.kubernetes.api.model.apps.DaemonSet
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.apps |
-
Uses of DaemonSet in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return DaemonSet Modifier and Type Method Description DaemonSetKubeSchema. getDaemonSet()Methods in io.fabric8.kubernetes.api.model with parameters of type DaemonSet Modifier and Type Method Description voidKubeSchema. setDaemonSet(DaemonSet daemonSet)Constructors in io.fabric8.kubernetes.api.model with parameters of type DaemonSet Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, io.fabric8.kubernetes.api.model.Binding binding, io.fabric8.kubernetes.api.model.ComponentStatusList componentStatusList, io.fabric8.kubernetes.api.model.ConfigMap configMap, io.fabric8.kubernetes.api.model.ConfigMapList configMapList, io.fabric8.kubernetes.api.model.ContainerStatus containerStatus, ControllerRevision controllerRevision, ControllerRevisionList controllerRevisionList, io.fabric8.kubernetes.api.model.CreateOptions createOptions, DaemonSet daemonSet, DaemonSetList daemonSetList, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, Deployment deployment, DeploymentList deploymentList, io.fabric8.kubernetes.api.model.EndpointPort endpointPort, io.fabric8.kubernetes.api.model.Endpoints endpoints, io.fabric8.kubernetes.api.model.EndpointsList endpointsList, io.fabric8.kubernetes.api.model.EnvVar envVar, io.fabric8.kubernetes.api.model.GetOptions getOptions, io.fabric8.kubernetes.api.model.version.Info info, io.fabric8.kubernetes.api.model.LimitRangeList limitRangeList, io.fabric8.kubernetes.api.model.ListOptions listOptions, io.fabric8.kubernetes.api.model.Namespace namespace, io.fabric8.kubernetes.api.model.NamespaceList namespaceList, io.fabric8.kubernetes.api.model.Node node, io.fabric8.kubernetes.api.model.NodeList nodeList, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, io.fabric8.kubernetes.api.model.PersistentVolume persistentVolume, io.fabric8.kubernetes.api.model.PersistentVolumeClaim persistentVolumeClaim, io.fabric8.kubernetes.api.model.PersistentVolumeClaimList persistentVolumeClaimList, io.fabric8.kubernetes.api.model.PersistentVolumeList persistentVolumeList, io.fabric8.kubernetes.api.model.PodList podList, io.fabric8.kubernetes.api.model.PodTemplateList podTemplateList, io.fabric8.kubernetes.api.model.Quantity quantity, ReplicaSet replicaSet, ReplicaSetList replicaSetList, io.fabric8.kubernetes.api.model.ReplicationControllerList replicationControllerList, io.fabric8.kubernetes.api.model.ResourceQuota resourceQuota, io.fabric8.kubernetes.api.model.ResourceQuotaList resourceQuotaList, io.fabric8.kubernetes.api.model.RootPaths rootPaths, io.fabric8.kubernetes.api.model.Secret secret, io.fabric8.kubernetes.api.model.SecretList secretList, io.fabric8.kubernetes.api.model.ServiceAccount serviceAccount, io.fabric8.kubernetes.api.model.ServiceAccountList serviceAccountList, io.fabric8.kubernetes.api.model.ServiceList serviceList, StatefulSet statefulSet, StatefulSetList statefulSetList, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.Toleration toleration, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) -
Uses of DaemonSet in io.fabric8.kubernetes.api.model.apps
Methods in io.fabric8.kubernetes.api.model.apps that return DaemonSet Modifier and Type Method Description DaemonSetDaemonSetBuilder. build()DaemonSetDaemonSetListFluent. buildFirstItem()DaemonSetDaemonSetListFluentImpl. buildFirstItem()DaemonSetDaemonSetListFluent. buildItem(int index)DaemonSetDaemonSetListFluentImpl. buildItem(int index)DaemonSetDaemonSetListFluent. buildLastItem()DaemonSetDaemonSetListFluentImpl. buildLastItem()DaemonSetDaemonSetListFluent. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<DaemonSetBuilder> predicate)DaemonSetDaemonSetListFluentImpl. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<DaemonSetBuilder> predicate)DaemonSetDoneableDaemonSet. done()Methods in io.fabric8.kubernetes.api.model.apps that return types with arguments of type DaemonSet Modifier and Type Method Description List<DaemonSet>DaemonSetListFluent. buildItems()List<DaemonSet>DaemonSetListFluentImpl. buildItems()List<DaemonSet>DaemonSetList. getItems()List<DaemonSet>DaemonSetListFluent. getItems()Deprecated.List<DaemonSet>DaemonSetListFluentImpl. getItems()Deprecated.Methods in io.fabric8.kubernetes.api.model.apps with parameters of type DaemonSet Modifier and Type Method Description DaemonSetListFluent.ItemsNested<A>DaemonSetListFluent. addNewItemLike(DaemonSet item)DaemonSetListFluent.ItemsNested<A>DaemonSetListFluentImpl. addNewItemLike(DaemonSet item)ADaemonSetListFluent. addToItems(int index, DaemonSet item)ADaemonSetListFluent. addToItems(DaemonSet... items)ADaemonSetListFluentImpl. addToItems(int index, DaemonSet item)ADaemonSetListFluentImpl. addToItems(DaemonSet... items)ADaemonSetListFluent. removeFromItems(DaemonSet... items)ADaemonSetListFluentImpl. removeFromItems(DaemonSet... items)DaemonSetListFluent.ItemsNested<A>DaemonSetListFluent. setNewItemLike(int index, DaemonSet item)DaemonSetListFluent.ItemsNested<A>DaemonSetListFluentImpl. setNewItemLike(int index, DaemonSet item)ADaemonSetListFluent. setToItems(int index, DaemonSet item)ADaemonSetListFluentImpl. setToItems(int index, DaemonSet item)AControllerRevisionFluent. withDaemonSetData(DaemonSet daemonSetData)AControllerRevisionFluentImpl. withDaemonSetData(DaemonSet daemonSetData)ADaemonSetListFluent. withItems(DaemonSet... items)ADaemonSetListFluentImpl. withItems(DaemonSet... items)ControllerRevisionFluent.DaemonSetDataNested<A>ControllerRevisionFluent. withNewDaemonSetDataLike(DaemonSet item)ControllerRevisionFluent.DaemonSetDataNested<A>ControllerRevisionFluentImpl. withNewDaemonSetDataLike(DaemonSet item)Method parameters in io.fabric8.kubernetes.api.model.apps with type arguments of type DaemonSet Modifier and Type Method Description ADaemonSetListFluent. addAllToItems(Collection<DaemonSet> items)ADaemonSetListFluentImpl. addAllToItems(Collection<DaemonSet> items)ADaemonSetListFluent. removeAllFromItems(Collection<DaemonSet> items)ADaemonSetListFluentImpl. removeAllFromItems(Collection<DaemonSet> items)voidDaemonSetList. setItems(List<DaemonSet> items)ADaemonSetListFluent. withItems(List<DaemonSet> items)ADaemonSetListFluentImpl. withItems(List<DaemonSet> items)Constructors in io.fabric8.kubernetes.api.model.apps with parameters of type DaemonSet Constructor Description DaemonSetBuilder(DaemonSet instance)DaemonSetBuilder(DaemonSetFluent<?> fluent, DaemonSet instance)DaemonSetBuilder(DaemonSetFluent<?> fluent, DaemonSet instance, Boolean validationEnabled)DaemonSetBuilder(DaemonSet instance, Boolean validationEnabled)DaemonSetFluentImpl(DaemonSet instance)DoneableDaemonSet(DaemonSet item)DoneableDaemonSet(DaemonSet item, io.fabric8.kubernetes.api.builder.Function<DaemonSet,DaemonSet> function)Constructor parameters in io.fabric8.kubernetes.api.model.apps with type arguments of type DaemonSet Constructor Description DaemonSetList(String apiVersion, List<DaemonSet> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)DoneableDaemonSet(io.fabric8.kubernetes.api.builder.Function<DaemonSet,DaemonSet> function)DoneableDaemonSet(io.fabric8.kubernetes.api.builder.Function<DaemonSet,DaemonSet> function)DoneableDaemonSet(DaemonSet item, io.fabric8.kubernetes.api.builder.Function<DaemonSet,DaemonSet> function)DoneableDaemonSet(DaemonSet item, io.fabric8.kubernetes.api.builder.Function<DaemonSet,DaemonSet> function)