Package org.cdk8s.plus20
Interface ResourceProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
AbstractPodProps,AwsElasticBlockStorePersistentVolumeProps,AzureDiskPersistentVolumeProps,BasicAuthSecretProps,ClusterRoleBindingProps,ClusterRoleProps,CommonSecretProps,ConfigMapProps,DaemonSetProps,DeploymentProps,DockerConfigSecretProps,GCEPersistentDiskPersistentVolumeProps,IngressV1Beta1Props,JobProps,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,IngressV1Beta1Props.Jsii$Proxy,JobProps.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.59.0 (build eb02c92)", date="2022-05-18T23:19:48.653Z") @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
-
-