Interface V2CrossVersionObjectReferenceFluent<A extends V2CrossVersionObjectReferenceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V2HorizontalPodAutoscalerSpecFluent.ScaleTargetRefNested<N>, V2ObjectMetricSourceFluent.DescribedObjectNested<N>, V2ObjectMetricStatusFluent.DescribedObjectNested<N>
All Known Implementing Classes:
V2CrossVersionObjectReferenceBuilder, V2CrossVersionObjectReferenceFluentImpl

public interface V2CrossVersionObjectReferenceFluent<A extends V2CrossVersionObjectReferenceFluent<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()