Interface V1CrossVersionObjectReferenceFluent<A extends V1CrossVersionObjectReferenceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<N>
All Known Implementing Classes:
V1CrossVersionObjectReferenceBuilder, V1CrossVersionObjectReferenceFluentImpl

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

    • getApiVersion

      String getApiVersion()
    • withApiVersion

      A withApiVersion(String apiVersion)
    • hasApiVersion

      Boolean hasApiVersion()
    • getKind

      String getKind()
    • withKind

      A withKind(String kind)
    • hasKind

      Boolean hasKind()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()