Package org.cdk8s.plus24
Interface ISubject
-
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IServiceAccount
,IServiceAccount.Jsii$Default
,ISubject.Jsii$Default
- All Known Implementing Classes:
AbstractPod
,CronJob
,DaemonSet
,Deployment
,Group
,IServiceAccount.Jsii$Proxy
,ISubject.Jsii$Proxy
,Job
,Pod
,ServiceAccount
,StatefulSet
,User
,Workload
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-04T02:31:04.915Z") @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 interface
ISubject.Jsii$Default
Internal default implementation forISubject
.static class
ISubject.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectConfiguration
toSubjectConfiguration()
Return the subject configuration.
-
-
-
Method Detail
-
toSubjectConfiguration
@Stability(Stable) @NotNull SubjectConfiguration toSubjectConfiguration()
Return the subject configuration.
-
-