Package org.cdk8s.plus20
Interface ClusterRoleBindingProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
ClusterRoleBindingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-18T23:19:48.551Z") @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.plus20.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
-
-