Package io.fabric8.kubernetes.client
Class CustomResourceFluentImpl<S,T,A extends CustomResourceFluent<S,T,A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.client.CustomResourceFluentImpl<S,T,A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CustomResourceFluent<S,T,A>
public class CustomResourceFluentImpl<S,T,A extends CustomResourceFluent<S,T,A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomResourceFluent<S,T,A>
-
-
Constructor Summary
Constructors Constructor Description CustomResourceFluentImpl()CustomResourceFluentImpl(CustomResource<S,T> instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetApiVersion()StringgetKind()io.fabric8.kubernetes.api.model.ObjectMetagetMetadata()SgetSpec()TgetStatus()BooleanhasApiVersion()inthashCode()BooleanhasKind()BooleanhasMetadata()BooleanhasSpec()BooleanhasStatus()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)AwithSpec(S spec)AwithStatus(T status)
-
-
-
Constructor Detail
-
CustomResourceFluentImpl
public CustomResourceFluentImpl()
-
CustomResourceFluentImpl
public CustomResourceFluentImpl(CustomResource<S,T> instance)
-
-
Method Detail
-
getMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
- Specified by:
getMetadatain interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
- Specified by:
withMetadatain interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
getSpec
public S getSpec()
- Specified by:
getSpecin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withSpec
public A withSpec(S spec)
- Specified by:
withSpecin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
hasSpec
public Boolean hasSpec()
- Specified by:
hasSpecin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
getStatus
public T getStatus()
- Specified by:
getStatusin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withStatus
public A withStatus(T status)
- Specified by:
withStatusin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatusin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceCustomResourceFluent<S,T,A extends CustomResourceFluent<S,T,A>>
-
-