Uses of Class
io.fabric8.kubernetes.api.model.extensions.DaemonSet
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.extensions |
-
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.CreateOptions createOptions, DaemonSet daemonSet, DaemonSetList daemonSetList, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, Deployment deployment, DeploymentList deploymentList, DeploymentRollback deploymentRollback, io.fabric8.kubernetes.api.model.GetOptions getOptions, io.fabric8.kubernetes.api.model.version.Info info, Ingress ingress, IngressList ingressList, io.fabric8.kubernetes.api.model.ListOptions listOptions, NetworkPolicy networkPolicy, NetworkPolicyList networkPolicyList, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.ObjectReference objectReference, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, io.fabric8.kubernetes.api.model.Quantity quantity, ReplicaSet replicaSet, ReplicaSetList replicaSetList, io.fabric8.kubernetes.api.model.RootPaths rootPaths, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) -
Uses of DaemonSet in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions 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.extensions 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.extensions 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)ADaemonSetListFluent. withItems(DaemonSet... items)ADaemonSetListFluentImpl. withItems(DaemonSet... items)Method parameters in io.fabric8.kubernetes.api.model.extensions 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.extensions 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.extensions 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)