Package org.cdk8s.plus23
Interface ClusterRoleBindingProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
ClusterRoleBindingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T20:17:23.520Z") @Stability(Stable) public interface ClusterRoleBindingProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Properties for `ClusterRoleBinding`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClusterRoleBindingProps.BuilderA builder forClusterRoleBindingPropsstatic classClusterRoleBindingProps.Jsii$ProxyAn implementation forClusterRoleBindingProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ClusterRoleBindingProps.Builderbuilder()IClusterRolegetRole()The role to bind to.-
Methods inherited from interface org.cdk8s.plus23.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getRole
@Stability(Stable) @NotNull IClusterRole getRole()
The role to bind to.
-
builder
@Stability(Stable) static ClusterRoleBindingProps.Builder builder()
- Returns:
- a
ClusterRoleBindingProps.BuilderofClusterRoleBindingProps
-
-