Package io.fabric8.kubernetes.api.model
Interface TypeMetaFluent<A extends TypeMetaFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.TypeMetaNested<N>,WatchEventFluent.TypeMetaObjectNested<N>
- All Known Implementing Classes:
DoneableTypeMeta,KubeSchemaFluentImpl.TypeMetaNestedImpl,TypeMetaBuilder,TypeMetaFluentImpl,WatchEventFluentImpl.TypeMetaObjectNestedImpl
public interface TypeMetaFluent<A extends TypeMetaFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetApiVersion()StringgetKind()BooleanhasApiVersion()BooleanhasKind()AwithApiVersion(String apiVersion)AwithKind(String kind)AwithNewApiVersion(String arg1)AwithNewApiVersion(StringBuffer arg1)AwithNewApiVersion(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-