Package org.cdk8s.plus22
Interface ResourceProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
AbstractPodProps,AwsElasticBlockStorePersistentVolumeProps,AzureDiskPersistentVolumeProps,BasicAuthSecretProps,ClusterRoleBindingProps,ClusterRoleProps,CommonSecretProps,ConfigMapProps,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,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.67.0 (build 2c027f5)", date="2022-09-11T03:06:35.103Z") @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 classResourceProps.BuilderA builder forResourcePropsstatic classResourceProps.Jsii$ProxyAn implementation forResourceProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ResourceProps.Builderbuilder()default org.cdk8s.ApiObjectMetadatagetMetadata()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.BuilderofResourceProps
-
-