Package org.cdk8s.plus22
Interface ISubject
-
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISubject.Jsii$Default
- All Known Implementing Classes:
AbstractPod,DaemonSet,Deployment,Group,ISubject.Jsii$Proxy,Job,Pod,ServiceAccount,StatefulSet,User,Workload
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-11T03:06:35.015Z") @Stability(Stable) public interface ISubject extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Represents an object that can be used as a role binding subject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceISubject.Jsii$DefaultInternal default implementation forISubject.static classISubject.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectConfigurationtoSubjectConfiguration()Return the subject configuration.
-
-
-
Method Detail
-
toSubjectConfiguration
@Stability(Stable) @NotNull SubjectConfiguration toSubjectConfiguration()
Return the subject configuration.
-
-