public interface RbacConfigSpecFluent<A extends RbacConfigSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RbacConfigSpecFluent.ExclusionNested<N> |
static interface |
RbacConfigSpecFluent.InclusionNested<N> |
@Deprecated Target getExclusion()
Target buildExclusion()
Boolean hasExclusion()
RbacConfigSpecFluent.ExclusionNested<A> withNewExclusion()
RbacConfigSpecFluent.ExclusionNested<A> withNewExclusionLike(Target item)
RbacConfigSpecFluent.ExclusionNested<A> editExclusion()
RbacConfigSpecFluent.ExclusionNested<A> editOrNewExclusion()
RbacConfigSpecFluent.ExclusionNested<A> editOrNewExclusionLike(Target item)
@Deprecated Target getInclusion()
Target buildInclusion()
Boolean hasInclusion()
RbacConfigSpecFluent.InclusionNested<A> withNewInclusion()
RbacConfigSpecFluent.InclusionNested<A> withNewInclusionLike(Target item)
RbacConfigSpecFluent.InclusionNested<A> editInclusion()
RbacConfigSpecFluent.InclusionNested<A> editOrNewInclusion()
RbacConfigSpecFluent.InclusionNested<A> editOrNewInclusionLike(Target item)
Mode getMode()
Boolean hasMode()
Copyright © 2017–2018 Red Hat. All rights reserved.