Class Configuration

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

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

      Constructors 
      Constructor Description
      Configuration()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      java.lang.String getValue()  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)