Uses of Class
io.fabric8.kubernetes.api.model.extensions.Deployment
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.extensions |
-
Uses of Deployment in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Deployment Modifier and Type Method Description DeploymentKubeSchema. getDeployment()Methods in io.fabric8.kubernetes.api.model with parameters of type Deployment Modifier and Type Method Description voidKubeSchema. setDeployment(Deployment deployment)Constructors in io.fabric8.kubernetes.api.model with parameters of type Deployment 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 Deployment in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return Deployment Modifier and Type Method Description DeploymentDeploymentBuilder. build()DeploymentDeploymentListFluent. buildFirstItem()DeploymentDeploymentListFluentImpl. buildFirstItem()DeploymentDeploymentListFluent. buildItem(int index)DeploymentDeploymentListFluentImpl. buildItem(int index)DeploymentDeploymentListFluent. buildLastItem()DeploymentDeploymentListFluentImpl. buildLastItem()DeploymentDeploymentListFluent. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<DeploymentBuilder> predicate)DeploymentDeploymentListFluentImpl. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<DeploymentBuilder> predicate)DeploymentDoneableDeployment. done()Methods in io.fabric8.kubernetes.api.model.extensions that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>DeploymentListFluent. buildItems()List<Deployment>DeploymentListFluentImpl. buildItems()List<Deployment>DeploymentList. getItems()List<Deployment>DeploymentListFluent. getItems()Deprecated.List<Deployment>DeploymentListFluentImpl. getItems()Deprecated.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type Deployment Modifier and Type Method Description DeploymentListFluent.ItemsNested<A>DeploymentListFluent. addNewItemLike(Deployment item)DeploymentListFluent.ItemsNested<A>DeploymentListFluentImpl. addNewItemLike(Deployment item)ADeploymentListFluent. addToItems(int index, Deployment item)ADeploymentListFluent. addToItems(Deployment... items)ADeploymentListFluentImpl. addToItems(int index, Deployment item)ADeploymentListFluentImpl. addToItems(Deployment... items)ADeploymentListFluent. removeFromItems(Deployment... items)ADeploymentListFluentImpl. removeFromItems(Deployment... items)DeploymentListFluent.ItemsNested<A>DeploymentListFluent. setNewItemLike(int index, Deployment item)DeploymentListFluent.ItemsNested<A>DeploymentListFluentImpl. setNewItemLike(int index, Deployment item)ADeploymentListFluent. setToItems(int index, Deployment item)ADeploymentListFluentImpl. setToItems(int index, Deployment item)ADeploymentListFluent. withItems(Deployment... items)ADeploymentListFluentImpl. withItems(Deployment... items)Method parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type Deployment Modifier and Type Method Description ADeploymentListFluent. addAllToItems(Collection<Deployment> items)ADeploymentListFluentImpl. addAllToItems(Collection<Deployment> items)ADeploymentListFluent. removeAllFromItems(Collection<Deployment> items)ADeploymentListFluentImpl. removeAllFromItems(Collection<Deployment> items)voidDeploymentList. setItems(List<Deployment> items)ADeploymentListFluent. withItems(List<Deployment> items)ADeploymentListFluentImpl. withItems(List<Deployment> items)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type Deployment Constructor Description DeploymentBuilder(Deployment instance)DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance)DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance, Boolean validationEnabled)DeploymentBuilder(Deployment instance, Boolean validationEnabled)DeploymentFluentImpl(Deployment instance)DoneableDeployment(Deployment item)DoneableDeployment(Deployment item, io.fabric8.kubernetes.api.builder.Function<Deployment,Deployment> function)Constructor parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type Deployment Constructor Description DeploymentList(String apiVersion, List<Deployment> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)DoneableDeployment(io.fabric8.kubernetes.api.builder.Function<Deployment,Deployment> function)DoneableDeployment(io.fabric8.kubernetes.api.builder.Function<Deployment,Deployment> function)DoneableDeployment(Deployment item, io.fabric8.kubernetes.api.builder.Function<Deployment,Deployment> function)DoneableDeployment(Deployment item, io.fabric8.kubernetes.api.builder.Function<Deployment,Deployment> function)