Package org.cdk8s.plus23.k8s
Class NonResourcePolicyRuleV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.k8s.NonResourcePolicyRuleV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
NonResourcePolicyRuleV1Beta1
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NonResourcePolicyRuleV1Beta1
@Stability(Stable) @Internal public static final class NonResourcePolicyRuleV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NonResourcePolicyRuleV1Beta1
An implementation forNonResourcePolicyRuleV1Beta1
-
-
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.plus23.k8s.NonResourcePolicyRuleV1Beta1
NonResourcePolicyRuleV1Beta1.Builder, NonResourcePolicyRuleV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(NonResourcePolicyRuleV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theNonResourcePolicyRuleV1Beta1.Builder
.protected
Jsii$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()
boolean
equals(Object o)
List<String>
getNonResourceUrLs()
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty.List<String>
getVerbs()
`verbs` is a list of matching verbs and may not be empty.int
hashCode()
-
-
-
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(NonResourcePolicyRuleV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theNonResourcePolicyRuleV1Beta1.Builder
.
-
-
Method Detail
-
getNonResourceUrLs
public final List<String> getNonResourceUrLs()
Description copied from interface:NonResourcePolicyRuleV1Beta1
`nonResourceURLs` is 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:
getNonResourceUrLs
in interfaceNonResourcePolicyRuleV1Beta1
-
getVerbs
public final List<String> getVerbs()
Description copied from interface:NonResourcePolicyRuleV1Beta1
`verbs` is 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:
getVerbs
in interfaceNonResourcePolicyRuleV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-