Class ItemsFluent<A extends ItemsFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    ItemsBuilder, SecretFluent.SecretItemsNested

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

      • ItemsFluent

        public ItemsFluent()
      • ItemsFluent

        public ItemsFluent​(Items instance)
    • Method Detail

      • getKey

        public String getKey()
      • withKey

        public A withKey​(String key)
      • hasKey

        public boolean hasKey()
      • getMode

        public Integer getMode()
      • withMode

        public A withMode​(Integer mode)
      • hasMode

        public boolean hasMode()
      • getPath

        public String getPath()
      • withPath

        public A withPath​(String path)
      • hasPath

        public boolean hasPath()
      • equals

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

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