Class Logging

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.model.KubernetesResource, java.io.Serializable

    @Generated("io.fabric8.java.generator.CRGeneratorRunner")
    public class Logging
    extends java.lang.Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • Logging

        public Logging()
    • Method Detail

      • getColor

        public java.lang.Boolean getColor()
      • setColor

        public void setColor​(java.lang.Boolean color)
      • setConfiguration

        public void setConfiguration​(Configuration configuration)
      • getEnabled

        public java.lang.Boolean getEnabled()
      • setEnabled

        public void setEnabled​(java.lang.Boolean enabled)
      • getFormat

        public java.lang.String getFormat()
      • setFormat

        public void setFormat​(java.lang.String format)
      • getJson

        public java.lang.Boolean getJson()
      • setJson

        public void setJson​(java.lang.Boolean json)
      • getJsonPrettyPrint

        public java.lang.Boolean getJsonPrettyPrint()
      • setJsonPrettyPrint

        public void setJsonPrettyPrint​(java.lang.Boolean jsonPrettyPrint)