Documentation ¶
Index ¶
- func NewNetworkingK8SAwsPolicyEndpointV1Alpha1Manifest() datasource.DataSource
- type NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest
- func (r *NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type NetworkingK8SAwsPolicyEndpointV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNetworkingK8SAwsPolicyEndpointV1Alpha1Manifest ¶
func NewNetworkingK8SAwsPolicyEndpointV1Alpha1Manifest() datasource.DataSource
Types ¶
type NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest ¶
type NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest struct{}
func (*NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Metadata ¶
func (r *NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Read ¶
func (r *NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Schema ¶
func (r *NetworkingK8SAwsPolicyEndpointV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type NetworkingK8SAwsPolicyEndpointV1Alpha1ManifestData ¶
type NetworkingK8SAwsPolicyEndpointV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { Egress *[]struct { Cidr *string `tfsdk:"cidr" json:"cidr,omitempty"` Except *[]string `tfsdk:"except" json:"except,omitempty"` Ports *[]struct { EndPort *int64 `tfsdk:"end_port" json:"endPort,omitempty"` Port *int64 `tfsdk:"port" json:"port,omitempty"` Protocol *string `tfsdk:"protocol" json:"protocol,omitempty"` } `tfsdk:"ports" json:"ports,omitempty"` } `tfsdk:"egress" json:"egress,omitempty"` Ingress *[]struct { Cidr *string `tfsdk:"cidr" json:"cidr,omitempty"` Except *[]string `tfsdk:"except" json:"except,omitempty"` Ports *[]struct { EndPort *int64 `tfsdk:"end_port" json:"endPort,omitempty"` Port *int64 `tfsdk:"port" json:"port,omitempty"` Protocol *string `tfsdk:"protocol" json:"protocol,omitempty"` } `tfsdk:"ports" json:"ports,omitempty"` } `tfsdk:"ingress" json:"ingress,omitempty"` PodIsolation *[]string `tfsdk:"pod_isolation" json:"podIsolation,omitempty"` PodSelector *struct { MatchExpressions *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Operator *string `tfsdk:"operator" json:"operator,omitempty"` Values *[]string `tfsdk:"values" json:"values,omitempty"` } `tfsdk:"match_expressions" json:"matchExpressions,omitempty"` MatchLabels *map[string]string `tfsdk:"match_labels" json:"matchLabels,omitempty"` } `tfsdk:"pod_selector" json:"podSelector,omitempty"` PodSelectorEndpoints *[]struct { HostIP *string `tfsdk:"host_ip" json:"hostIP,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` PodIP *string `tfsdk:"pod_ip" json:"podIP,omitempty"` } `tfsdk:"pod_selector_endpoints" json:"podSelectorEndpoints,omitempty"` PolicyRef *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"policy_ref" json:"policyRef,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.