public class PolicyRuleFluentImpl<A extends PolicyRuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PolicyRuleFluent<A>
PolicyRuleFluent.APIServerAttributeRestrictionsNested<N>, PolicyRuleFluent.AppliedClusterResourceQuotaAttributeRestrictionsNested<N>, PolicyRuleFluent.BuildAttributeRestrictionsNested<N>, PolicyRuleFluent.BuildConfigAttributeRestrictionsNested<N>, PolicyRuleFluent.BuildRequestAttributeRestrictionsNested<N>, PolicyRuleFluent.ClusterNetworkAttributeRestrictionsNested<N>, PolicyRuleFluent.ClusterOperatorAttributeRestrictionsNested<N>, PolicyRuleFluent.ClusterResourceQuotaAttributeRestrictionsNested<N>, PolicyRuleFluent.ClusterRoleAttributeRestrictionsNested<N>, PolicyRuleFluent.ClusterRoleBindingAttributeRestrictionsNested<N>, PolicyRuleFluent.ClusterVersionAttributeRestrictionsNested<N>, PolicyRuleFluent.DeploymentConfigAttributeRestrictionsNested<N>, PolicyRuleFluent.EgressNetworkPolicyAttributeRestrictionsNested<N>, PolicyRuleFluent.FeatureGateAttributeRestrictionsNested<N>, PolicyRuleFluent.GroupAttributeRestrictionsNested<N>, PolicyRuleFluent.IdentityAttributeRestrictionsNested<N>, PolicyRuleFluent.ImageAttributeRestrictionsNested<N>, PolicyRuleFluent.ImageSignatureAttributeRestrictionsNested<N>, PolicyRuleFluent.ImageStreamAttributeRestrictionsNested<N>, PolicyRuleFluent.ImageStreamImageAttributeRestrictionsNested<N>, PolicyRuleFluent.ImageStreamImportAttributeRestrictionsNested<N>, PolicyRuleFluent.ImageStreamMappingAttributeRestrictionsNested<N>, PolicyRuleFluent.ImageStreamTagAttributeRestrictionsNested<N>, PolicyRuleFluent.ImageTagAttributeRestrictionsNested<N>, PolicyRuleFluent.InfrastructureAttributeRestrictionsNested<N>, PolicyRuleFluent.IngressAttributeRestrictionsNested<N>, PolicyRuleFluent.NetNamespaceAttributeRestrictionsNested<N>, PolicyRuleFluent.OAuthAccessTokenAttributeRestrictionsNested<N>, PolicyRuleFluent.OAuthAttributeRestrictionsNested<N>, PolicyRuleFluent.OAuthAuthorizeTokenAttributeRestrictionsNested<N>, PolicyRuleFluent.OAuthClientAttributeRestrictionsNested<N>, PolicyRuleFluent.OAuthClientAuthorizationAttributeRestrictionsNested<N>, PolicyRuleFluent.OperatorHubAttributeRestrictionsNested<N>, PolicyRuleFluent.PersistentVolumeClaimAttributeRestrictionsNested<N>, PolicyRuleFluent.ProjectAttributeRestrictionsNested<N>, PolicyRuleFluent.ProjectRequestAttributeRestrictionsNested<N>, PolicyRuleFluent.ProxyAttributeRestrictionsNested<N>, PolicyRuleFluent.RangeAllocationAttributeRestrictionsNested<N>, PolicyRuleFluent.RoleAttributeRestrictionsNested<N>, PolicyRuleFluent.RoleBindingAttributeRestrictionsNested<N>, PolicyRuleFluent.RoleBindingRestrictionAttributeRestrictionsNested<N>, PolicyRuleFluent.RouteAttributeRestrictionsNested<N>, PolicyRuleFluent.SchedulerAttributeRestrictionsNested<N>, PolicyRuleFluent.SecurityContextConstraintsAttributeRestrictionsNested<N>, PolicyRuleFluent.TemplateAttributeRestrictionsNested<N>, PolicyRuleFluent.UserAttributeRestrictionsNested<N>| Constructor and Description |
|---|
PolicyRuleFluentImpl() |
PolicyRuleFluentImpl(PolicyRule instance) |
public PolicyRuleFluentImpl()
public PolicyRuleFluentImpl(PolicyRule instance)
public A addToApiGroups(int index, String item)
addToApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A setToApiGroups(int index, String item)
setToApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToApiGroups(String... items)
addToApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addAllToApiGroups(Collection<String> items)
addAllToApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeFromApiGroups(String... items)
removeFromApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeAllFromApiGroups(Collection<String> items)
removeAllFromApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public List<String> getApiGroups()
getApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getApiGroup(int index)
getApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getFirstApiGroup()
getFirstApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getLastApiGroup()
getLastApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getMatchingApiGroup(Predicate<String> predicate)
getMatchingApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasMatchingApiGroup(Predicate<String> predicate)
hasMatchingApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withApiGroups(List<String> apiGroups)
withApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withApiGroups(String... apiGroups)
withApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasApiGroups()
hasApiGroups in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(StringBuilder arg1)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(int[] arg1, int arg2, int arg3)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(char[] arg1)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(StringBuffer arg1)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(byte[] arg1, int arg2)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(byte[] arg1)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(char[] arg1, int arg2, int arg3)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(byte[] arg1, int arg2, int arg3)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(byte[] arg1, int arg2, int arg3, int arg4)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewApiGroup(String arg1)
addNewApiGroup in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.HasMetadata getAttributeRestrictions()
getAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public io.fabric8.kubernetes.api.model.HasMetadata buildAttributeRestrictions()
buildAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withAttributeRestrictions(io.fabric8.kubernetes.api.model.HasMetadata attributeRestrictions)
withAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasAttributeRestrictions()
hasAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withClusterVersionAttributeRestrictions(ClusterVersion clusterVersionAttributeRestrictions)
withClusterVersionAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterVersionAttributeRestrictionsNested<A> withNewClusterVersionAttributeRestrictions()
withNewClusterVersionAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterVersionAttributeRestrictionsNested<A> withNewClusterVersionAttributeRestrictionsLike(ClusterVersion item)
withNewClusterVersionAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withImageStreamImportAttributeRestrictions(ImageStreamImport imageStreamImportAttributeRestrictions)
withImageStreamImportAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamImportAttributeRestrictionsNested<A> withNewImageStreamImportAttributeRestrictions()
withNewImageStreamImportAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamImportAttributeRestrictionsNested<A> withNewImageStreamImportAttributeRestrictionsLike(ImageStreamImport item)
withNewImageStreamImportAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withProxyAttributeRestrictions(Proxy proxyAttributeRestrictions)
withProxyAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ProxyAttributeRestrictionsNested<A> withNewProxyAttributeRestrictions()
withNewProxyAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ProxyAttributeRestrictionsNested<A> withNewProxyAttributeRestrictionsLike(Proxy item)
withNewProxyAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withProjectAttributeRestrictions(Project projectAttributeRestrictions)
withProjectAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ProjectAttributeRestrictionsNested<A> withNewProjectAttributeRestrictions()
withNewProjectAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ProjectAttributeRestrictionsNested<A> withNewProjectAttributeRestrictionsLike(Project item)
withNewProjectAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withClusterOperatorAttributeRestrictions(ClusterOperator clusterOperatorAttributeRestrictions)
withClusterOperatorAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterOperatorAttributeRestrictionsNested<A> withNewClusterOperatorAttributeRestrictions()
withNewClusterOperatorAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterOperatorAttributeRestrictionsNested<A> withNewClusterOperatorAttributeRestrictionsLike(ClusterOperator item)
withNewClusterOperatorAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withBuildConfigAttributeRestrictions(BuildConfig buildConfigAttributeRestrictions)
withBuildConfigAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.BuildConfigAttributeRestrictionsNested<A> withNewBuildConfigAttributeRestrictions()
withNewBuildConfigAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.BuildConfigAttributeRestrictionsNested<A> withNewBuildConfigAttributeRestrictionsLike(BuildConfig item)
withNewBuildConfigAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withInfrastructureAttributeRestrictions(Infrastructure infrastructureAttributeRestrictions)
withInfrastructureAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.InfrastructureAttributeRestrictionsNested<A> withNewInfrastructureAttributeRestrictions()
withNewInfrastructureAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.InfrastructureAttributeRestrictionsNested<A> withNewInfrastructureAttributeRestrictionsLike(Infrastructure item)
withNewInfrastructureAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withSchedulerAttributeRestrictions(Scheduler schedulerAttributeRestrictions)
withSchedulerAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.SchedulerAttributeRestrictionsNested<A> withNewSchedulerAttributeRestrictions()
withNewSchedulerAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.SchedulerAttributeRestrictionsNested<A> withNewSchedulerAttributeRestrictionsLike(Scheduler item)
withNewSchedulerAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withRangeAllocationAttributeRestrictions(RangeAllocation rangeAllocationAttributeRestrictions)
withRangeAllocationAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RangeAllocationAttributeRestrictionsNested<A> withNewRangeAllocationAttributeRestrictions()
withNewRangeAllocationAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RangeAllocationAttributeRestrictionsNested<A> withNewRangeAllocationAttributeRestrictionsLike(RangeAllocation item)
withNewRangeAllocationAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withRouteAttributeRestrictions(Route routeAttributeRestrictions)
withRouteAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RouteAttributeRestrictionsNested<A> withNewRouteAttributeRestrictions()
withNewRouteAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RouteAttributeRestrictionsNested<A> withNewRouteAttributeRestrictionsLike(Route item)
withNewRouteAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withClusterNetworkAttributeRestrictions(ClusterNetwork clusterNetworkAttributeRestrictions)
withClusterNetworkAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterNetworkAttributeRestrictionsNested<A> withNewClusterNetworkAttributeRestrictions()
withNewClusterNetworkAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterNetworkAttributeRestrictionsNested<A> withNewClusterNetworkAttributeRestrictionsLike(ClusterNetwork item)
withNewClusterNetworkAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withOAuthAuthorizeTokenAttributeRestrictions(OAuthAuthorizeToken oAuthAuthorizeTokenAttributeRestrictions)
withOAuthAuthorizeTokenAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthAuthorizeTokenAttributeRestrictionsNested<A> withNewOAuthAuthorizeTokenAttributeRestrictions()
withNewOAuthAuthorizeTokenAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthAuthorizeTokenAttributeRestrictionsNested<A> withNewOAuthAuthorizeTokenAttributeRestrictionsLike(OAuthAuthorizeToken item)
withNewOAuthAuthorizeTokenAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withIngressAttributeRestrictions(Ingress ingressAttributeRestrictions)
withIngressAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.IngressAttributeRestrictionsNested<A> withNewIngressAttributeRestrictions()
withNewIngressAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.IngressAttributeRestrictionsNested<A> withNewIngressAttributeRestrictionsLike(Ingress item)
withNewIngressAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withOAuthAttributeRestrictions(OAuth oAuthAttributeRestrictions)
withOAuthAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthAttributeRestrictionsNested<A> withNewOAuthAttributeRestrictions()
withNewOAuthAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthAttributeRestrictionsNested<A> withNewOAuthAttributeRestrictionsLike(OAuth item)
withNewOAuthAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withOperatorHubAttributeRestrictions(OperatorHub operatorHubAttributeRestrictions)
withOperatorHubAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OperatorHubAttributeRestrictionsNested<A> withNewOperatorHubAttributeRestrictions()
withNewOperatorHubAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OperatorHubAttributeRestrictionsNested<A> withNewOperatorHubAttributeRestrictionsLike(OperatorHub item)
withNewOperatorHubAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withClusterRoleBindingAttributeRestrictions(ClusterRoleBinding clusterRoleBindingAttributeRestrictions)
withClusterRoleBindingAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterRoleBindingAttributeRestrictionsNested<A> withNewClusterRoleBindingAttributeRestrictions()
withNewClusterRoleBindingAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterRoleBindingAttributeRestrictionsNested<A> withNewClusterRoleBindingAttributeRestrictionsLike(ClusterRoleBinding item)
withNewClusterRoleBindingAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withClusterResourceQuotaAttributeRestrictions(ClusterResourceQuota clusterResourceQuotaAttributeRestrictions)
withClusterResourceQuotaAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterResourceQuotaAttributeRestrictionsNested<A> withNewClusterResourceQuotaAttributeRestrictions()
withNewClusterResourceQuotaAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterResourceQuotaAttributeRestrictionsNested<A> withNewClusterResourceQuotaAttributeRestrictionsLike(ClusterResourceQuota item)
withNewClusterResourceQuotaAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withProjectRequestAttributeRestrictions(ProjectRequest projectRequestAttributeRestrictions)
withProjectRequestAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ProjectRequestAttributeRestrictionsNested<A> withNewProjectRequestAttributeRestrictions()
withNewProjectRequestAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ProjectRequestAttributeRestrictionsNested<A> withNewProjectRequestAttributeRestrictionsLike(ProjectRequest item)
withNewProjectRequestAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withTemplateAttributeRestrictions(Template templateAttributeRestrictions)
withTemplateAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.TemplateAttributeRestrictionsNested<A> withNewTemplateAttributeRestrictions()
withNewTemplateAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.TemplateAttributeRestrictionsNested<A> withNewTemplateAttributeRestrictionsLike(Template item)
withNewTemplateAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withOAuthClientAuthorizationAttributeRestrictions(OAuthClientAuthorization oAuthClientAuthorizationAttributeRestrictions)
withOAuthClientAuthorizationAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthClientAuthorizationAttributeRestrictionsNested<A> withNewOAuthClientAuthorizationAttributeRestrictions()
withNewOAuthClientAuthorizationAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthClientAuthorizationAttributeRestrictionsNested<A> withNewOAuthClientAuthorizationAttributeRestrictionsLike(OAuthClientAuthorization item)
withNewOAuthClientAuthorizationAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withClusterRoleAttributeRestrictions(ClusterRole clusterRoleAttributeRestrictions)
withClusterRoleAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterRoleAttributeRestrictionsNested<A> withNewClusterRoleAttributeRestrictions()
withNewClusterRoleAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ClusterRoleAttributeRestrictionsNested<A> withNewClusterRoleAttributeRestrictionsLike(ClusterRole item)
withNewClusterRoleAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withImageTagAttributeRestrictions(ImageTag imageTagAttributeRestrictions)
withImageTagAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageTagAttributeRestrictionsNested<A> withNewImageTagAttributeRestrictions()
withNewImageTagAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageTagAttributeRestrictionsNested<A> withNewImageTagAttributeRestrictionsLike(ImageTag item)
withNewImageTagAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withDeploymentConfigAttributeRestrictions(DeploymentConfig deploymentConfigAttributeRestrictions)
withDeploymentConfigAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.DeploymentConfigAttributeRestrictionsNested<A> withNewDeploymentConfigAttributeRestrictions()
withNewDeploymentConfigAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.DeploymentConfigAttributeRestrictionsNested<A> withNewDeploymentConfigAttributeRestrictionsLike(DeploymentConfig item)
withNewDeploymentConfigAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withOAuthAccessTokenAttributeRestrictions(OAuthAccessToken oAuthAccessTokenAttributeRestrictions)
withOAuthAccessTokenAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthAccessTokenAttributeRestrictionsNested<A> withNewOAuthAccessTokenAttributeRestrictions()
withNewOAuthAccessTokenAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthAccessTokenAttributeRestrictionsNested<A> withNewOAuthAccessTokenAttributeRestrictionsLike(OAuthAccessToken item)
withNewOAuthAccessTokenAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withRoleBindingAttributeRestrictions(RoleBinding roleBindingAttributeRestrictions)
withRoleBindingAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RoleBindingAttributeRestrictionsNested<A> withNewRoleBindingAttributeRestrictions()
withNewRoleBindingAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RoleBindingAttributeRestrictionsNested<A> withNewRoleBindingAttributeRestrictionsLike(RoleBinding item)
withNewRoleBindingAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withImageAttributeRestrictions(Image imageAttributeRestrictions)
withImageAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageAttributeRestrictionsNested<A> withNewImageAttributeRestrictions()
withNewImageAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageAttributeRestrictionsNested<A> withNewImageAttributeRestrictionsLike(Image item)
withNewImageAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withAPIServerAttributeRestrictions(APIServer aPIServerAttributeRestrictions)
withAPIServerAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.APIServerAttributeRestrictionsNested<A> withNewAPIServerAttributeRestrictions()
withNewAPIServerAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.APIServerAttributeRestrictionsNested<A> withNewAPIServerAttributeRestrictionsLike(APIServer item)
withNewAPIServerAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withPersistentVolumeClaimAttributeRestrictions(io.fabric8.kubernetes.api.model.PersistentVolumeClaim persistentVolumeClaimAttributeRestrictions)
withPersistentVolumeClaimAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.PersistentVolumeClaimAttributeRestrictionsNested<A> withNewPersistentVolumeClaimAttributeRestrictions()
withNewPersistentVolumeClaimAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.PersistentVolumeClaimAttributeRestrictionsNested<A> withNewPersistentVolumeClaimAttributeRestrictionsLike(io.fabric8.kubernetes.api.model.PersistentVolumeClaim item)
withNewPersistentVolumeClaimAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withImageStreamMappingAttributeRestrictions(ImageStreamMapping imageStreamMappingAttributeRestrictions)
withImageStreamMappingAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamMappingAttributeRestrictionsNested<A> withNewImageStreamMappingAttributeRestrictions()
withNewImageStreamMappingAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamMappingAttributeRestrictionsNested<A> withNewImageStreamMappingAttributeRestrictionsLike(ImageStreamMapping item)
withNewImageStreamMappingAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withRoleAttributeRestrictions(Role roleAttributeRestrictions)
withRoleAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RoleAttributeRestrictionsNested<A> withNewRoleAttributeRestrictions()
withNewRoleAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RoleAttributeRestrictionsNested<A> withNewRoleAttributeRestrictionsLike(Role item)
withNewRoleAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withFeatureGateAttributeRestrictions(FeatureGate featureGateAttributeRestrictions)
withFeatureGateAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.FeatureGateAttributeRestrictionsNested<A> withNewFeatureGateAttributeRestrictions()
withNewFeatureGateAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.FeatureGateAttributeRestrictionsNested<A> withNewFeatureGateAttributeRestrictionsLike(FeatureGate item)
withNewFeatureGateAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withUserAttributeRestrictions(User userAttributeRestrictions)
withUserAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.UserAttributeRestrictionsNested<A> withNewUserAttributeRestrictions()
withNewUserAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.UserAttributeRestrictionsNested<A> withNewUserAttributeRestrictionsLike(User item)
withNewUserAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withImageStreamImageAttributeRestrictions(ImageStreamImage imageStreamImageAttributeRestrictions)
withImageStreamImageAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamImageAttributeRestrictionsNested<A> withNewImageStreamImageAttributeRestrictions()
withNewImageStreamImageAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamImageAttributeRestrictionsNested<A> withNewImageStreamImageAttributeRestrictionsLike(ImageStreamImage item)
withNewImageStreamImageAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withBuildAttributeRestrictions(Build buildAttributeRestrictions)
withBuildAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.BuildAttributeRestrictionsNested<A> withNewBuildAttributeRestrictions()
withNewBuildAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.BuildAttributeRestrictionsNested<A> withNewBuildAttributeRestrictionsLike(Build item)
withNewBuildAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withRoleBindingRestrictionAttributeRestrictions(RoleBindingRestriction roleBindingRestrictionAttributeRestrictions)
withRoleBindingRestrictionAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RoleBindingRestrictionAttributeRestrictionsNested<A> withNewRoleBindingRestrictionAttributeRestrictions()
withNewRoleBindingRestrictionAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.RoleBindingRestrictionAttributeRestrictionsNested<A> withNewRoleBindingRestrictionAttributeRestrictionsLike(RoleBindingRestriction item)
withNewRoleBindingRestrictionAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withImageStreamTagAttributeRestrictions(ImageStreamTag imageStreamTagAttributeRestrictions)
withImageStreamTagAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamTagAttributeRestrictionsNested<A> withNewImageStreamTagAttributeRestrictions()
withNewImageStreamTagAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamTagAttributeRestrictionsNested<A> withNewImageStreamTagAttributeRestrictionsLike(ImageStreamTag item)
withNewImageStreamTagAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withGroupAttributeRestrictions(Group groupAttributeRestrictions)
withGroupAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.GroupAttributeRestrictionsNested<A> withNewGroupAttributeRestrictions()
withNewGroupAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.GroupAttributeRestrictionsNested<A> withNewGroupAttributeRestrictionsLike(Group item)
withNewGroupAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withImageSignatureAttributeRestrictions(ImageSignature imageSignatureAttributeRestrictions)
withImageSignatureAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageSignatureAttributeRestrictionsNested<A> withNewImageSignatureAttributeRestrictions()
withNewImageSignatureAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageSignatureAttributeRestrictionsNested<A> withNewImageSignatureAttributeRestrictionsLike(ImageSignature item)
withNewImageSignatureAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withAppliedClusterResourceQuotaAttributeRestrictions(AppliedClusterResourceQuota appliedClusterResourceQuotaAttributeRestrictions)
withAppliedClusterResourceQuotaAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.AppliedClusterResourceQuotaAttributeRestrictionsNested<A> withNewAppliedClusterResourceQuotaAttributeRestrictions()
withNewAppliedClusterResourceQuotaAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.AppliedClusterResourceQuotaAttributeRestrictionsNested<A> withNewAppliedClusterResourceQuotaAttributeRestrictionsLike(AppliedClusterResourceQuota item)
withNewAppliedClusterResourceQuotaAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withSecurityContextConstraintsAttributeRestrictions(SecurityContextConstraints securityContextConstraintsAttributeRestrictions)
withSecurityContextConstraintsAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.SecurityContextConstraintsAttributeRestrictionsNested<A> withNewSecurityContextConstraintsAttributeRestrictions()
withNewSecurityContextConstraintsAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.SecurityContextConstraintsAttributeRestrictionsNested<A> withNewSecurityContextConstraintsAttributeRestrictionsLike(SecurityContextConstraints item)
withNewSecurityContextConstraintsAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withBuildRequestAttributeRestrictions(BuildRequest buildRequestAttributeRestrictions)
withBuildRequestAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.BuildRequestAttributeRestrictionsNested<A> withNewBuildRequestAttributeRestrictions()
withNewBuildRequestAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.BuildRequestAttributeRestrictionsNested<A> withNewBuildRequestAttributeRestrictionsLike(BuildRequest item)
withNewBuildRequestAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withEgressNetworkPolicyAttributeRestrictions(EgressNetworkPolicy egressNetworkPolicyAttributeRestrictions)
withEgressNetworkPolicyAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.EgressNetworkPolicyAttributeRestrictionsNested<A> withNewEgressNetworkPolicyAttributeRestrictions()
withNewEgressNetworkPolicyAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.EgressNetworkPolicyAttributeRestrictionsNested<A> withNewEgressNetworkPolicyAttributeRestrictionsLike(EgressNetworkPolicy item)
withNewEgressNetworkPolicyAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withNetNamespaceAttributeRestrictions(NetNamespace netNamespaceAttributeRestrictions)
withNetNamespaceAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.NetNamespaceAttributeRestrictionsNested<A> withNewNetNamespaceAttributeRestrictions()
withNewNetNamespaceAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.NetNamespaceAttributeRestrictionsNested<A> withNewNetNamespaceAttributeRestrictionsLike(NetNamespace item)
withNewNetNamespaceAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withImageStreamAttributeRestrictions(ImageStream imageStreamAttributeRestrictions)
withImageStreamAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamAttributeRestrictionsNested<A> withNewImageStreamAttributeRestrictions()
withNewImageStreamAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.ImageStreamAttributeRestrictionsNested<A> withNewImageStreamAttributeRestrictionsLike(ImageStream item)
withNewImageStreamAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withOAuthClientAttributeRestrictions(OAuthClient oAuthClientAttributeRestrictions)
withOAuthClientAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthClientAttributeRestrictionsNested<A> withNewOAuthClientAttributeRestrictions()
withNewOAuthClientAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.OAuthClientAttributeRestrictionsNested<A> withNewOAuthClientAttributeRestrictionsLike(OAuthClient item)
withNewOAuthClientAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withIdentityAttributeRestrictions(Identity identityAttributeRestrictions)
withIdentityAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.IdentityAttributeRestrictionsNested<A> withNewIdentityAttributeRestrictions()
withNewIdentityAttributeRestrictions in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public PolicyRuleFluent.IdentityAttributeRestrictionsNested<A> withNewIdentityAttributeRestrictionsLike(Identity item)
withNewIdentityAttributeRestrictionsLike in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToNonResourceURLs(int index, String item)
addToNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A setToNonResourceURLs(int index, String item)
setToNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToNonResourceURLs(String... items)
addToNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addAllToNonResourceURLs(Collection<String> items)
addAllToNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeFromNonResourceURLs(String... items)
removeFromNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeAllFromNonResourceURLs(Collection<String> items)
removeAllFromNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public List<String> getNonResourceURLs()
getNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getNonResourceURL(int index)
getNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getFirstNonResourceURL()
getFirstNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getLastNonResourceURL()
getLastNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getMatchingNonResourceURL(Predicate<String> predicate)
getMatchingNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasMatchingNonResourceURL(Predicate<String> predicate)
hasMatchingNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withNonResourceURLs(List<String> nonResourceURLs)
withNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withNonResourceURLs(String... nonResourceURLs)
withNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasNonResourceURLs()
hasNonResourceURLs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(StringBuilder arg1)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(int[] arg1, int arg2, int arg3)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(char[] arg1)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(StringBuffer arg1)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(byte[] arg1, int arg2)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(byte[] arg1)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(char[] arg1, int arg2, int arg3)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(byte[] arg1, int arg2, int arg3)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(byte[] arg1, int arg2, int arg3, int arg4)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewNonResourceURL(String arg1)
addNewNonResourceURL in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToResourceNames(int index, String item)
addToResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A setToResourceNames(int index, String item)
setToResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToResourceNames(String... items)
addToResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addAllToResourceNames(Collection<String> items)
addAllToResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeFromResourceNames(String... items)
removeFromResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeAllFromResourceNames(Collection<String> items)
removeAllFromResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public List<String> getResourceNames()
getResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getResourceName(int index)
getResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getFirstResourceName()
getFirstResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getLastResourceName()
getLastResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getMatchingResourceName(Predicate<String> predicate)
getMatchingResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasMatchingResourceName(Predicate<String> predicate)
hasMatchingResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withResourceNames(List<String> resourceNames)
withResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withResourceNames(String... resourceNames)
withResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasResourceNames()
hasResourceNames in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(StringBuilder arg1)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(int[] arg1, int arg2, int arg3)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(char[] arg1)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(StringBuffer arg1)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(byte[] arg1, int arg2)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(byte[] arg1)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(char[] arg1, int arg2, int arg3)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(byte[] arg1, int arg2, int arg3)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(byte[] arg1, int arg2, int arg3, int arg4)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResourceName(String arg1)
addNewResourceName in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToResources(int index, String item)
addToResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A setToResources(int index, String item)
setToResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToResources(String... items)
addToResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addAllToResources(Collection<String> items)
addAllToResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeFromResources(String... items)
removeFromResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeAllFromResources(Collection<String> items)
removeAllFromResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public List<String> getResources()
getResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getResource(int index)
getResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getFirstResource()
getFirstResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getLastResource()
getLastResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getMatchingResource(Predicate<String> predicate)
getMatchingResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasMatchingResource(Predicate<String> predicate)
hasMatchingResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withResources(List<String> resources)
withResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withResources(String... resources)
withResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasResources()
hasResources in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(StringBuilder arg1)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(int[] arg1, int arg2, int arg3)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(char[] arg1)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(StringBuffer arg1)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(byte[] arg1, int arg2)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(byte[] arg1)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(char[] arg1, int arg2, int arg3)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(byte[] arg1, int arg2, int arg3)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(byte[] arg1, int arg2, int arg3, int arg4)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewResource(String arg1)
addNewResource in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToVerbs(int index, String item)
addToVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A setToVerbs(int index, String item)
setToVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addToVerbs(String... items)
addToVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addAllToVerbs(Collection<String> items)
addAllToVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeFromVerbs(String... items)
removeFromVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A removeAllFromVerbs(Collection<String> items)
removeAllFromVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public List<String> getVerbs()
getVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getVerb(int index)
getVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getFirstVerb()
getFirstVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getLastVerb()
getLastVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public String getMatchingVerb(Predicate<String> predicate)
getMatchingVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasMatchingVerb(Predicate<String> predicate)
hasMatchingVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withVerbs(List<String> verbs)
withVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A withVerbs(String... verbs)
withVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public Boolean hasVerbs()
hasVerbs in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(StringBuilder arg1)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(int[] arg1, int arg2, int arg3)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(char[] arg1)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(StringBuffer arg1)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(byte[] arg1, int arg2)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(byte[] arg1)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(char[] arg1, int arg2, int arg3)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(byte[] arg1, int arg2, int arg3)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(byte[] arg1, int arg2, int arg3, int arg4)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>public A addNewVerb(String arg1)
addNewVerb in interface PolicyRuleFluent<A extends PolicyRuleFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.