Interface V1ReplicationControllerFluent<A extends V1ReplicationControllerFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ReplicationControllerListFluent.ItemsNested<N>
- All Known Implementing Classes:
V1ReplicationControllerBuilder,V1ReplicationControllerFluentImpl
public interface V1ReplicationControllerFluent<A extends V1ReplicationControllerFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ObjectMetaio.kubernetes.client.openapi.models.V1ReplicationControllerSpecio.kubernetes.client.openapi.models.V1ReplicationControllerStatuseditOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) editOrNewSpecLike(io.kubernetes.client.openapi.models.V1ReplicationControllerSpec item) editOrNewStatusLike(io.kubernetes.client.openapi.models.V1ReplicationControllerStatus item) editSpec()getKind()io.kubernetes.client.openapi.models.V1ObjectMetaDeprecated.io.kubernetes.client.openapi.models.V1ReplicationControllerSpecgetSpec()Deprecated.io.kubernetes.client.openapi.models.V1ReplicationControllerStatusDeprecated.hasKind()hasSpec()withApiVersion(String apiVersion) withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) withNewSpecLike(io.kubernetes.client.openapi.models.V1ReplicationControllerSpec item) withNewStatusLike(io.kubernetes.client.openapi.models.V1ReplicationControllerStatus item) withSpec(io.kubernetes.client.openapi.models.V1ReplicationControllerSpec spec) withStatus(io.kubernetes.client.openapi.models.V1ReplicationControllerStatus status)
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
V1ReplicationControllerFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
V1ReplicationControllerFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) -
editMetadata
V1ReplicationControllerFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
V1ReplicationControllerFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
V1ReplicationControllerFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) -
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
io.kubernetes.client.openapi.models.V1ReplicationControllerSpec buildSpec() -
withSpec
-
hasSpec
Boolean hasSpec() -
withNewSpec
V1ReplicationControllerFluent.SpecNested<A> withNewSpec() -
withNewSpecLike
V1ReplicationControllerFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1ReplicationControllerSpec item) -
editSpec
V1ReplicationControllerFluent.SpecNested<A> editSpec() -
editOrNewSpec
V1ReplicationControllerFluent.SpecNested<A> editOrNewSpec() -
editOrNewSpecLike
V1ReplicationControllerFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1ReplicationControllerSpec item) -
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Returns:
- The buildable object.
-
buildStatus
io.kubernetes.client.openapi.models.V1ReplicationControllerStatus buildStatus() -
withStatus
-
hasStatus
Boolean hasStatus() -
withNewStatus
V1ReplicationControllerFluent.StatusNested<A> withNewStatus() -
withNewStatusLike
V1ReplicationControllerFluent.StatusNested<A> withNewStatusLike(io.kubernetes.client.openapi.models.V1ReplicationControllerStatus item) -
editStatus
V1ReplicationControllerFluent.StatusNested<A> editStatus() -
editOrNewStatus
V1ReplicationControllerFluent.StatusNested<A> editOrNewStatus() -
editOrNewStatusLike
V1ReplicationControllerFluent.StatusNested<A> editOrNewStatusLike(io.kubernetes.client.openapi.models.V1ReplicationControllerStatus item)
-