public class V1alpha1FlowSchemaFluentImpl<A extends V1alpha1FlowSchemaFluent<A>> extends BaseFluent<A> implements V1alpha1FlowSchemaFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1alpha1FlowSchemaFluentImpl.MetadataNestedImpl<N> |
class |
V1alpha1FlowSchemaFluentImpl.SpecNestedImpl<N> |
class |
V1alpha1FlowSchemaFluentImpl.StatusNestedImpl<N> |
V1alpha1FlowSchemaFluent.MetadataNested<N>, V1alpha1FlowSchemaFluent.SpecNested<N>, V1alpha1FlowSchemaFluent.StatusNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1alpha1FlowSchemaFluentImpl() |
V1alpha1FlowSchemaFluentImpl(io.kubernetes.client.openapi.models.V1alpha1FlowSchema instance) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1ObjectMeta |
buildMetadata() |
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec |
buildSpec() |
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus |
buildStatus() |
V1alpha1FlowSchemaFluent.MetadataNested<A> |
editMetadata() |
V1alpha1FlowSchemaFluent.MetadataNested<A> |
editOrNewMetadata() |
V1alpha1FlowSchemaFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1alpha1FlowSchemaFluent.SpecNested<A> |
editOrNewSpec() |
V1alpha1FlowSchemaFluent.SpecNested<A> |
editOrNewSpecLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec item) |
V1alpha1FlowSchemaFluent.StatusNested<A> |
editOrNewStatus() |
V1alpha1FlowSchemaFluent.StatusNested<A> |
editOrNewStatusLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus item) |
V1alpha1FlowSchemaFluent.SpecNested<A> |
editSpec() |
V1alpha1FlowSchemaFluent.StatusNested<A> |
editStatus() |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
io.kubernetes.client.openapi.models.V1ObjectMeta |
getMetadata()
Deprecated.
|
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec |
getSpec()
Deprecated.
|
io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus |
getStatus()
Deprecated.
|
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMetadata() |
Boolean |
hasSpec() |
Boolean |
hasStatus() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
V1alpha1FlowSchemaFluent.MetadataNested<A> |
withNewMetadata() |
V1alpha1FlowSchemaFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1alpha1FlowSchemaFluent.SpecNested<A> |
withNewSpec() |
V1alpha1FlowSchemaFluent.SpecNested<A> |
withNewSpecLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec item) |
V1alpha1FlowSchemaFluent.StatusNested<A> |
withNewStatus() |
V1alpha1FlowSchemaFluent.StatusNested<A> |
withNewStatusLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus item) |
A |
withSpec(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec spec) |
A |
withStatus(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus status) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1alpha1FlowSchemaFluentImpl()
public V1alpha1FlowSchemaFluentImpl(io.kubernetes.client.openapi.models.V1alpha1FlowSchema instance)
public String getApiVersion()
getApiVersion
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
@Deprecated public A withNewApiVersion(String original)
withNewApiVersion
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public String getKind()
getKind
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public A withKind(String kind)
withKind
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public Boolean hasKind()
hasKind
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
@Deprecated public A withNewKind(String original)
withNewKind
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
getMetadata
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
buildMetadata
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public A withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata)
withMetadata
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public Boolean hasMetadata()
hasMetadata
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.MetadataNested<A> withNewMetadata()
withNewMetadata
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
withNewMetadataLike
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.MetadataNested<A> editMetadata()
editMetadata
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
editOrNewMetadataLike
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec getSpec()
getSpec
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec buildSpec()
buildSpec
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public A withSpec(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec spec)
withSpec
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public Boolean hasSpec()
hasSpec
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.SpecNested<A> withNewSpec()
withNewSpec
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec item)
withNewSpecLike
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.SpecNested<A> editSpec()
editSpec
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaSpec item)
editOrNewSpecLike
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus getStatus()
getStatus
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus buildStatus()
buildStatus
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public A withStatus(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus status)
withStatus
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public Boolean hasStatus()
hasStatus
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.StatusNested<A> withNewStatus()
withNewStatus
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.StatusNested<A> withNewStatusLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus item)
withNewStatusLike
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.StatusNested<A> editStatus()
editStatus
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
public V1alpha1FlowSchemaFluent.StatusNested<A> editOrNewStatusLike(io.kubernetes.client.openapi.models.V1alpha1FlowSchemaStatus item)
editOrNewStatusLike
in interface V1alpha1FlowSchemaFluent<A extends V1alpha1FlowSchemaFluent<A>>
Copyright © 2021. All rights reserved.