Interface V1ObjectReferenceFluent<A extends V1ObjectReferenceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
CoreV1EventFluent.InvolvedObjectNested<N>, CoreV1EventFluent.RelatedNested<N>, EventsV1EventFluent.RegardingNested<N>, EventsV1EventFluent.RelatedNested<N>, V1BindingFluent.TargetNested<N>, V1CronJobStatusFluent.ActiveNested<N>, V1EndpointAddressFluent.TargetRefNested<N>, V1EndpointFluent.TargetRefNested<N>, V1PersistentVolumeSpecFluent.ClaimRefNested<N>, V1ServiceAccountFluent.SecretsNested<N>, V1StorageOSPersistentVolumeSourceFluent.SecretRefNested<N>
All Known Implementing Classes:
V1ObjectReferenceBuilder, V1ObjectReferenceFluentImpl

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

    • getApiVersion

      String getApiVersion()
    • withApiVersion

      A withApiVersion(String apiVersion)
    • hasApiVersion

      Boolean hasApiVersion()
    • getFieldPath

      String getFieldPath()
    • withFieldPath

      A withFieldPath(String fieldPath)
    • hasFieldPath

      Boolean hasFieldPath()
    • getKind

      String getKind()
    • withKind

      A withKind(String kind)
    • hasKind

      Boolean hasKind()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getNamespace

      String getNamespace()
    • withNamespace

      A withNamespace(String namespace)
    • hasNamespace

      Boolean hasNamespace()
    • getResourceVersion

      String getResourceVersion()
    • withResourceVersion

      A withResourceVersion(String resourceVersion)
    • hasResourceVersion

      Boolean hasResourceVersion()
    • getUid

      String getUid()
    • withUid

      A withUid(String uid)
    • hasUid

      Boolean hasUid()