Package org.cdk8s.plus24
Class DockerConfigSecret
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- org.cdk8s.plus24.Resource
-
- org.cdk8s.plus24.Secret
-
- org.cdk8s.plus24.DockerConfigSecret
-
- All Implemented Interfaces:
IApiEndpoint
,IApiResource
,IResource
,ISecret
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-24T11:18:28.390Z") @Stability(Stable) public class DockerConfigSecret extends Secret
Create a secret for storing credentials for accessing a container image registry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DockerConfigSecret.Builder
A fluent builder forDockerConfigSecret
.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.IApiEndpoint
IApiEndpoint.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.IApiResource
IApiResource.Jsii$Default
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.IResource
IResource.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.ISecret
ISecret.Jsii$Default, ISecret.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DockerConfigSecret(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected
DockerConfigSecret(software.amazon.jsii.JsiiObjectRef objRef)
DockerConfigSecret(software.constructs.Construct scope, String id, DockerConfigSecretProps props)
-
Method Summary
-
Methods inherited from class org.cdk8s.plus24.Secret
addStringData, fromSecretName, getApiObject, getImmutable, getResourceType, getStringData
-
Methods inherited from class org.cdk8s.plus24.Resource
asApiResource, asNonApiResource, getApiGroup, getApiVersion, getKind, getMetadata, getName, getPermissions, getResourceName
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cdk8s.plus24.IResource
getApiGroup, getApiVersion, getKind, getName
-
-
-
-
Constructor Detail
-
DockerConfigSecret
protected DockerConfigSecret(software.amazon.jsii.JsiiObjectRef objRef)
-
DockerConfigSecret
protected DockerConfigSecret(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DockerConfigSecret
@Stability(Stable) public DockerConfigSecret(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull DockerConfigSecretProps props)
- Parameters:
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.
-
-