Class 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 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)