Uses of Interface
org.cdk8s.plus22.IServiceAccount
-
-
Uses of IServiceAccount in org.cdk8s.plus22
Subinterfaces of IServiceAccount in org.cdk8s.plus22 Modifier and Type Interface Description static interfaceIServiceAccount.Jsii$DefaultInternal default implementation forIServiceAccount.Classes in org.cdk8s.plus22 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.plus22 that return IServiceAccount Modifier and Type Method Description static IServiceAccountServiceAccount. fromServiceAccountName(String name)Imports a service account from the cluster as a reference.IServiceAccountDeployment. getServiceAccount()The service account used to run this pod.IServiceAccountDeploymentProps.Jsii$Proxy. getServiceAccount()default IServiceAccountIPodSpec. getServiceAccount()The service account used to run this pod.default IServiceAccountIPodSpec.Jsii$Default. getServiceAccount()The service account used to run this pod.IServiceAccountIPodSpec.Jsii$Proxy. getServiceAccount()The service account used to run this pod.default IServiceAccountIPodTemplate.Jsii$Default. getServiceAccount()The service account used to run this pod.IServiceAccountIPodTemplate.Jsii$Proxy. getServiceAccount()The service account used to run this pod.IServiceAccountJob. getServiceAccount()The service account used to run this pod.IServiceAccountJobProps.Jsii$Proxy. getServiceAccount()IServiceAccountPod. getServiceAccount()The service account used to run this pod.IServiceAccountPodProps.Jsii$Proxy. getServiceAccount()IServiceAccountPodSpec. getServiceAccount()The service account used to run this pod.default IServiceAccountPodSpecProps. getServiceAccount()A service account provides an identity for processes that run in a Pod.IServiceAccountPodSpecProps.Jsii$Proxy. getServiceAccount()IServiceAccountPodTemplateProps.Jsii$Proxy. getServiceAccount()IServiceAccountStatefulSet. getServiceAccount()The service account used to run this pod.IServiceAccountStatefulSetProps.Jsii$Proxy. getServiceAccount()Methods in org.cdk8s.plus22 with parameters of type IServiceAccount Modifier and Type Method Description 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 ofPodSpecProps.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 ofPodSpecProps.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 ofPodSpecProps.getServiceAccount()PodSpec.BuilderPodSpec.Builder. serviceAccount(IServiceAccount serviceAccount)A service account provides an identity for processes that run in a Pod.PodSpecProps.BuilderPodSpecProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofPodSpecProps.getServiceAccount()PodTemplate.BuilderPodTemplate.Builder. serviceAccount(IServiceAccount serviceAccount)A service account provides an identity for processes that run in a Pod.PodTemplateProps.BuilderPodTemplateProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofPodSpecProps.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 ofPodSpecProps.getServiceAccount()
-