public interface V1PriorityClassFluent<A extends V1PriorityClassFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1PriorityClassFluent.MetadataNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String original)
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String original)
Boolean getGlobalDefault()
Boolean hasGlobalDefault()
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String original)
@Deprecated io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
A withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata)
Boolean hasMetadata()
V1PriorityClassFluent.MetadataNested<A> withNewMetadata()
V1PriorityClassFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
V1PriorityClassFluent.MetadataNested<A> editMetadata()
V1PriorityClassFluent.MetadataNested<A> editOrNewMetadata()
V1PriorityClassFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
String getPreemptionPolicy()
Boolean hasPreemptionPolicy()
@Deprecated A withNewPreemptionPolicy(String original)
Integer getValue()
Boolean hasValue()
Copyright © 2021. All rights reserved.