public class TemplateFluentImpl<A extends TemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TemplateFluent<A>
TemplateFluent.BuildConfigObjectsNested<N>, TemplateFluent.BuildObjectsNested<N>, TemplateFluent.BuildRequestObjectsNested<N>, TemplateFluent.ClusterRoleBindingObjectsNested<N>, TemplateFluent.ClusterRoleObjectsNested<N>, TemplateFluent.ClusterVersionObjectsNested<N>, TemplateFluent.DeploymentConfigObjectsNested<N>, TemplateFluent.GroupObjectsNested<N>, TemplateFluent.IdentityObjectsNested<N>, TemplateFluent.ImageObjectsNested<N>, TemplateFluent.ImageSignatureObjectsNested<N>, TemplateFluent.ImageStreamImportObjectsNested<N>, TemplateFluent.ImageStreamObjectsNested<N>, TemplateFluent.ImageStreamTagObjectsNested<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.RoleBindingObjectsNested<N>, TemplateFluent.RoleBindingRestrictionObjectsNested<N>, TemplateFluent.RoleObjectsNested<N>, TemplateFluent.RouteObjectsNested<N>, TemplateFluent.SecurityContextConstraintsObjectsNested<N>, TemplateFluent.TemplateObjectsNested<N>, TemplateFluent.TokenReviewObjectsNested<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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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 addToTokenReviewObjects(int index, TokenReview item)
addToTokenReviewObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A setToTokenReviewObjects(int index, TokenReview item)
setToTokenReviewObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addToTokenReviewObjects(TokenReview... items)
addToTokenReviewObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A addAllToTokenReviewObjects(Collection<TokenReview> items)
addAllToTokenReviewObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeFromTokenReviewObjects(TokenReview... items)
removeFromTokenReviewObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeAllFromTokenReviewObjects(Collection<TokenReview> items)
removeAllFromTokenReviewObjects in interface TemplateFluent<A extends TemplateFluent<A>>public A removeMatchingFromTokenReviewObjects(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.builder.VisitableBuilder<? extends io.fabric8.kubernetes.api.model.HasMetadata,?>> predicate)
removeMatchingFromTokenReviewObjects in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TokenReviewObjectsNested<A> addNewTokenReviewObject()
addNewTokenReviewObject in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TokenReviewObjectsNested<A> addNewTokenReviewObjectLike(TokenReview item)
addNewTokenReviewObjectLike in interface TemplateFluent<A extends TemplateFluent<A>>public TemplateFluent.TokenReviewObjectsNested<A> setNewTokenReviewObjectLike(int index, TokenReview item)
setNewTokenReviewObjectLike 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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 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(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.Predicate<ParameterBuilder> predicate)
buildMatchingParameter in interface TemplateFluent<A extends TemplateFluent<A>>public Boolean hasMatchingParameter(io.fabric8.kubernetes.api.builder.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(io.fabric8.kubernetes.api.builder.Predicate<ParameterBuilder> predicate)
editMatchingParameter in interface TemplateFluent<A extends TemplateFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.