Package io.fabric8.kubernetes.client
Interface CustomResourceFluent<A extends CustomResourceFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Implementing Classes:
CustomResourceFluentImpl
public interface CustomResourceFluent<A extends CustomResourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getMetadata
io.fabric8.kubernetes.api.model.ObjectMeta getMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata()
-