Class ClusterTrustBundleSpecV1Alpha1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.ClusterTrustBundleSpecV1Alpha1.Jsii$Proxy
-
- All Implemented Interfaces:
ClusterTrustBundleSpecV1Alpha1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClusterTrustBundleSpecV1Alpha1
@Stability(Stable) @Internal public static final class ClusterTrustBundleSpecV1Alpha1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClusterTrustBundleSpecV1Alpha1
An implementation forClusterTrustBundleSpecV1Alpha1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus28.k8s.ClusterTrustBundleSpecV1Alpha1
ClusterTrustBundleSpecV1Alpha1.Builder, ClusterTrustBundleSpecV1Alpha1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClusterTrustBundleSpecV1Alpha1.Builder builder)Constructor that initializes the object based on literal property values passed by theClusterTrustBundleSpecV1Alpha1.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetSignerName()signerName indicates the associated signer, if any.StringgetTrustBundle()trustBundle contains the individual X.509 trust anchors for this bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ClusterTrustBundleSpecV1Alpha1.Builder builder)
Constructor that initializes the object based on literal property values passed by theClusterTrustBundleSpecV1Alpha1.Builder.
-
-
Method Detail
-
getTrustBundle
public final String getTrustBundle()
Description copied from interface:ClusterTrustBundleSpecV1Alpha1trustBundle contains the individual X.509 trust anchors for this bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates.The data must consist only of PEM certificate blocks that parse as valid X.509 certificates. Each certificate must include a basic constraints extension with the CA bit set. The API server will reject objects that contain duplicate certificates, or that use PEM block headers.
Users of ClusterTrustBundles, including Kubelet, are free to reorder and deduplicate certificate blocks in this file according to their own logic, as well as to drop PEM block headers and inter-block data.
- Specified by:
getTrustBundlein interfaceClusterTrustBundleSpecV1Alpha1
-
getSignerName
public final String getSignerName()
Description copied from interface:ClusterTrustBundleSpecV1Alpha1signerName indicates the associated signer, if any.In order to create or update a ClusterTrustBundle that sets signerName, you must have the following cluster-scoped permission: group=certificates.k8s.io resource=signers resourceName=
verb=attest. If signerName is not empty, then the ClusterTrustBundle object must be named with the signer name as a prefix (translating slashes to colons). For example, for the signer name
example.com/foo, valid ClusterTrustBundle object names includeexample.com:foo:abcandexample.com:foo:v1.If signerName is empty, then the ClusterTrustBundle object's name must not have such a prefix.
List/watch requests for ClusterTrustBundles can filter on this field using a
spec.signerName=NAMEfield selector.- Specified by:
getSignerNamein interfaceClusterTrustBundleSpecV1Alpha1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-