Class SecretKeyRefFluent<A extends SecretKeyRefFluent<A>>

    • Constructor Detail

      • SecretKeyRefFluent

        public SecretKeyRefFluent()
      • SecretKeyRefFluent

        public SecretKeyRefFluent​(SecretKeyRef instance)
    • Method Detail

      • getKey

        public String getKey()
      • withKey

        public A withKey​(String key)
      • hasKey

        public boolean hasKey()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • getOptional

        public Boolean getOptional()
      • withOptional

        public A withOptional​(Boolean optional)
      • hasOptional

        public boolean hasOptional()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretKeyRefFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretKeyRefFluent<A>>
      • withOptional

        public A withOptional()