public class TemplateFluentImpl<A extends TemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TemplateFluent<A>
TemplateFluent.APIServerObjectsNested<N>, TemplateFluent.AppliedClusterResourceQuotaObjectsNested<N>, TemplateFluent.BuildConfigObjectsNested<N>, TemplateFluent.BuildObjectsNested<N>, TemplateFluent.BuildRequestObjectsNested<N>, TemplateFluent.ClusterNetworkObjectsNested<N>, TemplateFluent.ClusterOperatorObjectsNested<N>, TemplateFluent.ClusterResourceQuotaObjectsNested<N>, TemplateFluent.ClusterRoleBindingObjectsNested<N>, TemplateFluent.ClusterRoleObjectsNested<N>, TemplateFluent.ClusterVersionObjectsNested<N>, TemplateFluent.DeploymentConfigObjectsNested<N>, TemplateFluent.EgressNetworkPolicyObjectsNested<N>, TemplateFluent.FeatureGateObjectsNested<N>, TemplateFluent.GroupObjectsNested<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.InfrastructureObjectsNested<N>, TemplateFluent.MetadataNested<N>, TemplateFluent.NetNamespaceObjectsNested<N>, TemplateFluent.OAuthAccessTokenObjectsNested<N>, TemplateFluent.OAuthAuthorizeTokenObjectsNested<N>, TemplateFluent.OAuthClientAuthorizationObjectsNested<N>, TemplateFluent.OAuthClientObjectsNested<N>, TemplateFluent.OAuthObjectsNested<N>, TemplateFluent.OperatorHubObjectsNested<N>, TemplateFluent.ParametersNested<N>, TemplateFluent.PersistentVolumeClaimObjectsNested<N>, TemplateFluent.ProjectObjectsNested<N>, TemplateFluent.ProjectRequestObjectsNested<N>, TemplateFluent.ProxyObjectsNested<N>, TemplateFluent.RangeAllocationObjectsNested<N>, TemplateFluent.RoleBindingObjectsNested<N>, TemplateFluent.RoleBindingRestrictionObjectsNested<N>, TemplateFluent.RoleObjectsNested<N>, TemplateFluent.RouteObjectsNested<N>, TemplateFluent.SchedulerObjectsNested<N>, TemplateFluent.SecurityContextConstraintsObjectsNested<N>, TemplateFluent.TemplateObjectsNested<N>, TemplateFluent.UserObjectsNested<N>| Constructor and Description |
|---|
TemplateFluentImpl() |
TemplateFluentImpl(Template instance) |
public 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 A withNewApiVersion(String arg1)
withNewApiVersion in interface TemplateFluent<A extends TemplateFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface TemplateFluent<A extends TemplateFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion 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 withNewKind(String arg1)
withNewKind in interface TemplateFluent<A extends TemplateFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface TemplateFluent<A extends TemplateFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind 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 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>>@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(int 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(int index, io.fabric8.kubernetes.api.model.HasMetadata item)
addToObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToObjects(int 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(int 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 addToClusterVersionObjects(int index, ClusterVersion item)
addToClusterVersionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterVersionObjects(int index, ClusterVersion item)
setToClusterVersionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterVersionObjects(ClusterVersion... items)
addToClusterVersionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToClusterVersionObjects(Collection<ClusterVersion> items)
addAllToClusterVersionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromClusterVersionObjects(ClusterVersion... items)
removeFromClusterVersionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromClusterVersionObjects(Collection<ClusterVersion> items)
removeAllFromClusterVersionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromClusterVersionObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromClusterVersionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterVersionObjectsNested<A> addNewClusterVersionObject()
addNewClusterVersionObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterVersionObjectsNested<A> addNewClusterVersionObjectLike(ClusterVersion item)
addNewClusterVersionObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterVersionObjectsNested<A> setNewClusterVersionObjectLike(int index, ClusterVersion item)
setNewClusterVersionObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamImportObjects(int index, ImageStreamImport item)
addToImageStreamImportObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamImportObjects(int 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(int index, ImageStreamImport item)
setNewImageStreamImportObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToProxyObjects(int index, Proxy item)
addToProxyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToProxyObjects(int index, Proxy item)
setToProxyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToProxyObjects(Proxy... items)
addToProxyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToProxyObjects(Collection<Proxy> items)
addAllToProxyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromProxyObjects(Proxy... items)
removeFromProxyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromProxyObjects(Collection<Proxy> items)
removeAllFromProxyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromProxyObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromProxyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProxyObjectsNested<A> addNewProxyObject()
addNewProxyObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProxyObjectsNested<A> addNewProxyObjectLike(Proxy item)
addNewProxyObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ProxyObjectsNested<A> setNewProxyObjectLike(int index, Proxy item)
setNewProxyObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToProjectObjects(int index, Project item)
addToProjectObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToProjectObjects(int 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(int index, Project item)
setNewProjectObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterOperatorObjects(int index, ClusterOperator item)
addToClusterOperatorObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterOperatorObjects(int index, ClusterOperator item)
setToClusterOperatorObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterOperatorObjects(ClusterOperator... items)
addToClusterOperatorObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToClusterOperatorObjects(Collection<ClusterOperator> items)
addAllToClusterOperatorObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromClusterOperatorObjects(ClusterOperator... items)
removeFromClusterOperatorObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromClusterOperatorObjects(Collection<ClusterOperator> items)
removeAllFromClusterOperatorObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromClusterOperatorObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromClusterOperatorObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterOperatorObjectsNested<A> addNewClusterOperatorObject()
addNewClusterOperatorObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterOperatorObjectsNested<A> addNewClusterOperatorObjectLike(ClusterOperator item)
addNewClusterOperatorObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ClusterOperatorObjectsNested<A> setNewClusterOperatorObjectLike(int index, ClusterOperator item)
setNewClusterOperatorObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildConfigObjects(int index, BuildConfig item)
addToBuildConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToBuildConfigObjects(int 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(int index, BuildConfig item)
setNewBuildConfigObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToInfrastructureObjects(int index, Infrastructure item)
addToInfrastructureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToInfrastructureObjects(int index, Infrastructure item)
setToInfrastructureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToInfrastructureObjects(Infrastructure... items)
addToInfrastructureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToInfrastructureObjects(Collection<Infrastructure> items)
addAllToInfrastructureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromInfrastructureObjects(Infrastructure... items)
removeFromInfrastructureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromInfrastructureObjects(Collection<Infrastructure> items)
removeAllFromInfrastructureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromInfrastructureObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromInfrastructureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.InfrastructureObjectsNested<A> addNewInfrastructureObject()
addNewInfrastructureObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.InfrastructureObjectsNested<A> addNewInfrastructureObjectLike(Infrastructure item)
addNewInfrastructureObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.InfrastructureObjectsNested<A> setNewInfrastructureObjectLike(int index, Infrastructure item)
setNewInfrastructureObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToSchedulerObjects(int index, Scheduler item)
addToSchedulerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToSchedulerObjects(int index, Scheduler item)
setToSchedulerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToSchedulerObjects(Scheduler... items)
addToSchedulerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToSchedulerObjects(Collection<Scheduler> items)
addAllToSchedulerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromSchedulerObjects(Scheduler... items)
removeFromSchedulerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromSchedulerObjects(Collection<Scheduler> items)
removeAllFromSchedulerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromSchedulerObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromSchedulerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.SchedulerObjectsNested<A> addNewSchedulerObject()
addNewSchedulerObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.SchedulerObjectsNested<A> addNewSchedulerObjectLike(Scheduler item)
addNewSchedulerObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.SchedulerObjectsNested<A> setNewSchedulerObjectLike(int index, Scheduler item)
setNewSchedulerObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRangeAllocationObjects(int index, RangeAllocation item)
addToRangeAllocationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRangeAllocationObjects(int 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(int index, RangeAllocation item)
setNewRangeAllocationObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRouteObjects(int index, Route item)
addToRouteObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRouteObjects(int 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(int index, Route item)
setNewRouteObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterNetworkObjects(int index, ClusterNetwork item)
addToClusterNetworkObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterNetworkObjects(int 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(int index, ClusterNetwork item)
setNewClusterNetworkObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthAuthorizeTokenObjects(int index, OAuthAuthorizeToken item)
addToOAuthAuthorizeTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthAuthorizeTokenObjects(int 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(int index, OAuthAuthorizeToken item)
setNewOAuthAuthorizeTokenObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthObjects(int index, OAuth item)
addToOAuthObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthObjects(int index, OAuth item)
setToOAuthObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthObjects(OAuth... items)
addToOAuthObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToOAuthObjects(Collection<OAuth> items)
addAllToOAuthObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromOAuthObjects(OAuth... items)
removeFromOAuthObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromOAuthObjects(Collection<OAuth> items)
removeAllFromOAuthObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromOAuthObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromOAuthObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthObjectsNested<A> addNewOAuthObject()
addNewOAuthObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthObjectsNested<A> addNewOAuthObjectLike(OAuth item)
addNewOAuthObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OAuthObjectsNested<A> setNewOAuthObjectLike(int index, OAuth item)
setNewOAuthObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOperatorHubObjects(int index, OperatorHub item)
addToOperatorHubObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOperatorHubObjects(int index, OperatorHub item)
setToOperatorHubObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOperatorHubObjects(OperatorHub... items)
addToOperatorHubObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToOperatorHubObjects(Collection<OperatorHub> items)
addAllToOperatorHubObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromOperatorHubObjects(OperatorHub... items)
removeFromOperatorHubObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromOperatorHubObjects(Collection<OperatorHub> items)
removeAllFromOperatorHubObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromOperatorHubObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromOperatorHubObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OperatorHubObjectsNested<A> addNewOperatorHubObject()
addNewOperatorHubObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OperatorHubObjectsNested<A> addNewOperatorHubObjectLike(OperatorHub item)
addNewOperatorHubObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.OperatorHubObjectsNested<A> setNewOperatorHubObjectLike(int index, OperatorHub item)
setNewOperatorHubObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterRoleBindingObjects(int index, ClusterRoleBinding item)
addToClusterRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterRoleBindingObjects(int 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(int index, ClusterRoleBinding item)
setNewClusterRoleBindingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterResourceQuotaObjects(int index, ClusterResourceQuota item)
addToClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterResourceQuotaObjects(int 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(int index, ClusterResourceQuota item)
setNewClusterResourceQuotaObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToProjectRequestObjects(int index, ProjectRequest item)
addToProjectRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToProjectRequestObjects(int 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(int index, ProjectRequest item)
setNewProjectRequestObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToTemplateObjects(int index, Template item)
addToTemplateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToTemplateObjects(int 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(int index, Template item)
setNewTemplateObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthClientAuthorizationObjects(int index, OAuthClientAuthorization item)
addToOAuthClientAuthorizationObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthClientAuthorizationObjects(int 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(int index, OAuthClientAuthorization item)
setNewOAuthClientAuthorizationObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToClusterRoleObjects(int index, ClusterRole item)
addToClusterRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToClusterRoleObjects(int 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(int index, ClusterRole item)
setNewClusterRoleObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageTagObjects(int index, ImageTag item)
addToImageTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageTagObjects(int 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(int index, ImageTag item)
setNewImageTagObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToDeploymentConfigObjects(int index, DeploymentConfig item)
addToDeploymentConfigObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToDeploymentConfigObjects(int 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(int index, DeploymentConfig item)
setNewDeploymentConfigObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthAccessTokenObjects(int index, OAuthAccessToken item)
addToOAuthAccessTokenObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthAccessTokenObjects(int 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(int index, OAuthAccessToken item)
setNewOAuthAccessTokenObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleBindingObjects(int index, RoleBinding item)
addToRoleBindingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRoleBindingObjects(int 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(int index, RoleBinding item)
setNewRoleBindingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageObjects(int index, Image item)
addToImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageObjects(int 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(int index, Image item)
setNewImageObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToAPIServerObjects(int index, APIServer item)
addToAPIServerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToAPIServerObjects(int index, APIServer item)
setToAPIServerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToAPIServerObjects(APIServer... items)
addToAPIServerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToAPIServerObjects(Collection<APIServer> items)
addAllToAPIServerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromAPIServerObjects(APIServer... items)
removeFromAPIServerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromAPIServerObjects(Collection<APIServer> items)
removeAllFromAPIServerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromAPIServerObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromAPIServerObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.APIServerObjectsNested<A> addNewAPIServerObject()
addNewAPIServerObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.APIServerObjectsNested<A> addNewAPIServerObjectLike(APIServer item)
addNewAPIServerObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.APIServerObjectsNested<A> setNewAPIServerObjectLike(int index, APIServer item)
setNewAPIServerObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToPersistentVolumeClaimObjects(int index, io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
addToPersistentVolumeClaimObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToPersistentVolumeClaimObjects(int 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(int index, io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
setNewPersistentVolumeClaimObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamMappingObjects(int index, ImageStreamMapping item)
addToImageStreamMappingObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamMappingObjects(int 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(int index, ImageStreamMapping item)
setNewImageStreamMappingObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleObjects(int index, Role item)
addToRoleObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRoleObjects(int 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(int index, Role item)
setNewRoleObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToFeatureGateObjects(int index, FeatureGate item)
addToFeatureGateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToFeatureGateObjects(int index, FeatureGate item)
setToFeatureGateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToFeatureGateObjects(FeatureGate... items)
addToFeatureGateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToFeatureGateObjects(Collection<FeatureGate> items)
addAllToFeatureGateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromFeatureGateObjects(FeatureGate... items)
removeFromFeatureGateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromFeatureGateObjects(Collection<FeatureGate> items)
removeAllFromFeatureGateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromFeatureGateObjects(Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromFeatureGateObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.FeatureGateObjectsNested<A> addNewFeatureGateObject()
addNewFeatureGateObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.FeatureGateObjectsNested<A> addNewFeatureGateObjectLike(FeatureGate item)
addNewFeatureGateObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.FeatureGateObjectsNested<A> setNewFeatureGateObjectLike(int index, FeatureGate item)
setNewFeatureGateObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToUserObjects(int index, User item)
addToUserObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToUserObjects(int 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(int index, User item)
setNewUserObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamImageObjects(int index, ImageStreamImage item)
addToImageStreamImageObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamImageObjects(int 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(int index, ImageStreamImage item)
setNewImageStreamImageObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildObjects(int index, Build item)
addToBuildObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToBuildObjects(int 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(int index, Build item)
setNewBuildObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToRoleBindingRestrictionObjects(int index, RoleBindingRestriction item)
addToRoleBindingRestrictionObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToRoleBindingRestrictionObjects(int 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(int index, RoleBindingRestriction item)
setNewRoleBindingRestrictionObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamTagObjects(int index, ImageStreamTag item)
addToImageStreamTagObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamTagObjects(int 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(int index, ImageStreamTag item)
setNewImageStreamTagObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToGroupObjects(int index, Group item)
addToGroupObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToGroupObjects(int 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(int index, Group item)
setNewGroupObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageSignatureObjects(int index, ImageSignature item)
addToImageSignatureObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageSignatureObjects(int 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(int index, ImageSignature item)
setNewImageSignatureObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToAppliedClusterResourceQuotaObjects(int index, AppliedClusterResourceQuota item)
addToAppliedClusterResourceQuotaObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToAppliedClusterResourceQuotaObjects(int 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(int index, AppliedClusterResourceQuota item)
setNewAppliedClusterResourceQuotaObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToSecurityContextConstraintsObjects(int index, SecurityContextConstraints item)
addToSecurityContextConstraintsObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToSecurityContextConstraintsObjects(int 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(int index, SecurityContextConstraints item)
setNewSecurityContextConstraintsObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToBuildRequestObjects(int index, BuildRequest item)
addToBuildRequestObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToBuildRequestObjects(int 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(int index, BuildRequest item)
setNewBuildRequestObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToEgressNetworkPolicyObjects(int index, EgressNetworkPolicy item)
addToEgressNetworkPolicyObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToEgressNetworkPolicyObjects(int 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(int index, EgressNetworkPolicy item)
setNewEgressNetworkPolicyObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToNetNamespaceObjects(int index, NetNamespace item)
addToNetNamespaceObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToNetNamespaceObjects(int 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(int index, NetNamespace item)
setNewNetNamespaceObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToImageStreamObjects(int index, ImageStream item)
addToImageStreamObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToImageStreamObjects(int 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(int index, ImageStream item)
setNewImageStreamObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToOAuthClientObjects(int index, OAuthClient item)
addToOAuthClientObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToOAuthClientObjects(int 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(int index, OAuthClient item)
setNewOAuthClientObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToIdentityObjects(int index, Identity item)
addToIdentityObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToIdentityObjects(int 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(int index, Identity item)
setNewIdentityObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public A addToParameters(int index, Parameter item)
addToParameters in interface TemplateFluent<A extends TemplateFluent<A>>public A setToParameters(int 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(int 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(int index, Parameter item)
setNewParameterLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.ParametersNested<A> editParameter(int 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>>Copyright © 2015–2021 Red Hat. All rights reserved.