Class EnvFromSource

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class EnvFromSource
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    EnvFromSource represents the source of a set of ConfigMaps
    • Constructor Detail

      • EnvFromSource

        public EnvFromSource()
    • Method Detail

      • getPrefix

        public java.lang.String getPrefix()
        An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
        An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object