Class FileReferenceSource

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<FileReferenceSourceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class FileReferenceSource
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<FileReferenceSourceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    FileReferenceSource is used by the console to locate the specified file containing a custom logo.
    See Also:
    Serialized Form
    • Constructor Detail

      • FileReferenceSource

        public FileReferenceSource()
        No args constructor for use in serialization
    • Method Detail

      • getConfigMap

        public ConfigMapFileReference getConfigMap()
        FileReferenceSource is used by the console to locate the specified file containing a custom logo.
      • setConfigMap

        public void setConfigMap​(ConfigMapFileReference configMap)
        FileReferenceSource is used by the console to locate the specified file containing a custom logo.
      • getFrom

        public String getFrom()
        from is a required field to specify the source type of the file reference. Allowed values are ConfigMap. When set to ConfigMap, the file will be sourced from a ConfigMap in the openshift-config namespace. The configMap field must be set when from is set to ConfigMap.


        Possible enum values:

        - `"ConfigMap"` represents a ConfigMap source.

      • setFrom

        public void setFrom​(String from)
        from is a required field to specify the source type of the file reference. Allowed values are ConfigMap. When set to ConfigMap, the file will be sourced from a ConfigMap in the openshift-config namespace. The configMap field must be set when from is set to ConfigMap.


        Possible enum values:

        - `"ConfigMap"` represents a ConfigMap source.

      • getAdditionalProperties

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

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

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