Uses of Interface
org.cdk8s.plus24.ISubject
-
-
Uses of ISubject in org.cdk8s.plus24
Subinterfaces of ISubject in org.cdk8s.plus24 Modifier and Type Interface Description static interfaceISubject.Jsii$DefaultInternal default implementation forISubject.Classes in org.cdk8s.plus24 that implement ISubject Modifier and Type Class Description classAbstractPodclassDaemonSetA DaemonSet ensures that all (or some) Nodes run a copy of a Pod.classDeploymentA Deployment provides declarative updates for Pods and ReplicaSets.classGroupRepresents a group.static classISubject.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classJobA Job creates one or more Pods and ensures that a specified number of them successfully terminate.classPodPod is a collection of containers that can run on a host.classServiceAccountA service account provides an identity for processes that run in a Pod.classStatefulSetStatefulSet is the workload API object used to manage stateful applications.classUserRepresents a user.classWorkloadA workload is an application running on Kubernetes.Methods in org.cdk8s.plus24 that return types with arguments of type ISubject Modifier and Type Method Description List<ISubject>ClusterRoleBinding. getSubjects()List<ISubject>RoleBinding. getSubjects()Methods in org.cdk8s.plus24 with parameters of type ISubject Modifier and Type Method Description voidClusterRoleBinding. addSubjects(@NotNull ISubject... subjects)Adds a subject to the role.voidRoleBinding. addSubjects(@NotNull ISubject... subjects)Adds a subject to the role.ClusterRoleBindingClusterRole. bind(@NotNull ISubject... subjects)Create a ClusterRoleBinding that binds the permissions in this ClusterRole to a list of subjects, without namespace restrictions.RoleBindingRole. bind(@NotNull ISubject... subjects)Create a RoleBinding that binds the permissions in this Role to a list of subjects, that will only apply this role's namespace.RoleBindingClusterRole. bindInNamespace(String namespace, @NotNull ISubject... subjects)Create a RoleBinding that binds the permissions in this ClusterRole to a list of subjects, that will only apply to the given namespace.RoleBindingResourcePermissions. grantRead(@NotNull ISubject... subjects)Grants the list of subjects permissions to read this resource.RoleBindingResourcePermissions. grantReadWrite(@NotNull ISubject... subjects)Grants the list of subjects permissions to read and write this resource.
-