Package org.cdk8s.plus25.k8s
Class ResourceQuotaSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.ResourceQuotaSpec.Jsii$Proxy
-
- All Implemented Interfaces:
ResourceQuotaSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ResourceQuotaSpec
@Stability(Stable) @Internal public static final class ResourceQuotaSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResourceQuotaSpec
An implementation forResourceQuotaSpec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.ResourceQuotaSpec
ResourceQuotaSpec.Builder, ResourceQuotaSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ResourceQuotaSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theResourceQuotaSpec.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,Quantity>getHard()hard is the set of desired hard limits for each named resource.List<String>getScopes()A collection of filters that must match each object tracked by a quota.ScopeSelectorgetScopeSelector()scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ResourceQuotaSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theResourceQuotaSpec.Builder.
-
-
Method Detail
-
getHard
public final Map<String,Quantity> getHard()
Description copied from interface:ResourceQuotaSpechard is the set of desired hard limits for each named resource.More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
- Specified by:
getHardin interfaceResourceQuotaSpec
-
getScopes
public final List<String> getScopes()
Description copied from interface:ResourceQuotaSpecA collection of filters that must match each object tracked by a quota.If not specified, the quota matches all objects.
- Specified by:
getScopesin interfaceResourceQuotaSpec
-
getScopeSelector
public final ScopeSelector getScopeSelector()
Description copied from interface:ResourceQuotaSpecscopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values.For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched.
- Specified by:
getScopeSelectorin interfaceResourceQuotaSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-