Uses of Interface
org.cdk8s.plus24.IServiceAccount
-
-
Uses of IServiceAccount in org.cdk8s.plus24
Subinterfaces of IServiceAccount in org.cdk8s.plus24 Modifier and Type Interface Description static interfaceIServiceAccount.Jsii$DefaultInternal default implementation forIServiceAccount.Classes in org.cdk8s.plus24 that implement IServiceAccount Modifier and Type Class Description static classIServiceAccount.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classServiceAccountA service account provides an identity for processes that run in a Pod.Methods in org.cdk8s.plus24 that return IServiceAccount Modifier and Type Method Description static IServiceAccountServiceAccount. fromServiceAccountName(software.constructs.Construct scope, String id, String name)Imports a service account from the cluster as a reference.IServiceAccountAbstractPod. getServiceAccount()default IServiceAccountAbstractPodProps. getServiceAccount()A service account provides an identity for processes that run in a Pod.IServiceAccountAbstractPodProps.Jsii$Proxy. getServiceAccount()IServiceAccountDaemonSetProps.Jsii$Proxy. getServiceAccount()IServiceAccountDeploymentProps.Jsii$Proxy. getServiceAccount()IServiceAccountJobProps.Jsii$Proxy. getServiceAccount()IServiceAccountPodProps.Jsii$Proxy. getServiceAccount()IServiceAccountServiceAccountTokenSecretProps. getServiceAccount()The service account to store a secret for.IServiceAccountServiceAccountTokenSecretProps.Jsii$Proxy. getServiceAccount()IServiceAccountStatefulSetProps.Jsii$Proxy. getServiceAccount()IServiceAccountWorkloadProps.Jsii$Proxy. getServiceAccount()Methods in org.cdk8s.plus24 with parameters of type IServiceAccount Modifier and Type Method Description AbstractPodProps.BuilderAbstractPodProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofAbstractPodProps.getServiceAccount()DaemonSet.BuilderDaemonSet.Builder. serviceAccount(IServiceAccount serviceAccount)A service account provides an identity for processes that run in a Pod.DaemonSetProps.BuilderDaemonSetProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofAbstractPodProps.getServiceAccount()Deployment.BuilderDeployment.Builder. serviceAccount(IServiceAccount serviceAccount)A service account provides an identity for processes that run in a Pod.DeploymentProps.BuilderDeploymentProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofAbstractPodProps.getServiceAccount()Job.BuilderJob.Builder. serviceAccount(IServiceAccount serviceAccount)A service account provides an identity for processes that run in a Pod.JobProps.BuilderJobProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofAbstractPodProps.getServiceAccount()Pod.BuilderPod.Builder. serviceAccount(IServiceAccount serviceAccount)A service account provides an identity for processes that run in a Pod.PodProps.BuilderPodProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofAbstractPodProps.getServiceAccount()ServiceAccountTokenSecret.BuilderServiceAccountTokenSecret.Builder. serviceAccount(IServiceAccount serviceAccount)The service account to store a secret for.ServiceAccountTokenSecretProps.BuilderServiceAccountTokenSecretProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofServiceAccountTokenSecretProps.getServiceAccount()StatefulSet.BuilderStatefulSet.Builder. serviceAccount(IServiceAccount serviceAccount)A service account provides an identity for processes that run in a Pod.StatefulSetProps.BuilderStatefulSetProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofAbstractPodProps.getServiceAccount()WorkloadProps.BuilderWorkloadProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofAbstractPodProps.getServiceAccount()
-