Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.addScopesItem(String scopesItem) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpecBuilder.build() |
V1ResourceQuotaSpec |
V1ResourceQuotaFluent.buildSpec() |
V1ResourceQuotaSpec |
V1ResourceQuotaFluentImpl.buildSpec() |
V1ResourceQuotaSpec |
V1ResourceQuotaFluent.getSpec()
Deprecated.
|
V1ResourceQuotaSpec |
V1ResourceQuotaFluentImpl.getSpec()
Deprecated.
|
V1ResourceQuotaSpec |
V1ResourceQuota.getSpec()
Get spec
|
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.hard(Map<String,Quantity> hard) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.putHardItem(String key,
Quantity hardItem) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.scopes(List<String> scopes) |
V1ResourceQuotaSpec |
V1ResourceQuotaSpec.scopeSelector(V1ScopeSelector scopeSelector) |
Modifier and Type | Method and Description |
---|---|
V1ResourceQuotaFluent.SpecNested<A> |
V1ResourceQuotaFluent.editOrNewSpecLike(V1ResourceQuotaSpec item) |
V1ResourceQuotaFluent.SpecNested<A> |
V1ResourceQuotaFluentImpl.editOrNewSpecLike(V1ResourceQuotaSpec item) |
void |
V1ResourceQuota.setSpec(V1ResourceQuotaSpec spec) |
V1ResourceQuota |
V1ResourceQuota.spec(V1ResourceQuotaSpec spec) |
V1ResourceQuotaFluent.SpecNested<A> |
V1ResourceQuotaFluent.withNewSpecLike(V1ResourceQuotaSpec item) |
V1ResourceQuotaFluent.SpecNested<A> |
V1ResourceQuotaFluentImpl.withNewSpecLike(V1ResourceQuotaSpec item) |
A |
V1ResourceQuotaFluent.withSpec(V1ResourceQuotaSpec spec) |
A |
V1ResourceQuotaFluentImpl.withSpec(V1ResourceQuotaSpec spec) |
Constructor and Description |
---|
V1ResourceQuotaSpecBuilder(V1ResourceQuotaSpec instance) |
V1ResourceQuotaSpecBuilder(V1ResourceQuotaSpec instance,
Boolean validationEnabled) |
V1ResourceQuotaSpecBuilder(V1ResourceQuotaSpecFluent<?> fluent,
V1ResourceQuotaSpec instance) |
V1ResourceQuotaSpecBuilder(V1ResourceQuotaSpecFluent<?> fluent,
V1ResourceQuotaSpec instance,
Boolean validationEnabled) |
V1ResourceQuotaSpecFluentImpl(V1ResourceQuotaSpec instance) |
Copyright © 2020. All rights reserved.