Interface V1IngressClassParametersReferenceFluent<A extends V1IngressClassParametersReferenceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1IngressClassSpecFluent.ParametersNested<N>
- All Known Implementing Classes:
V1IngressClassParametersReferenceBuilder
,V1IngressClassParametersReferenceFluentImpl
public interface V1IngressClassParametersReferenceFluent<A extends V1IngressClassParametersReferenceFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetKind()
getName()
getScope()
hasKind()
hasName()
hasScope()
withApiGroup
(String apiGroup) withNamespace
(String namespace)
-
Method Details
-
getApiGroup
String getApiGroup() -
withApiGroup
-
hasApiGroup
Boolean hasApiGroup() -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
getScope
String getScope() -
withScope
-
hasScope
Boolean hasScope()
-