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