ContainerNetworkPolicyAllowlistParam interface
model interface ContainerNetworkPolicyAllowlistParam
- Extends
Properties
| allowed_domains | A list of allowed domains when type is |
| domain_secrets | Optional domain-scoped secrets for allowlisted domains. |
| type | Allow outbound network access only to specified domains. Always |
Property Details
allowed_domains
A list of allowed domains when type is allowlist.
allowed_domains: string[]
Property Value
string[]
domain_secrets
Optional domain-scoped secrets for allowlisted domains.
domain_secrets?: ContainerNetworkPolicyDomainSecretParam[]
Property Value
type
Allow outbound network access only to specified domains. Always allowlist.
type: "allowlist"
Property Value
"allowlist"