Class SecretRefFluent<A extends SecretRefFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    IscsiFluent.IscsiSecretRefNested, SecretRefBuilder

    public class SecretRefFluent<A extends SecretRefFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • SecretRefFluent

        public SecretRefFluent()
      • SecretRefFluent

        public SecretRefFluent​(SecretRef instance)
    • Method Detail

      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • equals

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

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