Class FieldRefFluent<A extends FieldRefFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    FieldRefBuilder, ValueFromFluent.InitcontainersFieldRefNested

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

      • FieldRefFluent

        public FieldRefFluent()
      • FieldRefFluent

        public FieldRefFluent​(FieldRef instance)
    • Method Detail

      • getApiVersion

        public String getApiVersion()
      • withApiVersion

        public A withApiVersion​(String apiVersion)
      • hasApiVersion

        public boolean hasApiVersion()
      • getFieldPath

        public String getFieldPath()
      • withFieldPath

        public A withFieldPath​(String fieldPath)
      • hasFieldPath

        public boolean hasFieldPath()
      • equals

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

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