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.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.132Z") @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 class
ClusterRoleBindingProps.Builder
A builder forClusterRoleBindingProps
static class
ClusterRoleBindingProps.Jsii$Proxy
An implementation forClusterRoleBindingProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ClusterRoleBindingProps.Builder
builder()
IClusterRole
getRole()
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.Builder
ofClusterRoleBindingProps
-
-