Package io.fabric8.kubernetes.client
Class CustomResourceFluentImpl<A extends CustomResourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.client.CustomResourceFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CustomResourceFluent<A>
public class CustomResourceFluentImpl<A extends CustomResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomResourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CustomResourceFluentImpl()CustomResourceFluentImpl(CustomResource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetApiVersion()StringgetKind()io.fabric8.kubernetes.api.model.ObjectMetagetMetadata()BooleanhasApiVersion()BooleanhasKind()BooleanhasMetadata()AwithApiVersion(String apiVersion)AwithKind(String kind)AwithMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)AwithNewApiVersion(String arg1)AwithNewApiVersion(StringBuffer arg1)AwithNewApiVersion(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)
-
Constructor Details
-
CustomResourceFluentImpl
public CustomResourceFluentImpl() -
CustomResourceFluentImpl
-
-
Method Details
-
getKind
- Specified by:
getKindin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withKind
- Specified by:
withKindin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
getApiVersion
- Specified by:
getApiVersionin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()- Specified by:
getMetadatain interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceCustomResourceFluent<A extends CustomResourceFluent<A>>
-
equals
-