Package io.fabric8.kubernetes.api.model
Class TypeMetaFluentImpl<A extends TypeMetaFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.TypeMetaFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,TypeMetaFluent<A>
- Direct Known Subclasses:
DoneableTypeMeta,KubeSchemaFluentImpl.TypeMetaNestedImpl,TypeMetaBuilder,WatchEventFluentImpl.TypeMetaObjectNestedImpl
public class TypeMetaFluentImpl<A extends TypeMetaFluent<A>> extends BaseFluent<A> implements TypeMetaFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TypeMetaFluentImpl()TypeMetaFluentImpl(TypeMeta instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
TypeMetaFluentImpl
public TypeMetaFluentImpl() -
TypeMetaFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
getKind
- Specified by:
getKindin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
withKind
- Specified by:
withKindin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceTypeMetaFluent<A extends TypeMetaFluent<A>>
-
equals
-