Uses of Class
io.fabric8.kubernetes.api.model.extensions.Deployment
-
-
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()DeploymentDeploymentListFluent. buildItem(int index)DeploymentDeploymentListFluent. buildLastItem()DeploymentDeploymentListFluent. buildMatchingItem(Predicate<DeploymentBuilder> predicate)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>DeploymentList. getItems()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)ADeploymentListFluent. addToItems(int index, Deployment item)ADeploymentListFluent. addToItems(Deployment... items)protected voidDeploymentFluent. copyInstance(Deployment instance)ADeploymentListFluent. removeFromItems(Deployment... items)DeploymentListFluent.ItemsNested<A>DeploymentListFluent. setNewItemLike(int index, Deployment item)ADeploymentListFluent. setToItems(int index, Deployment item)ADeploymentListFluent. 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)ADeploymentListFluent. removeAllFromItems(Collection<Deployment> items)voidDeploymentList. setItems(List<Deployment> items)ADeploymentListFluent. 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)DeploymentFluent(Deployment instance)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)
-