Class NodePublishSecretRefFluent<A extends NodePublishSecretRefFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    CsiFluent.NodePublishSecretRefNested, NodePublishSecretRefBuilder

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

      • NodePublishSecretRefFluent

        public NodePublishSecretRefFluent()
    • Method Detail

      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • hashCode

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