Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Egress ¶
type Egress struct { Metadata iacTypes.Metadata Ports []Port DestinationCIDRs []iacTypes.StringValue }
type Ingress ¶
type Ingress struct { Metadata iacTypes.Metadata Ports []Port SourceCIDRs []iacTypes.StringValue }
type Kubernetes ¶
type Kubernetes struct {
NetworkPolicies []NetworkPolicy
}
type NetworkPolicy ¶
type NetworkPolicy struct { Metadata iacTypes.Metadata Spec NetworkPolicySpec }
type NetworkPolicySpec ¶
type Port ¶
type Port struct { Metadata iacTypes.Metadata Number iacTypes.StringValue // e.g. "http" or "80" Protocol iacTypes.StringValue }
Click to show internal directories.
Click to hide internal directories.