vpcresources_k8s_aws_v1beta1

package
v0.0.0-...-6209148 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: 0BSD Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewVpcresourcesK8SAwsSecurityGroupPolicyV1Beta1Manifest

func NewVpcresourcesK8SAwsSecurityGroupPolicyV1Beta1Manifest() datasource.DataSource

Types

type VpcresourcesK8SAwsSecurityGroupPolicyV1Beta1Manifest

type VpcresourcesK8SAwsSecurityGroupPolicyV1Beta1Manifest struct{}

func (*VpcresourcesK8SAwsSecurityGroupPolicyV1Beta1Manifest) Metadata

func (*VpcresourcesK8SAwsSecurityGroupPolicyV1Beta1Manifest) Read

func (*VpcresourcesK8SAwsSecurityGroupPolicyV1Beta1Manifest) Schema

type VpcresourcesK8SAwsSecurityGroupPolicyV1Beta1ManifestData

type VpcresourcesK8SAwsSecurityGroupPolicyV1Beta1ManifestData 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 {
		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"`
		SecurityGroups *struct {
			GroupIds *[]string `tfsdk:"group_ids" json:"groupIds,omitempty"`
		} `tfsdk:"security_groups" json:"securityGroups,omitempty"`
		ServiceAccountSelector *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:"service_account_selector" json:"serviceAccountSelector,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL