Package org.cdk8s.plus24
Interface ClusterRoleBindingProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
ClusterRoleBindingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T02:54:19.170Z") @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.plus24.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
-
-