Interface V1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1ObjectMetaFluent.OwnerReferencesNested<N>
All Known Implementing Classes:
V1OwnerReferenceBuilder, V1OwnerReferenceFluentImpl

public interface V1OwnerReferenceFluent<A extends V1OwnerReferenceFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getApiVersion

      String getApiVersion()
    • withApiVersion

      A withApiVersion(String apiVersion)
    • hasApiVersion

      Boolean hasApiVersion()
    • getBlockOwnerDeletion

      Boolean getBlockOwnerDeletion()
    • withBlockOwnerDeletion

      A withBlockOwnerDeletion(Boolean blockOwnerDeletion)
    • hasBlockOwnerDeletion

      Boolean hasBlockOwnerDeletion()
    • getController

      Boolean getController()
    • withController

      A withController(Boolean controller)
    • hasController

      Boolean hasController()
    • getKind

      String getKind()
    • withKind

      A withKind(String kind)
    • hasKind

      Boolean hasKind()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getUid

      String getUid()
    • withUid

      A withUid(String uid)
    • hasUid

      Boolean hasUid()
    • withBlockOwnerDeletion

      A withBlockOwnerDeletion()
    • withController

      A withController()