Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableQuantity |
Modifier and Type | Method and Description |
---|---|
Quantity |
Quantity.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Quantity |
DoneableQuantity.done() |
Quantity |
KubeSchemaFluent.getQuantity() |
Quantity |
KubeSchema.getQuantity() |
Modifier and Type | Method and Description |
---|---|
Map<String,Quantity> |
PersistentVolumeSpecFluent.getCapacity() |
Map<String,Quantity> |
NodeStatusFluent.getCapacity() |
Map<String,Quantity> |
PersistentVolumeClaimStatusFluent.getCapacity() |
Map<String,Quantity> |
PersistentVolumeSpec.getCapacity()
a description of the persistent volume's resources and capacityr; see http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#capacity
|
Map<String,Quantity> |
PersistentVolumeClaimStatus.getCapacity()
the actual resources the volume has
|
Map<String,Quantity> |
NodeStatus.getCapacity()
compute resource capacity of the node; see http://releases.k8s.io/HEAD/docs/user-guide/compute-resources.md
|
Map<String,Quantity> |
ResourceQuotaSpecFluent.getHard() |
Map<String,Quantity> |
ResourceQuotaStatusFluent.getHard() |
Map<String,Quantity> |
ResourceQuotaStatus.getHard()
hard is the set of enforced hard limits for each named resource; see http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota
|
Map<String,Quantity> |
ResourceQuotaSpec.getHard()
hard is the set of desired hard limits for each named resource; see http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota
|
Map<String,Quantity> |
ResourceRequirementsFluent.getLimits() |
Map<String,Quantity> |
ResourceRequirements.getLimits()
Maximum amount of compute resources allowed; see http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications
|
Map<String,Quantity> |
ResourceRequirementsFluent.getRequests() |
Map<String,Quantity> |
ResourceRequirements.getRequests()
Minimum amount of resources requested; if Requests is omitted for a container
|
Map<String,Quantity> |
ResourceQuotaStatusFluent.getUsed() |
Map<String,Quantity> |
ResourceQuotaStatus.getUsed()
used is the current observed total usage of the resource in the namespace
|
Modifier and Type | Method and Description |
---|---|
T |
PersistentVolumeSpecFluent.addToCapacity(String key,
Quantity value) |
T |
NodeStatusFluent.addToCapacity(String key,
Quantity value) |
T |
PersistentVolumeClaimStatusFluent.addToCapacity(String key,
Quantity value) |
T |
ResourceQuotaSpecFluent.addToHard(String key,
Quantity value) |
T |
ResourceQuotaStatusFluent.addToHard(String key,
Quantity value) |
T |
ResourceRequirementsFluent.addToLimits(String key,
Quantity value) |
T |
ResourceRequirementsFluent.addToRequests(String key,
Quantity value) |
T |
ResourceQuotaStatusFluent.addToUsed(String key,
Quantity value) |
void |
Quantity.Serializer.serialize(Quantity value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
KubeSchema.setQuantity(Quantity Quantity) |
KubeSchemaFluent.QuantityNested<T> |
KubeSchemaFluent.withNewQuantityLike(Quantity item) |
T |
KubeSchemaFluent.withQuantity(Quantity Quantity) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentVolumeSpec.setCapacity(Map<String,Quantity> capacity)
a description of the persistent volume's resources and capacityr; see http://releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#capacity
|
void |
PersistentVolumeClaimStatus.setCapacity(Map<String,Quantity> capacity)
the actual resources the volume has
|
void |
NodeStatus.setCapacity(Map<String,Quantity> capacity)
compute resource capacity of the node; see http://releases.k8s.io/HEAD/docs/user-guide/compute-resources.md
|
void |
ResourceQuotaStatus.setHard(Map<String,Quantity> hard)
hard is the set of enforced hard limits for each named resource; see http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota
|
void |
ResourceQuotaSpec.setHard(Map<String,Quantity> hard)
hard is the set of desired hard limits for each named resource; see http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota
|
void |
ResourceRequirements.setLimits(Map<String,Quantity> limits)
Maximum amount of compute resources allowed; see http://releases.k8s.io/HEAD/docs/design/resources.md#resource-specifications
|
void |
ResourceRequirements.setRequests(Map<String,Quantity> requests)
Minimum amount of resources requested; if Requests is omitted for a container
|
void |
ResourceQuotaStatus.setUsed(Map<String,Quantity> used)
used is the current observed total usage of the resource in the namespace
|
T |
PersistentVolumeSpecFluent.withCapacity(Map<String,Quantity> capacity) |
T |
NodeStatusFluent.withCapacity(Map<String,Quantity> capacity) |
T |
PersistentVolumeClaimStatusFluent.withCapacity(Map<String,Quantity> capacity) |
T |
ResourceQuotaSpecFluent.withHard(Map<String,Quantity> hard) |
T |
ResourceQuotaStatusFluent.withHard(Map<String,Quantity> hard) |
T |
ResourceRequirementsFluent.withLimits(Map<String,Quantity> limits) |
T |
ResourceRequirementsFluent.withRequests(Map<String,Quantity> requests) |
T |
ResourceQuotaStatusFluent.withUsed(Map<String,Quantity> used) |
Constructor and Description |
---|
DoneableQuantity(Quantity item,
Visitor<Quantity> visitor) |
EditableKubeSchema(BaseKubernetesList BaseKubernetesList,
BuildConfigList BuildConfigList,
BuildList BuildList,
BuildRequest BuildRequest,
ClusterPolicy ClusterPolicy,
ClusterPolicyBinding ClusterPolicyBinding,
ClusterPolicyBindingList ClusterPolicyBindingList,
ClusterPolicyList ClusterPolicyList,
ClusterRoleBinding ClusterRoleBinding,
ClusterRoleBindingList ClusterRoleBindingList,
Config Config,
ContainerStatus ContainerStatus,
DeploymentConfigList DeploymentConfigList,
Endpoints Endpoints,
EndpointsList EndpointsList,
EnvVar EnvVar,
EventList EventList,
Group Group,
GroupList GroupList,
Identity Identity,
IdentityList IdentityList,
ImageList ImageList,
ImageStreamList ImageStreamList,
Namespace Namespace,
NamespaceList NamespaceList,
Node Node,
NodeList NodeList,
OAuthAccessToken OAuthAccessToken,
OAuthAccessTokenList OAuthAccessTokenList,
OAuthAuthorizeToken OAuthAuthorizeToken,
OAuthAuthorizeTokenList OAuthAuthorizeTokenList,
OAuthClient OAuthClient,
OAuthClientAuthorization OAuthClientAuthorization,
OAuthClientAuthorizationList OAuthClientAuthorizationList,
OAuthClientList OAuthClientList,
ObjectMeta ObjectMeta,
PersistentVolume PersistentVolume,
PersistentVolumeClaim PersistentVolumeClaim,
PersistentVolumeClaimList PersistentVolumeClaimList,
PersistentVolumeList PersistentVolumeList,
PodList PodList,
Policy Policy,
PolicyBinding PolicyBinding,
PolicyBindingList PolicyBindingList,
PolicyList PolicyList,
Quantity Quantity,
ReplicationControllerList ReplicationControllerList,
ResourceQuota ResourceQuota,
ResourceQuotaList ResourceQuotaList,
Role Role,
RoleBinding RoleBinding,
RoleBindingList RoleBindingList,
RoleList RoleList,
RootPaths RootPaths,
RouteList RouteList,
Secret Secret,
SecretList SecretList,
SecurityContextConstraints SecurityContextConstraints,
SecurityContextConstraintsList SecurityContextConstraintsList,
ServiceAccount ServiceAccount,
ServiceAccountList ServiceAccountList,
ServiceList ServiceList,
Status Status,
TagEvent TagEvent,
Template Template,
TemplateList TemplateList,
User User,
UserList UserList,
WatchEvent WatchEvent) |
KubeSchema(BaseKubernetesList BaseKubernetesList,
BuildConfigList BuildConfigList,
BuildList BuildList,
BuildRequest BuildRequest,
ClusterPolicy ClusterPolicy,
ClusterPolicyBinding ClusterPolicyBinding,
ClusterPolicyBindingList ClusterPolicyBindingList,
ClusterPolicyList ClusterPolicyList,
ClusterRoleBinding ClusterRoleBinding,
ClusterRoleBindingList ClusterRoleBindingList,
Config Config,
ContainerStatus ContainerStatus,
DeploymentConfigList DeploymentConfigList,
Endpoints Endpoints,
EndpointsList EndpointsList,
EnvVar EnvVar,
EventList EventList,
Group Group,
GroupList GroupList,
Identity Identity,
IdentityList IdentityList,
ImageList ImageList,
ImageStreamList ImageStreamList,
Namespace Namespace,
NamespaceList NamespaceList,
Node Node,
NodeList NodeList,
OAuthAccessToken OAuthAccessToken,
OAuthAccessTokenList OAuthAccessTokenList,
OAuthAuthorizeToken OAuthAuthorizeToken,
OAuthAuthorizeTokenList OAuthAuthorizeTokenList,
OAuthClient OAuthClient,
OAuthClientAuthorization OAuthClientAuthorization,
OAuthClientAuthorizationList OAuthClientAuthorizationList,
OAuthClientList OAuthClientList,
ObjectMeta ObjectMeta,
PersistentVolume PersistentVolume,
PersistentVolumeClaim PersistentVolumeClaim,
PersistentVolumeClaimList PersistentVolumeClaimList,
PersistentVolumeList PersistentVolumeList,
PodList PodList,
Policy Policy,
PolicyBinding PolicyBinding,
PolicyBindingList PolicyBindingList,
PolicyList PolicyList,
Quantity Quantity,
ReplicationControllerList ReplicationControllerList,
ResourceQuota ResourceQuota,
ResourceQuotaList ResourceQuotaList,
Role Role,
RoleBinding RoleBinding,
RoleBindingList RoleBindingList,
RoleList RoleList,
RootPaths RootPaths,
RouteList RouteList,
Secret Secret,
SecretList SecretList,
SecurityContextConstraints SecurityContextConstraints,
SecurityContextConstraintsList SecurityContextConstraintsList,
ServiceAccount ServiceAccount,
ServiceAccountList ServiceAccountList,
ServiceList ServiceList,
Status Status,
TagEvent TagEvent,
Template Template,
TemplateList TemplateList,
User User,
UserList UserList,
WatchEvent WatchEvent) |
QuantityBuilder(Quantity instance) |
QuantityBuilder(QuantityFluent<?> fluent,
Quantity instance) |
Copyright © 2011–2015 Red Hat. All rights reserved.