Class S3TrustedCASource
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.S3TrustedCASource
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<S3TrustedCASourceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class S3TrustedCASource extends Object implements io.fabric8.kubernetes.api.builder.Editable<S3TrustedCASourceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
S3TrustedCASource references a config map with a CA certificate bundle in the "openshift-config" namespace. The key for the bundle in the config map is "ca-bundle.crt".- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description S3TrustedCASource()No args constructor for use in serializationS3TrustedCASource(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3TrustedCASourceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name is the metadata.name of the referenced config map.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name is the metadata.name of the referenced config map.S3TrustedCASourceBuildertoBuilder()
-
-
-
Constructor Detail
-
S3TrustedCASource
public S3TrustedCASource()
No args constructor for use in serialization
-
S3TrustedCASource
public S3TrustedCASource(String name)
-
-
Method Detail
-
getName
public String getName()
name is the metadata.name of the referenced config map. This field must adhere to standard config map naming restrictions. The name must consist solely of alphanumeric characters, hyphens (-) and periods (.). It has a maximum length of 253 characters. If this field is not specified or is empty string, the default trust bundle will be used.
-
setName
public void setName(String name)
name is the metadata.name of the referenced config map. This field must adhere to standard config map naming restrictions. The name must consist solely of alphanumeric characters, hyphens (-) and periods (.). It has a maximum length of 253 characters. If this field is not specified or is empty string, the default trust bundle will be used.
-
edit
public S3TrustedCASourceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<S3TrustedCASourceBuilder>
-
toBuilder
public S3TrustedCASourceBuilder toBuilder()
-
-