Package org.cdk8s.plus23
Interface ResourceProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
AbstractPodProps
,AwsElasticBlockStorePersistentVolumeProps
,AzureDiskPersistentVolumeProps
,BasicAuthSecretProps
,ClusterRoleBindingProps
,ClusterRoleProps
,CommonSecretProps
,ConfigMapProps
,CronJobProps
,DaemonSetProps
,DeploymentProps
,DockerConfigSecretProps
,GCEPersistentDiskPersistentVolumeProps
,IngressProps
,JobProps
,NamespaceProps
,NetworkPolicyProps
,PersistentVolumeClaimProps
,PersistentVolumeProps
,PodProps
,RoleBindingProps
,RoleProps
,SecretProps
,ServiceAccountProps
,ServiceAccountTokenSecretProps
,ServiceProps
,SshAuthSecretProps
,StatefulSetProps
,TlsSecretProps
,WorkloadProps
- All Known Implementing Classes:
AbstractPodProps.Jsii$Proxy
,AwsElasticBlockStorePersistentVolumeProps.Jsii$Proxy
,AzureDiskPersistentVolumeProps.Jsii$Proxy
,BasicAuthSecretProps.Jsii$Proxy
,ClusterRoleBindingProps.Jsii$Proxy
,ClusterRoleProps.Jsii$Proxy
,CommonSecretProps.Jsii$Proxy
,ConfigMapProps.Jsii$Proxy
,CronJobProps.Jsii$Proxy
,DaemonSetProps.Jsii$Proxy
,DeploymentProps.Jsii$Proxy
,DockerConfigSecretProps.Jsii$Proxy
,GCEPersistentDiskPersistentVolumeProps.Jsii$Proxy
,IngressProps.Jsii$Proxy
,JobProps.Jsii$Proxy
,NamespaceProps.Jsii$Proxy
,NetworkPolicyProps.Jsii$Proxy
,PersistentVolumeClaimProps.Jsii$Proxy
,PersistentVolumeProps.Jsii$Proxy
,PodProps.Jsii$Proxy
,ResourceProps.Jsii$Proxy
,RoleBindingProps.Jsii$Proxy
,RoleProps.Jsii$Proxy
,SecretProps.Jsii$Proxy
,ServiceAccountProps.Jsii$Proxy
,ServiceAccountTokenSecretProps.Jsii$Proxy
,ServiceProps.Jsii$Proxy
,SshAuthSecretProps.Jsii$Proxy
,StatefulSetProps.Jsii$Proxy
,TlsSecretProps.Jsii$Proxy
,WorkloadProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.167Z") @Stability(Stable) public interface ResourceProps extends software.amazon.jsii.JsiiSerializable
Initialization properties for resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ResourceProps.Builder
A builder forResourceProps
static class
ResourceProps.Jsii$Proxy
An implementation forResourceProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ResourceProps.Builder
builder()
default org.cdk8s.ApiObjectMetadata
getMetadata()
Metadata that all persisted resources must have, which includes all objects users must create.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default org.cdk8s.ApiObjectMetadata getMetadata()
Metadata that all persisted resources must have, which includes all objects users must create.
-
builder
@Stability(Stable) static ResourceProps.Builder builder()
- Returns:
- a
ResourceProps.Builder
ofResourceProps
-
-