public class TemplateFluentImpl<A extends TemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TemplateFluent<A>
TemplateFluent.AppliedClusterResourceQuotaObjectsNested<N>, TemplateFluent.BrokerTemplateInstanceObjectsNested<N>, TemplateFluent.BuildConfigObjectsNested<N>, TemplateFluent.BuildObjectsNested<N>, TemplateFluent.BuildRequestObjectsNested<N>, TemplateFluent.ClusterNetworkObjectsNested<N>, TemplateFluent.ClusterResourceQuotaObjectsNested<N>, TemplateFluent.ClusterRoleBindingObjectsNested<N>, TemplateFluent.ClusterRoleObjectsNested<N>, TemplateFluent.DeploymentConfigObjectsNested<N>, TemplateFluent.EgressNetworkPolicyObjectsNested<N>, TemplateFluent.GroupObjectsNested<N>, TemplateFluent.HelmChartRepositoryObjectsNested<N>, TemplateFluent.HostSubnetObjectsNested<N>, TemplateFluent.IdentityObjectsNested<N>, TemplateFluent.ImageObjectsNested<N>, TemplateFluent.ImageSignatureObjectsNested<N>, TemplateFluent.ImageStreamImageObjectsNested<N>, TemplateFluent.ImageStreamImportObjectsNested<N>, TemplateFluent.ImageStreamMappingObjectsNested<N>, TemplateFluent.ImageStreamObjectsNested<N>, TemplateFluent.ImageStreamTagObjectsNested<N>, TemplateFluent.ImageTagObjectsNested<N>, TemplateFluent.MetadataNested<N>, TemplateFluent.NetNamespaceObjectsNested<N>, TemplateFluent.OAuthAccessTokenObjectsNested<N>, TemplateFluent.OAuthAuthorizeTokenObjectsNested<N>, TemplateFluent.OAuthClientAuthorizationObjectsNested<N>, TemplateFluent.OAuthClientObjectsNested<N>, TemplateFluent.ParametersNested<N>, TemplateFluent.PersistentVolumeClaimObjectsNested<N>, TemplateFluent.ProjectObjectsNested<N>, TemplateFluent.ProjectRequestObjectsNested<N>, TemplateFluent.RangeAllocationObjectsNested<N>, TemplateFluent.RoleBindingObjectsNested<N>, TemplateFluent.RoleBindingRestrictionObjectsNested<N>, TemplateFluent.RoleObjectsNested<N>, TemplateFluent.RouteObjectsNested<N>, TemplateFluent.SecurityContextConstraintsObjectsNested<N>, TemplateFluent.TemplateInstanceObjectsNested<N>, TemplateFluent.TemplateObjectsNested<N>, TemplateFluent.UserIdentityMappingObjectsNested<N>, TemplateFluent.UserOAuthAccessTokenObjectsNested<N>, TemplateFluent.UserObjectsNested<N>| Constructor and Description |
|---|
TemplateFluentImpl() |
TemplateFluentImpl(Template instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TemplateFluentImpl()
public TemplateFluentImpl(Template instance)
public String getApiVersion()
getApiVersion in interface TemplateFluent<A extends TemplateFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface TemplateFluent<A extends TemplateFluent<A>>public String getKind()
getKind in interface TemplateFluent<A extends TemplateFluent<A>>public A withKind(String kind)
withKind in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasKind()
hasKind in interface TemplateFluent<A extends TemplateFluent<A>>public A addToLabels(String key, String value)
addToLabels in interface TemplateFluent<A extends TemplateFluent<A>>public A addToLabels(Map<String,String> map)
addToLabels in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromLabels(String key)
removeFromLabels in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromLabels(Map<String,String> map)
removeFromLabels in interface TemplateFluent<A extends TemplateFluent<A>>public Map<String,String> getLabels()
getLabels in interface TemplateFluent<A extends TemplateFluent<A>>public <K,V> A withLabels(Map<String,String> labels)
withLabels in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasLabels()
hasLabels in interface TemplateFluent<A extends TemplateFluent<A>>public String getMessage()
getMessage in interface TemplateFluent<A extends TemplateFluent<A>>public A withMessage(String message)
withMessage in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasMessage()
hasMessage in interface TemplateFluent<A extends TemplateFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface TemplateFluent<A extends TemplateFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
buildMetadata in interface TemplateFluent<A extends TemplateFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasMetadata()
hasMetadata in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
withNewMetadataLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.MetadataNested<A> editMetadata()
editMetadata in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
editOrNewMetadataLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToObjects(io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?> builder)
addToObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToObjects(Integer index, io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?> builder)
addToObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToObjects(Integer index, io.fabric8.kubernetes.api.model.HasMetadata item)
addToObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToObjects(Integer index, io.fabric8.kubernetes.api.model.HasMetadata item)
setToObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToObjects(io.fabric8.kubernetes.api.model.HasMetadata... items)
addToObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToObjects(Collection<io.fabric8.kubernetes.api.model.HasMetadata> items)
addAllToObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromObjects(io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?> builder)
removeFromObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromObjects(io.fabric8.kubernetes.api.model.HasMetadata... items)
removeFromObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromObjects(Collection<io.fabric8.kubernetes.api.model.HasMetadata> items)
removeAllFromObjects in interface TemplateFluent<A extends TemplateFluent<A>>@Deprecated public List<io.fabric8.kubernetes.api.model.HasMetadata> getObjects()
getObjects in interface TemplateFluent<A extends TemplateFluent<A>>public List<io.fabric8.kubernetes.api.model.HasMetadata> buildObjects()
buildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public io.fabric8.kubernetes.api.model.HasMetadata buildObject(Integer index)
buildObject in interface TemplateFluent<A extends TemplateFluent<A>>public io.fabric8.kubernetes.api.model.HasMetadata buildFirstObject()
buildFirstObject in interface TemplateFluent<A extends TemplateFluent<A>>public io.fabric8.kubernetes.api.model.HasMetadata buildLastObject()
buildLastObject in interface TemplateFluent<A extends TemplateFluent<A>>public io.fabric8.kubernetes.api.model.HasMetadata buildMatchingObject(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
buildMatchingObject in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasMatchingObject(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
hasMatchingObject in interface TemplateFluent<A extends TemplateFluent<A>>public A withObjects(List<io.fabric8.kubernetes.api.model.HasMetadata> objects)
withObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A withObjects(io.fabric8.kubernetes.api.model.HasMetadata... objects)
withObjects in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasObjects()
hasObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamImportObjects(Integer index, ImageStreamImport item)
addToImageStreamImportObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamImportObjects(Integer index, ImageStreamImport item)
setToImageStreamImportObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamImportObjects(ImageStreamImport... items)
addToImageStreamImportObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToImageStreamImportObjects(Collection<ImageStreamImport> items)
addAllToImageStreamImportObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromImageStreamImportObjects(ImageStreamImport... items)
removeFromImageStreamImportObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromImageStreamImportObjects(Collection<ImageStreamImport> items)
removeAllFromImageStreamImportObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromImageStreamImportObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromImageStreamImportObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamImportObjectsNested<A> addNewImageStreamImportObject()
addNewImageStreamImportObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamImportObjectsNested<A> addNewImageStreamImportObjectLike(ImageStreamImport item)
addNewImageStreamImportObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamImportObjectsNested<A> setNewImageStreamImportObjectLike(Integer index, ImageStreamImport item)
setNewImageStreamImportObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToProjectObjects(Integer index, Project item)
addToProjectObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToProjectObjects(Integer index, Project item)
setToProjectObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToProjectObjects(Project... items)
addToProjectObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToProjectObjects(Collection<Project> items)
addAllToProjectObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromProjectObjects(Project... items)
removeFromProjectObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromProjectObjects(Collection<Project> items)
removeAllFromProjectObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromProjectObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromProjectObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProjectObjectsNested<A> addNewProjectObject()
addNewProjectObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProjectObjectsNested<A> addNewProjectObjectLike(Project item)
addNewProjectObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProjectObjectsNested<A> setNewProjectObjectLike(Integer index, Project item)
setNewProjectObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildConfigObjects(Integer index, BuildConfig item)
addToBuildConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToBuildConfigObjects(Integer index, BuildConfig item)
setToBuildConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildConfigObjects(BuildConfig... items)
addToBuildConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToBuildConfigObjects(Collection<BuildConfig> items)
addAllToBuildConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromBuildConfigObjects(BuildConfig... items)
removeFromBuildConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromBuildConfigObjects(Collection<BuildConfig> items)
removeAllFromBuildConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromBuildConfigObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromBuildConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildConfigObjectsNested<A> addNewBuildConfigObject()
addNewBuildConfigObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildConfigObjectsNested<A> addNewBuildConfigObjectLike(BuildConfig item)
addNewBuildConfigObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildConfigObjectsNested<A> setNewBuildConfigObjectLike(Integer index, BuildConfig item)
setNewBuildConfigObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToHelmChartRepositoryObjects(Integer index, HelmChartRepository item)
addToHelmChartRepositoryObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToHelmChartRepositoryObjects(Integer index, HelmChartRepository item)
setToHelmChartRepositoryObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToHelmChartRepositoryObjects(HelmChartRepository... items)
addToHelmChartRepositoryObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToHelmChartRepositoryObjects(Collection<HelmChartRepository> items)
addAllToHelmChartRepositoryObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromHelmChartRepositoryObjects(HelmChartRepository... items)
removeFromHelmChartRepositoryObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromHelmChartRepositoryObjects(Collection<HelmChartRepository> items)
removeAllFromHelmChartRepositoryObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromHelmChartRepositoryObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromHelmChartRepositoryObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.HelmChartRepositoryObjectsNested<A> addNewHelmChartRepositoryObject()
addNewHelmChartRepositoryObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.HelmChartRepositoryObjectsNested<A> addNewHelmChartRepositoryObjectLike(HelmChartRepository item)
addNewHelmChartRepositoryObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.HelmChartRepositoryObjectsNested<A> setNewHelmChartRepositoryObjectLike(Integer index, HelmChartRepository item)
setNewHelmChartRepositoryObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRangeAllocationObjects(Integer index, RangeAllocation item)
addToRangeAllocationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRangeAllocationObjects(Integer index, RangeAllocation item)
setToRangeAllocationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRangeAllocationObjects(RangeAllocation... items)
addToRangeAllocationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToRangeAllocationObjects(Collection<RangeAllocation> items)
addAllToRangeAllocationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromRangeAllocationObjects(RangeAllocation... items)
removeFromRangeAllocationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromRangeAllocationObjects(Collection<RangeAllocation> items)
removeAllFromRangeAllocationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromRangeAllocationObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromRangeAllocationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RangeAllocationObjectsNested<A> addNewRangeAllocationObject()
addNewRangeAllocationObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RangeAllocationObjectsNested<A> addNewRangeAllocationObjectLike(RangeAllocation item)
addNewRangeAllocationObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RangeAllocationObjectsNested<A> setNewRangeAllocationObjectLike(Integer index, RangeAllocation item)
setNewRangeAllocationObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRouteObjects(Integer index, Route item)
addToRouteObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRouteObjects(Integer index, Route item)
setToRouteObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRouteObjects(Route... items)
addToRouteObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToRouteObjects(Collection<Route> items)
addAllToRouteObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromRouteObjects(Route... items)
removeFromRouteObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromRouteObjects(Collection<Route> items)
removeAllFromRouteObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromRouteObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromRouteObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RouteObjectsNested<A> addNewRouteObject()
addNewRouteObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RouteObjectsNested<A> addNewRouteObjectLike(Route item)
addNewRouteObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RouteObjectsNested<A> setNewRouteObjectLike(Integer index, Route item)
setNewRouteObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterNetworkObjects(Integer index, ClusterNetwork item)
addToClusterNetworkObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterNetworkObjects(Integer index, ClusterNetwork item)
setToClusterNetworkObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterNetworkObjects(ClusterNetwork... items)
addToClusterNetworkObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToClusterNetworkObjects(Collection<ClusterNetwork> items)
addAllToClusterNetworkObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromClusterNetworkObjects(ClusterNetwork... items)
removeFromClusterNetworkObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromClusterNetworkObjects(Collection<ClusterNetwork> items)
removeAllFromClusterNetworkObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromClusterNetworkObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromClusterNetworkObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterNetworkObjectsNested<A> addNewClusterNetworkObject()
addNewClusterNetworkObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterNetworkObjectsNested<A> addNewClusterNetworkObjectLike(ClusterNetwork item)
addNewClusterNetworkObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterNetworkObjectsNested<A> setNewClusterNetworkObjectLike(Integer index, ClusterNetwork item)
setNewClusterNetworkObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthAuthorizeTokenObjects(Integer index, OAuthAuthorizeToken item)
addToOAuthAuthorizeTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthAuthorizeTokenObjects(Integer index, OAuthAuthorizeToken item)
setToOAuthAuthorizeTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthAuthorizeTokenObjects(OAuthAuthorizeToken... items)
addToOAuthAuthorizeTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToOAuthAuthorizeTokenObjects(Collection<OAuthAuthorizeToken> items)
addAllToOAuthAuthorizeTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromOAuthAuthorizeTokenObjects(OAuthAuthorizeToken... items)
removeFromOAuthAuthorizeTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromOAuthAuthorizeTokenObjects(Collection<OAuthAuthorizeToken> items)
removeAllFromOAuthAuthorizeTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromOAuthAuthorizeTokenObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromOAuthAuthorizeTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthAuthorizeTokenObjectsNested<A> addNewOAuthAuthorizeTokenObject()
addNewOAuthAuthorizeTokenObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthAuthorizeTokenObjectsNested<A> addNewOAuthAuthorizeTokenObjectLike(OAuthAuthorizeToken item)
addNewOAuthAuthorizeTokenObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthAuthorizeTokenObjectsNested<A> setNewOAuthAuthorizeTokenObjectLike(Integer index, OAuthAuthorizeToken item)
setNewOAuthAuthorizeTokenObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToUserOAuthAccessTokenObjects(Integer index, UserOAuthAccessToken item)
addToUserOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToUserOAuthAccessTokenObjects(Integer index, UserOAuthAccessToken item)
setToUserOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToUserOAuthAccessTokenObjects(UserOAuthAccessToken... items)
addToUserOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToUserOAuthAccessTokenObjects(Collection<UserOAuthAccessToken> items)
addAllToUserOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromUserOAuthAccessTokenObjects(UserOAuthAccessToken... items)
removeFromUserOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromUserOAuthAccessTokenObjects(Collection<UserOAuthAccessToken> items)
removeAllFromUserOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromUserOAuthAccessTokenObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromUserOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserOAuthAccessTokenObjectsNested<A> addNewUserOAuthAccessTokenObject()
addNewUserOAuthAccessTokenObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserOAuthAccessTokenObjectsNested<A> addNewUserOAuthAccessTokenObjectLike(UserOAuthAccessToken item)
addNewUserOAuthAccessTokenObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserOAuthAccessTokenObjectsNested<A> setNewUserOAuthAccessTokenObjectLike(Integer index, UserOAuthAccessToken item)
setNewUserOAuthAccessTokenObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterRoleBindingObjects(Integer index, ClusterRoleBinding item)
addToClusterRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterRoleBindingObjects(Integer index, ClusterRoleBinding item)
setToClusterRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterRoleBindingObjects(ClusterRoleBinding... items)
addToClusterRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToClusterRoleBindingObjects(Collection<ClusterRoleBinding> items)
addAllToClusterRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromClusterRoleBindingObjects(ClusterRoleBinding... items)
removeFromClusterRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromClusterRoleBindingObjects(Collection<ClusterRoleBinding> items)
removeAllFromClusterRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromClusterRoleBindingObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromClusterRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterRoleBindingObjectsNested<A> addNewClusterRoleBindingObject()
addNewClusterRoleBindingObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterRoleBindingObjectsNested<A> addNewClusterRoleBindingObjectLike(ClusterRoleBinding item)
addNewClusterRoleBindingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterRoleBindingObjectsNested<A> setNewClusterRoleBindingObjectLike(Integer index, ClusterRoleBinding item)
setNewClusterRoleBindingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterResourceQuotaObjects(Integer index, ClusterResourceQuota item)
addToClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterResourceQuotaObjects(Integer index, ClusterResourceQuota item)
setToClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterResourceQuotaObjects(ClusterResourceQuota... items)
addToClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToClusterResourceQuotaObjects(Collection<ClusterResourceQuota> items)
addAllToClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromClusterResourceQuotaObjects(ClusterResourceQuota... items)
removeFromClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromClusterResourceQuotaObjects(Collection<ClusterResourceQuota> items)
removeAllFromClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromClusterResourceQuotaObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterResourceQuotaObjectsNested<A> addNewClusterResourceQuotaObject()
addNewClusterResourceQuotaObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterResourceQuotaObjectsNested<A> addNewClusterResourceQuotaObjectLike(ClusterResourceQuota item)
addNewClusterResourceQuotaObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterResourceQuotaObjectsNested<A> setNewClusterResourceQuotaObjectLike(Integer index, ClusterResourceQuota item)
setNewClusterResourceQuotaObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToProjectRequestObjects(Integer index, ProjectRequest item)
addToProjectRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToProjectRequestObjects(Integer index, ProjectRequest item)
setToProjectRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToProjectRequestObjects(ProjectRequest... items)
addToProjectRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToProjectRequestObjects(Collection<ProjectRequest> items)
addAllToProjectRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromProjectRequestObjects(ProjectRequest... items)
removeFromProjectRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromProjectRequestObjects(Collection<ProjectRequest> items)
removeAllFromProjectRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromProjectRequestObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromProjectRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProjectRequestObjectsNested<A> addNewProjectRequestObject()
addNewProjectRequestObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProjectRequestObjectsNested<A> addNewProjectRequestObjectLike(ProjectRequest item)
addNewProjectRequestObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProjectRequestObjectsNested<A> setNewProjectRequestObjectLike(Integer index, ProjectRequest item)
setNewProjectRequestObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToTemplateObjects(Integer index, Template item)
addToTemplateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToTemplateObjects(Integer index, Template item)
setToTemplateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToTemplateObjects(Template... items)
addToTemplateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToTemplateObjects(Collection<Template> items)
addAllToTemplateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromTemplateObjects(Template... items)
removeFromTemplateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromTemplateObjects(Collection<Template> items)
removeAllFromTemplateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromTemplateObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromTemplateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TemplateObjectsNested<A> addNewTemplateObject()
addNewTemplateObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TemplateObjectsNested<A> addNewTemplateObjectLike(Template item)
addNewTemplateObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TemplateObjectsNested<A> setNewTemplateObjectLike(Integer index, Template item)
setNewTemplateObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthClientAuthorizationObjects(Integer index, OAuthClientAuthorization item)
addToOAuthClientAuthorizationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthClientAuthorizationObjects(Integer index, OAuthClientAuthorization item)
setToOAuthClientAuthorizationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthClientAuthorizationObjects(OAuthClientAuthorization... items)
addToOAuthClientAuthorizationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToOAuthClientAuthorizationObjects(Collection<OAuthClientAuthorization> items)
addAllToOAuthClientAuthorizationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromOAuthClientAuthorizationObjects(OAuthClientAuthorization... items)
removeFromOAuthClientAuthorizationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromOAuthClientAuthorizationObjects(Collection<OAuthClientAuthorization> items)
removeAllFromOAuthClientAuthorizationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromOAuthClientAuthorizationObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromOAuthClientAuthorizationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthClientAuthorizationObjectsNested<A> addNewOAuthClientAuthorizationObject()
addNewOAuthClientAuthorizationObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthClientAuthorizationObjectsNested<A> addNewOAuthClientAuthorizationObjectLike(OAuthClientAuthorization item)
addNewOAuthClientAuthorizationObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthClientAuthorizationObjectsNested<A> setNewOAuthClientAuthorizationObjectLike(Integer index, OAuthClientAuthorization item)
setNewOAuthClientAuthorizationObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterRoleObjects(Integer index, ClusterRole item)
addToClusterRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterRoleObjects(Integer index, ClusterRole item)
setToClusterRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterRoleObjects(ClusterRole... items)
addToClusterRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToClusterRoleObjects(Collection<ClusterRole> items)
addAllToClusterRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromClusterRoleObjects(ClusterRole... items)
removeFromClusterRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromClusterRoleObjects(Collection<ClusterRole> items)
removeAllFromClusterRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromClusterRoleObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromClusterRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterRoleObjectsNested<A> addNewClusterRoleObject()
addNewClusterRoleObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterRoleObjectsNested<A> addNewClusterRoleObjectLike(ClusterRole item)
addNewClusterRoleObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterRoleObjectsNested<A> setNewClusterRoleObjectLike(Integer index, ClusterRole item)
setNewClusterRoleObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageTagObjects(Integer index, ImageTag item)
addToImageTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageTagObjects(Integer index, ImageTag item)
setToImageTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageTagObjects(ImageTag... items)
addToImageTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToImageTagObjects(Collection<ImageTag> items)
addAllToImageTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromImageTagObjects(ImageTag... items)
removeFromImageTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromImageTagObjects(Collection<ImageTag> items)
removeAllFromImageTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromImageTagObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromImageTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageTagObjectsNested<A> addNewImageTagObject()
addNewImageTagObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageTagObjectsNested<A> addNewImageTagObjectLike(ImageTag item)
addNewImageTagObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageTagObjectsNested<A> setNewImageTagObjectLike(Integer index, ImageTag item)
setNewImageTagObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthAccessTokenObjects(Integer index, OAuthAccessToken item)
addToOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthAccessTokenObjects(Integer index, OAuthAccessToken item)
setToOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthAccessTokenObjects(OAuthAccessToken... items)
addToOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToOAuthAccessTokenObjects(Collection<OAuthAccessToken> items)
addAllToOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromOAuthAccessTokenObjects(OAuthAccessToken... items)
removeFromOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromOAuthAccessTokenObjects(Collection<OAuthAccessToken> items)
removeAllFromOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromOAuthAccessTokenObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthAccessTokenObjectsNested<A> addNewOAuthAccessTokenObject()
addNewOAuthAccessTokenObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthAccessTokenObjectsNested<A> addNewOAuthAccessTokenObjectLike(OAuthAccessToken item)
addNewOAuthAccessTokenObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthAccessTokenObjectsNested<A> setNewOAuthAccessTokenObjectLike(Integer index, OAuthAccessToken item)
setNewOAuthAccessTokenObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToDeploymentConfigObjects(Integer index, DeploymentConfig item)
addToDeploymentConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToDeploymentConfigObjects(Integer index, DeploymentConfig item)
setToDeploymentConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToDeploymentConfigObjects(DeploymentConfig... items)
addToDeploymentConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToDeploymentConfigObjects(Collection<DeploymentConfig> items)
addAllToDeploymentConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromDeploymentConfigObjects(DeploymentConfig... items)
removeFromDeploymentConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromDeploymentConfigObjects(Collection<DeploymentConfig> items)
removeAllFromDeploymentConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromDeploymentConfigObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromDeploymentConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.DeploymentConfigObjectsNested<A> addNewDeploymentConfigObject()
addNewDeploymentConfigObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.DeploymentConfigObjectsNested<A> addNewDeploymentConfigObjectLike(DeploymentConfig item)
addNewDeploymentConfigObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.DeploymentConfigObjectsNested<A> setNewDeploymentConfigObjectLike(Integer index, DeploymentConfig item)
setNewDeploymentConfigObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleBindingObjects(Integer index, RoleBinding item)
addToRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRoleBindingObjects(Integer index, RoleBinding item)
setToRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleBindingObjects(RoleBinding... items)
addToRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToRoleBindingObjects(Collection<RoleBinding> items)
addAllToRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromRoleBindingObjects(RoleBinding... items)
removeFromRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromRoleBindingObjects(Collection<RoleBinding> items)
removeAllFromRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromRoleBindingObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleBindingObjectsNested<A> addNewRoleBindingObject()
addNewRoleBindingObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleBindingObjectsNested<A> addNewRoleBindingObjectLike(RoleBinding item)
addNewRoleBindingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleBindingObjectsNested<A> setNewRoleBindingObjectLike(Integer index, RoleBinding item)
setNewRoleBindingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageObjects(Integer index, Image item)
addToImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageObjects(Integer index, Image item)
setToImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageObjects(Image... items)
addToImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToImageObjects(Collection<Image> items)
addAllToImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromImageObjects(Image... items)
removeFromImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromImageObjects(Collection<Image> items)
removeAllFromImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromImageObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageObjectsNested<A> addNewImageObject()
addNewImageObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageObjectsNested<A> addNewImageObjectLike(Image item)
addNewImageObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageObjectsNested<A> setNewImageObjectLike(Integer index, Image item)
setNewImageObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToPersistentVolumeClaimObjects(Integer index, io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
addToPersistentVolumeClaimObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToPersistentVolumeClaimObjects(Integer index, io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
setToPersistentVolumeClaimObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToPersistentVolumeClaimObjects(io.fabric8.kubernetes.api.model.PersistentVolumeClaim... items)
addToPersistentVolumeClaimObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToPersistentVolumeClaimObjects(Collection<io.fabric8.kubernetes.api.model.PersistentVolumeClaim> items)
addAllToPersistentVolumeClaimObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromPersistentVolumeClaimObjects(io.fabric8.kubernetes.api.model.PersistentVolumeClaim... items)
removeFromPersistentVolumeClaimObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromPersistentVolumeClaimObjects(Collection<io.fabric8.kubernetes.api.model.PersistentVolumeClaim> items)
removeAllFromPersistentVolumeClaimObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromPersistentVolumeClaimObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromPersistentVolumeClaimObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.PersistentVolumeClaimObjectsNested<A> addNewPersistentVolumeClaimObject()
addNewPersistentVolumeClaimObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.PersistentVolumeClaimObjectsNested<A> addNewPersistentVolumeClaimObjectLike(io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
addNewPersistentVolumeClaimObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.PersistentVolumeClaimObjectsNested<A> setNewPersistentVolumeClaimObjectLike(Integer index, io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
setNewPersistentVolumeClaimObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamMappingObjects(Integer index, ImageStreamMapping item)
addToImageStreamMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamMappingObjects(Integer index, ImageStreamMapping item)
setToImageStreamMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamMappingObjects(ImageStreamMapping... items)
addToImageStreamMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToImageStreamMappingObjects(Collection<ImageStreamMapping> items)
addAllToImageStreamMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromImageStreamMappingObjects(ImageStreamMapping... items)
removeFromImageStreamMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromImageStreamMappingObjects(Collection<ImageStreamMapping> items)
removeAllFromImageStreamMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromImageStreamMappingObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromImageStreamMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamMappingObjectsNested<A> addNewImageStreamMappingObject()
addNewImageStreamMappingObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamMappingObjectsNested<A> addNewImageStreamMappingObjectLike(ImageStreamMapping item)
addNewImageStreamMappingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamMappingObjectsNested<A> setNewImageStreamMappingObjectLike(Integer index, ImageStreamMapping item)
setNewImageStreamMappingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleObjects(Integer index, Role item)
addToRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRoleObjects(Integer index, Role item)
setToRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleObjects(Role... items)
addToRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToRoleObjects(Collection<Role> items)
addAllToRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromRoleObjects(Role... items)
removeFromRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromRoleObjects(Collection<Role> items)
removeAllFromRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromRoleObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleObjectsNested<A> addNewRoleObject()
addNewRoleObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleObjectsNested<A> addNewRoleObjectLike(Role item)
addNewRoleObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleObjectsNested<A> setNewRoleObjectLike(Integer index, Role item)
setNewRoleObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBrokerTemplateInstanceObjects(Integer index, BrokerTemplateInstance item)
addToBrokerTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToBrokerTemplateInstanceObjects(Integer index, BrokerTemplateInstance item)
setToBrokerTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBrokerTemplateInstanceObjects(BrokerTemplateInstance... items)
addToBrokerTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToBrokerTemplateInstanceObjects(Collection<BrokerTemplateInstance> items)
addAllToBrokerTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromBrokerTemplateInstanceObjects(BrokerTemplateInstance... items)
removeFromBrokerTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromBrokerTemplateInstanceObjects(Collection<BrokerTemplateInstance> items)
removeAllFromBrokerTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromBrokerTemplateInstanceObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromBrokerTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BrokerTemplateInstanceObjectsNested<A> addNewBrokerTemplateInstanceObject()
addNewBrokerTemplateInstanceObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BrokerTemplateInstanceObjectsNested<A> addNewBrokerTemplateInstanceObjectLike(BrokerTemplateInstance item)
addNewBrokerTemplateInstanceObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BrokerTemplateInstanceObjectsNested<A> setNewBrokerTemplateInstanceObjectLike(Integer index, BrokerTemplateInstance item)
setNewBrokerTemplateInstanceObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToUserObjects(Integer index, User item)
addToUserObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToUserObjects(Integer index, User item)
setToUserObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToUserObjects(User... items)
addToUserObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToUserObjects(Collection<User> items)
addAllToUserObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromUserObjects(User... items)
removeFromUserObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromUserObjects(Collection<User> items)
removeAllFromUserObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromUserObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromUserObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserObjectsNested<A> addNewUserObject()
addNewUserObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserObjectsNested<A> addNewUserObjectLike(User item)
addNewUserObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserObjectsNested<A> setNewUserObjectLike(Integer index, User item)
setNewUserObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamImageObjects(Integer index, ImageStreamImage item)
addToImageStreamImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamImageObjects(Integer index, ImageStreamImage item)
setToImageStreamImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamImageObjects(ImageStreamImage... items)
addToImageStreamImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToImageStreamImageObjects(Collection<ImageStreamImage> items)
addAllToImageStreamImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromImageStreamImageObjects(ImageStreamImage... items)
removeFromImageStreamImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromImageStreamImageObjects(Collection<ImageStreamImage> items)
removeAllFromImageStreamImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromImageStreamImageObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromImageStreamImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamImageObjectsNested<A> addNewImageStreamImageObject()
addNewImageStreamImageObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamImageObjectsNested<A> addNewImageStreamImageObjectLike(ImageStreamImage item)
addNewImageStreamImageObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamImageObjectsNested<A> setNewImageStreamImageObjectLike(Integer index, ImageStreamImage item)
setNewImageStreamImageObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToTemplateInstanceObjects(Integer index, TemplateInstance item)
addToTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToTemplateInstanceObjects(Integer index, TemplateInstance item)
setToTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToTemplateInstanceObjects(TemplateInstance... items)
addToTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToTemplateInstanceObjects(Collection<TemplateInstance> items)
addAllToTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromTemplateInstanceObjects(TemplateInstance... items)
removeFromTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromTemplateInstanceObjects(Collection<TemplateInstance> items)
removeAllFromTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromTemplateInstanceObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromTemplateInstanceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TemplateInstanceObjectsNested<A> addNewTemplateInstanceObject()
addNewTemplateInstanceObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TemplateInstanceObjectsNested<A> addNewTemplateInstanceObjectLike(TemplateInstance item)
addNewTemplateInstanceObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TemplateInstanceObjectsNested<A> setNewTemplateInstanceObjectLike(Integer index, TemplateInstance item)
setNewTemplateInstanceObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildObjects(Integer index, Build item)
addToBuildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToBuildObjects(Integer index, Build item)
setToBuildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildObjects(Build... items)
addToBuildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToBuildObjects(Collection<Build> items)
addAllToBuildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromBuildObjects(Build... items)
removeFromBuildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromBuildObjects(Collection<Build> items)
removeAllFromBuildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromBuildObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromBuildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildObjectsNested<A> addNewBuildObject()
addNewBuildObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildObjectsNested<A> addNewBuildObjectLike(Build item)
addNewBuildObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildObjectsNested<A> setNewBuildObjectLike(Integer index, Build item)
setNewBuildObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleBindingRestrictionObjects(Integer index, RoleBindingRestriction item)
addToRoleBindingRestrictionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRoleBindingRestrictionObjects(Integer index, RoleBindingRestriction item)
setToRoleBindingRestrictionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleBindingRestrictionObjects(RoleBindingRestriction... items)
addToRoleBindingRestrictionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToRoleBindingRestrictionObjects(Collection<RoleBindingRestriction> items)
addAllToRoleBindingRestrictionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromRoleBindingRestrictionObjects(RoleBindingRestriction... items)
removeFromRoleBindingRestrictionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromRoleBindingRestrictionObjects(Collection<RoleBindingRestriction> items)
removeAllFromRoleBindingRestrictionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromRoleBindingRestrictionObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromRoleBindingRestrictionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleBindingRestrictionObjectsNested<A> addNewRoleBindingRestrictionObject()
addNewRoleBindingRestrictionObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleBindingRestrictionObjectsNested<A> addNewRoleBindingRestrictionObjectLike(RoleBindingRestriction item)
addNewRoleBindingRestrictionObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.RoleBindingRestrictionObjectsNested<A> setNewRoleBindingRestrictionObjectLike(Integer index, RoleBindingRestriction item)
setNewRoleBindingRestrictionObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamTagObjects(Integer index, ImageStreamTag item)
addToImageStreamTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamTagObjects(Integer index, ImageStreamTag item)
setToImageStreamTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamTagObjects(ImageStreamTag... items)
addToImageStreamTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToImageStreamTagObjects(Collection<ImageStreamTag> items)
addAllToImageStreamTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromImageStreamTagObjects(ImageStreamTag... items)
removeFromImageStreamTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromImageStreamTagObjects(Collection<ImageStreamTag> items)
removeAllFromImageStreamTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromImageStreamTagObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromImageStreamTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamTagObjectsNested<A> addNewImageStreamTagObject()
addNewImageStreamTagObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamTagObjectsNested<A> addNewImageStreamTagObjectLike(ImageStreamTag item)
addNewImageStreamTagObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamTagObjectsNested<A> setNewImageStreamTagObjectLike(Integer index, ImageStreamTag item)
setNewImageStreamTagObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToGroupObjects(Integer index, Group item)
addToGroupObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToGroupObjects(Integer index, Group item)
setToGroupObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToGroupObjects(Group... items)
addToGroupObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToGroupObjects(Collection<Group> items)
addAllToGroupObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromGroupObjects(Group... items)
removeFromGroupObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromGroupObjects(Collection<Group> items)
removeAllFromGroupObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromGroupObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromGroupObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.GroupObjectsNested<A> addNewGroupObject()
addNewGroupObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.GroupObjectsNested<A> addNewGroupObjectLike(Group item)
addNewGroupObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.GroupObjectsNested<A> setNewGroupObjectLike(Integer index, Group item)
setNewGroupObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageSignatureObjects(Integer index, ImageSignature item)
addToImageSignatureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageSignatureObjects(Integer index, ImageSignature item)
setToImageSignatureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageSignatureObjects(ImageSignature... items)
addToImageSignatureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToImageSignatureObjects(Collection<ImageSignature> items)
addAllToImageSignatureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromImageSignatureObjects(ImageSignature... items)
removeFromImageSignatureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromImageSignatureObjects(Collection<ImageSignature> items)
removeAllFromImageSignatureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromImageSignatureObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromImageSignatureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageSignatureObjectsNested<A> addNewImageSignatureObject()
addNewImageSignatureObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageSignatureObjectsNested<A> addNewImageSignatureObjectLike(ImageSignature item)
addNewImageSignatureObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageSignatureObjectsNested<A> setNewImageSignatureObjectLike(Integer index, ImageSignature item)
setNewImageSignatureObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToHostSubnetObjects(Integer index, HostSubnet item)
addToHostSubnetObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToHostSubnetObjects(Integer index, HostSubnet item)
setToHostSubnetObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToHostSubnetObjects(HostSubnet... items)
addToHostSubnetObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToHostSubnetObjects(Collection<HostSubnet> items)
addAllToHostSubnetObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromHostSubnetObjects(HostSubnet... items)
removeFromHostSubnetObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromHostSubnetObjects(Collection<HostSubnet> items)
removeAllFromHostSubnetObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromHostSubnetObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromHostSubnetObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.HostSubnetObjectsNested<A> addNewHostSubnetObject()
addNewHostSubnetObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.HostSubnetObjectsNested<A> addNewHostSubnetObjectLike(HostSubnet item)
addNewHostSubnetObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.HostSubnetObjectsNested<A> setNewHostSubnetObjectLike(Integer index, HostSubnet item)
setNewHostSubnetObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToAppliedClusterResourceQuotaObjects(Integer index, AppliedClusterResourceQuota item)
addToAppliedClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToAppliedClusterResourceQuotaObjects(Integer index, AppliedClusterResourceQuota item)
setToAppliedClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToAppliedClusterResourceQuotaObjects(AppliedClusterResourceQuota... items)
addToAppliedClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToAppliedClusterResourceQuotaObjects(Collection<AppliedClusterResourceQuota> items)
addAllToAppliedClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromAppliedClusterResourceQuotaObjects(AppliedClusterResourceQuota... items)
removeFromAppliedClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromAppliedClusterResourceQuotaObjects(Collection<AppliedClusterResourceQuota> items)
removeAllFromAppliedClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromAppliedClusterResourceQuotaObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromAppliedClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.AppliedClusterResourceQuotaObjectsNested<A> addNewAppliedClusterResourceQuotaObject()
addNewAppliedClusterResourceQuotaObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.AppliedClusterResourceQuotaObjectsNested<A> addNewAppliedClusterResourceQuotaObjectLike(AppliedClusterResourceQuota item)
addNewAppliedClusterResourceQuotaObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.AppliedClusterResourceQuotaObjectsNested<A> setNewAppliedClusterResourceQuotaObjectLike(Integer index, AppliedClusterResourceQuota item)
setNewAppliedClusterResourceQuotaObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToSecurityContextConstraintsObjects(Integer index, SecurityContextConstraints item)
addToSecurityContextConstraintsObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToSecurityContextConstraintsObjects(Integer index, SecurityContextConstraints item)
setToSecurityContextConstraintsObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToSecurityContextConstraintsObjects(SecurityContextConstraints... items)
addToSecurityContextConstraintsObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToSecurityContextConstraintsObjects(Collection<SecurityContextConstraints> items)
addAllToSecurityContextConstraintsObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromSecurityContextConstraintsObjects(SecurityContextConstraints... items)
removeFromSecurityContextConstraintsObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromSecurityContextConstraintsObjects(Collection<SecurityContextConstraints> items)
removeAllFromSecurityContextConstraintsObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromSecurityContextConstraintsObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromSecurityContextConstraintsObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.SecurityContextConstraintsObjectsNested<A> addNewSecurityContextConstraintsObject()
addNewSecurityContextConstraintsObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.SecurityContextConstraintsObjectsNested<A> addNewSecurityContextConstraintsObjectLike(SecurityContextConstraints item)
addNewSecurityContextConstraintsObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.SecurityContextConstraintsObjectsNested<A> setNewSecurityContextConstraintsObjectLike(Integer index, SecurityContextConstraints item)
setNewSecurityContextConstraintsObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildRequestObjects(Integer index, BuildRequest item)
addToBuildRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToBuildRequestObjects(Integer index, BuildRequest item)
setToBuildRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildRequestObjects(BuildRequest... items)
addToBuildRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToBuildRequestObjects(Collection<BuildRequest> items)
addAllToBuildRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromBuildRequestObjects(BuildRequest... items)
removeFromBuildRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromBuildRequestObjects(Collection<BuildRequest> items)
removeAllFromBuildRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromBuildRequestObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromBuildRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildRequestObjectsNested<A> addNewBuildRequestObject()
addNewBuildRequestObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildRequestObjectsNested<A> addNewBuildRequestObjectLike(BuildRequest item)
addNewBuildRequestObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.BuildRequestObjectsNested<A> setNewBuildRequestObjectLike(Integer index, BuildRequest item)
setNewBuildRequestObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToEgressNetworkPolicyObjects(Integer index, EgressNetworkPolicy item)
addToEgressNetworkPolicyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToEgressNetworkPolicyObjects(Integer index, EgressNetworkPolicy item)
setToEgressNetworkPolicyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToEgressNetworkPolicyObjects(EgressNetworkPolicy... items)
addToEgressNetworkPolicyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToEgressNetworkPolicyObjects(Collection<EgressNetworkPolicy> items)
addAllToEgressNetworkPolicyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromEgressNetworkPolicyObjects(EgressNetworkPolicy... items)
removeFromEgressNetworkPolicyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromEgressNetworkPolicyObjects(Collection<EgressNetworkPolicy> items)
removeAllFromEgressNetworkPolicyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromEgressNetworkPolicyObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromEgressNetworkPolicyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.EgressNetworkPolicyObjectsNested<A> addNewEgressNetworkPolicyObject()
addNewEgressNetworkPolicyObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.EgressNetworkPolicyObjectsNested<A> addNewEgressNetworkPolicyObjectLike(EgressNetworkPolicy item)
addNewEgressNetworkPolicyObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.EgressNetworkPolicyObjectsNested<A> setNewEgressNetworkPolicyObjectLike(Integer index, EgressNetworkPolicy item)
setNewEgressNetworkPolicyObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToNetNamespaceObjects(Integer index, NetNamespace item)
addToNetNamespaceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToNetNamespaceObjects(Integer index, NetNamespace item)
setToNetNamespaceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToNetNamespaceObjects(NetNamespace... items)
addToNetNamespaceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToNetNamespaceObjects(Collection<NetNamespace> items)
addAllToNetNamespaceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromNetNamespaceObjects(NetNamespace... items)
removeFromNetNamespaceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromNetNamespaceObjects(Collection<NetNamespace> items)
removeAllFromNetNamespaceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromNetNamespaceObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromNetNamespaceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.NetNamespaceObjectsNested<A> addNewNetNamespaceObject()
addNewNetNamespaceObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.NetNamespaceObjectsNested<A> addNewNetNamespaceObjectLike(NetNamespace item)
addNewNetNamespaceObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.NetNamespaceObjectsNested<A> setNewNetNamespaceObjectLike(Integer index, NetNamespace item)
setNewNetNamespaceObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToUserIdentityMappingObjects(Integer index, UserIdentityMapping item)
addToUserIdentityMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToUserIdentityMappingObjects(Integer index, UserIdentityMapping item)
setToUserIdentityMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToUserIdentityMappingObjects(UserIdentityMapping... items)
addToUserIdentityMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToUserIdentityMappingObjects(Collection<UserIdentityMapping> items)
addAllToUserIdentityMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromUserIdentityMappingObjects(UserIdentityMapping... items)
removeFromUserIdentityMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromUserIdentityMappingObjects(Collection<UserIdentityMapping> items)
removeAllFromUserIdentityMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromUserIdentityMappingObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromUserIdentityMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserIdentityMappingObjectsNested<A> addNewUserIdentityMappingObject()
addNewUserIdentityMappingObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserIdentityMappingObjectsNested<A> addNewUserIdentityMappingObjectLike(UserIdentityMapping item)
addNewUserIdentityMappingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.UserIdentityMappingObjectsNested<A> setNewUserIdentityMappingObjectLike(Integer index, UserIdentityMapping item)
setNewUserIdentityMappingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamObjects(Integer index, ImageStream item)
addToImageStreamObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamObjects(Integer index, ImageStream item)
setToImageStreamObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamObjects(ImageStream... items)
addToImageStreamObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToImageStreamObjects(Collection<ImageStream> items)
addAllToImageStreamObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromImageStreamObjects(ImageStream... items)
removeFromImageStreamObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromImageStreamObjects(Collection<ImageStream> items)
removeAllFromImageStreamObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromImageStreamObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromImageStreamObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamObjectsNested<A> addNewImageStreamObject()
addNewImageStreamObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamObjectsNested<A> addNewImageStreamObjectLike(ImageStream item)
addNewImageStreamObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ImageStreamObjectsNested<A> setNewImageStreamObjectLike(Integer index, ImageStream item)
setNewImageStreamObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthClientObjects(Integer index, OAuthClient item)
addToOAuthClientObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthClientObjects(Integer index, OAuthClient item)
setToOAuthClientObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthClientObjects(OAuthClient... items)
addToOAuthClientObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToOAuthClientObjects(Collection<OAuthClient> items)
addAllToOAuthClientObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromOAuthClientObjects(OAuthClient... items)
removeFromOAuthClientObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromOAuthClientObjects(Collection<OAuthClient> items)
removeAllFromOAuthClientObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromOAuthClientObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromOAuthClientObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthClientObjectsNested<A> addNewOAuthClientObject()
addNewOAuthClientObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthClientObjectsNested<A> addNewOAuthClientObjectLike(OAuthClient item)
addNewOAuthClientObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthClientObjectsNested<A> setNewOAuthClientObjectLike(Integer index, OAuthClient item)
setNewOAuthClientObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToIdentityObjects(Integer index, Identity item)
addToIdentityObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToIdentityObjects(Integer index, Identity item)
setToIdentityObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToIdentityObjects(Identity... items)
addToIdentityObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToIdentityObjects(Collection<Identity> items)
addAllToIdentityObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromIdentityObjects(Identity... items)
removeFromIdentityObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromIdentityObjects(Collection<Identity> items)
removeAllFromIdentityObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromIdentityObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromIdentityObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.IdentityObjectsNested<A> addNewIdentityObject()
addNewIdentityObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.IdentityObjectsNested<A> addNewIdentityObjectLike(Identity item)
addNewIdentityObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.IdentityObjectsNested<A> setNewIdentityObjectLike(Integer index, Identity item)
setNewIdentityObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToParameters(Integer index, Parameter item)
addToParameters in interface TemplateFluent<A extends TemplateFluent<A>>public A setToParameters(Integer index, Parameter item)
setToParameters in interface TemplateFluent<A extends TemplateFluent<A>>public A addToParameters(Parameter... items)
addToParameters in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToParameters(Collection<Parameter> items)
addAllToParameters in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromParameters(Parameter... items)
removeFromParameters in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromParameters(Collection<Parameter> items)
removeAllFromParameters in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromParameters(Predicate<ParameterBuilder> predicate)
removeMatchingFromParameters in interface TemplateFluent<A extends TemplateFluent<A>>@Deprecated public List<Parameter> getParameters()
getParameters in interface TemplateFluent<A extends TemplateFluent<A>>public List<Parameter> buildParameters()
buildParameters in interface TemplateFluent<A extends TemplateFluent<A>>public Parameter buildParameter(Integer index)
buildParameter in interface TemplateFluent<A extends TemplateFluent<A>>public Parameter buildFirstParameter()
buildFirstParameter in interface TemplateFluent<A extends TemplateFluent<A>>public Parameter buildLastParameter()
buildLastParameter in interface TemplateFluent<A extends TemplateFluent<A>>public Parameter buildMatchingParameter(Predicate<ParameterBuilder> predicate)
buildMatchingParameter in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasMatchingParameter(Predicate<ParameterBuilder> predicate)
hasMatchingParameter in interface TemplateFluent<A extends TemplateFluent<A>>public A withParameters(List<Parameter> parameters)
withParameters in interface TemplateFluent<A extends TemplateFluent<A>>public A withParameters(Parameter... parameters)
withParameters in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasParameters()
hasParameters in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ParametersNested<A> addNewParameter()
addNewParameter in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ParametersNested<A> addNewParameterLike(Parameter item)
addNewParameterLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ParametersNested<A> setNewParameterLike(Integer index, Parameter item)
setNewParameterLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ParametersNested<A> editParameter(Integer index)
editParameter in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ParametersNested<A> editFirstParameter()
editFirstParameter in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ParametersNested<A> editLastParameter()
editLastParameter in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ParametersNested<A> editMatchingParameter(Predicate<ParameterBuilder> predicate)
editMatchingParameter in interface TemplateFluent<A extends TemplateFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TemplateFluent<A extends TemplateFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TemplateFluent<A extends TemplateFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TemplateFluent<A extends TemplateFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TemplateFluent<A extends TemplateFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TemplateFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TemplateFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.