Class ConsoleSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ConsoleSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ConsoleSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ConsoleSpec is the specification of the desired behavior of the Console.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsoleSpec

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

      • getAuthentication

        public ConsoleAuthentication getAuthentication()
        ConsoleSpec is the specification of the desired behavior of the Console.
      • setAuthentication

        public void setAuthentication​(ConsoleAuthentication authentication)
        ConsoleSpec is the specification of the desired behavior of the Console.
      • getAdditionalProperties

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

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

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