Package org.cdk8s.plus25.k8s
Class NonResourcePolicyRuleV1Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.NonResourcePolicyRuleV1Beta2.Jsii$Proxy
-
- All Implemented Interfaces:
NonResourcePolicyRuleV1Beta2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NonResourcePolicyRuleV1Beta2
@Stability(Stable) @Internal public static final class NonResourcePolicyRuleV1Beta2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NonResourcePolicyRuleV1Beta2
An implementation forNonResourcePolicyRuleV1Beta2
-
-
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.NonResourcePolicyRuleV1Beta2
NonResourcePolicyRuleV1Beta2.Builder, NonResourcePolicyRuleV1Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NonResourcePolicyRuleV1Beta2.Builder builder)Constructor that initializes the object based on literal property values passed by theNonResourcePolicyRuleV1Beta2.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)List<String>getNonResourceUrLs()nonResourceURLsis a set of url prefixes that a user should have access to and may not be empty.List<String>getVerbs()verbsis a list of matching verbs and may not be empty.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(NonResourcePolicyRuleV1Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theNonResourcePolicyRuleV1Beta2.Builder.
-
-
Method Detail
-
getNonResourceUrLs
public final List<String> getNonResourceUrLs()
Description copied from interface:NonResourcePolicyRuleV1Beta2nonResourceURLsis a set of url prefixes that a user should have access to and may not be empty.For example:
- "/healthz" is legal
- "/hea*" is illegal
- "/hea" is legal but matches nothing
- "/hea/*" also matches nothing
- "/healthz/" matches all per-component health checks. "" matches all non-resource urls. if it is present, it must be the only entry. Required.
- Specified by:
getNonResourceUrLsin interfaceNonResourcePolicyRuleV1Beta2
-
getVerbs
public final List<String> getVerbs()
Description copied from interface:NonResourcePolicyRuleV1Beta2verbsis a list of matching verbs and may not be empty."*" matches all verbs. If it is present, it must be the only entry. Required.
- Specified by:
getVerbsin interfaceNonResourcePolicyRuleV1Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-