iam_services_k8s_aws_v1alpha1

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 NewIamServicesK8SAwsGroupV1Alpha1Manifest

func NewIamServicesK8SAwsGroupV1Alpha1Manifest() datasource.DataSource

func NewIamServicesK8SAwsInstanceProfileV1Alpha1Manifest

func NewIamServicesK8SAwsInstanceProfileV1Alpha1Manifest() datasource.DataSource

func NewIamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest

func NewIamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest() datasource.DataSource

func NewIamServicesK8SAwsPolicyV1Alpha1Manifest

func NewIamServicesK8SAwsPolicyV1Alpha1Manifest() datasource.DataSource

func NewIamServicesK8SAwsRoleV1Alpha1Manifest

func NewIamServicesK8SAwsRoleV1Alpha1Manifest() datasource.DataSource

func NewIamServicesK8SAwsUserV1Alpha1Manifest

func NewIamServicesK8SAwsUserV1Alpha1Manifest() datasource.DataSource

Types

type IamServicesK8SAwsGroupV1Alpha1Manifest

type IamServicesK8SAwsGroupV1Alpha1Manifest struct{}

func (*IamServicesK8SAwsGroupV1Alpha1Manifest) Metadata

func (*IamServicesK8SAwsGroupV1Alpha1Manifest) Read

func (*IamServicesK8SAwsGroupV1Alpha1Manifest) Schema

type IamServicesK8SAwsGroupV1Alpha1ManifestData

type IamServicesK8SAwsGroupV1Alpha1ManifestData 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 {
		InlinePolicies *map[string]string `tfsdk:"inline_policies" json:"inlinePolicies,omitempty"`
		Name           *string            `tfsdk:"name" json:"name,omitempty"`
		Path           *string            `tfsdk:"path" json:"path,omitempty"`
		Policies       *[]string          `tfsdk:"policies" json:"policies,omitempty"`
		PolicyRefs     *[]struct {
			From *struct {
				Name      *string `tfsdk:"name" json:"name,omitempty"`
				Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"`
			} `tfsdk:"from" json:"from,omitempty"`
		} `tfsdk:"policy_refs" json:"policyRefs,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type IamServicesK8SAwsInstanceProfileV1Alpha1Manifest

type IamServicesK8SAwsInstanceProfileV1Alpha1Manifest struct{}

func (*IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Metadata

func (*IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Read

func (*IamServicesK8SAwsInstanceProfileV1Alpha1Manifest) Schema

type IamServicesK8SAwsInstanceProfileV1Alpha1ManifestData

type IamServicesK8SAwsInstanceProfileV1Alpha1ManifestData 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 {
		Name    *string `tfsdk:"name" json:"name,omitempty"`
		Path    *string `tfsdk:"path" json:"path,omitempty"`
		Role    *string `tfsdk:"role" json:"role,omitempty"`
		RoleRef *struct {
			From *struct {
				Name      *string `tfsdk:"name" json:"name,omitempty"`
				Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"`
			} `tfsdk:"from" json:"from,omitempty"`
		} `tfsdk:"role_ref" json:"roleRef,omitempty"`
		Tags *[]struct {
			Key   *string `tfsdk:"key" json:"key,omitempty"`
			Value *string `tfsdk:"value" json:"value,omitempty"`
		} `tfsdk:"tags" json:"tags,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest

type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest struct{}

func (*IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Metadata

func (*IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Read

func (*IamServicesK8SAwsOpenIdconnectProviderV1Alpha1Manifest) Schema

type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1ManifestData

type IamServicesK8SAwsOpenIdconnectProviderV1Alpha1ManifestData 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 {
		ClientIDs *[]string `tfsdk:"client_i_ds" json:"clientIDs,omitempty"`
		Tags      *[]struct {
			Key   *string `tfsdk:"key" json:"key,omitempty"`
			Value *string `tfsdk:"value" json:"value,omitempty"`
		} `tfsdk:"tags" json:"tags,omitempty"`
		Thumbprints *[]string `tfsdk:"thumbprints" json:"thumbprints,omitempty"`
		Url         *string   `tfsdk:"url" json:"url,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type IamServicesK8SAwsPolicyV1Alpha1Manifest

type IamServicesK8SAwsPolicyV1Alpha1Manifest struct{}

func (*IamServicesK8SAwsPolicyV1Alpha1Manifest) Metadata

func (*IamServicesK8SAwsPolicyV1Alpha1Manifest) Read

func (*IamServicesK8SAwsPolicyV1Alpha1Manifest) Schema

type IamServicesK8SAwsPolicyV1Alpha1ManifestData

type IamServicesK8SAwsPolicyV1Alpha1ManifestData 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 {
		Description    *string `tfsdk:"description" json:"description,omitempty"`
		Name           *string `tfsdk:"name" json:"name,omitempty"`
		Path           *string `tfsdk:"path" json:"path,omitempty"`
		PolicyDocument *string `tfsdk:"policy_document" json:"policyDocument,omitempty"`
		Tags           *[]struct {
			Key   *string `tfsdk:"key" json:"key,omitempty"`
			Value *string `tfsdk:"value" json:"value,omitempty"`
		} `tfsdk:"tags" json:"tags,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type IamServicesK8SAwsRoleV1Alpha1Manifest

type IamServicesK8SAwsRoleV1Alpha1Manifest struct{}

func (*IamServicesK8SAwsRoleV1Alpha1Manifest) Metadata

func (*IamServicesK8SAwsRoleV1Alpha1Manifest) Read

func (*IamServicesK8SAwsRoleV1Alpha1Manifest) Schema

type IamServicesK8SAwsRoleV1Alpha1ManifestData

type IamServicesK8SAwsRoleV1Alpha1ManifestData 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 {
		AssumeRolePolicyDocument *string            `tfsdk:"assume_role_policy_document" json:"assumeRolePolicyDocument,omitempty"`
		Description              *string            `tfsdk:"description" json:"description,omitempty"`
		InlinePolicies           *map[string]string `tfsdk:"inline_policies" json:"inlinePolicies,omitempty"`
		MaxSessionDuration       *int64             `tfsdk:"max_session_duration" json:"maxSessionDuration,omitempty"`
		Name                     *string            `tfsdk:"name" json:"name,omitempty"`
		Path                     *string            `tfsdk:"path" json:"path,omitempty"`
		PermissionsBoundary      *string            `tfsdk:"permissions_boundary" json:"permissionsBoundary,omitempty"`
		PermissionsBoundaryRef   *struct {
			From *struct {
				Name      *string `tfsdk:"name" json:"name,omitempty"`
				Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"`
			} `tfsdk:"from" json:"from,omitempty"`
		} `tfsdk:"permissions_boundary_ref" json:"permissionsBoundaryRef,omitempty"`
		Policies   *[]string `tfsdk:"policies" json:"policies,omitempty"`
		PolicyRefs *[]struct {
			From *struct {
				Name      *string `tfsdk:"name" json:"name,omitempty"`
				Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"`
			} `tfsdk:"from" json:"from,omitempty"`
		} `tfsdk:"policy_refs" json:"policyRefs,omitempty"`
		Tags *[]struct {
			Key   *string `tfsdk:"key" json:"key,omitempty"`
			Value *string `tfsdk:"value" json:"value,omitempty"`
		} `tfsdk:"tags" json:"tags,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type IamServicesK8SAwsUserV1Alpha1Manifest

type IamServicesK8SAwsUserV1Alpha1Manifest struct{}

func (*IamServicesK8SAwsUserV1Alpha1Manifest) Metadata

func (*IamServicesK8SAwsUserV1Alpha1Manifest) Read

func (*IamServicesK8SAwsUserV1Alpha1Manifest) Schema

type IamServicesK8SAwsUserV1Alpha1ManifestData

type IamServicesK8SAwsUserV1Alpha1ManifestData 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 {
		InlinePolicies         *map[string]string `tfsdk:"inline_policies" json:"inlinePolicies,omitempty"`
		Name                   *string            `tfsdk:"name" json:"name,omitempty"`
		Path                   *string            `tfsdk:"path" json:"path,omitempty"`
		PermissionsBoundary    *string            `tfsdk:"permissions_boundary" json:"permissionsBoundary,omitempty"`
		PermissionsBoundaryRef *struct {
			From *struct {
				Name      *string `tfsdk:"name" json:"name,omitempty"`
				Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"`
			} `tfsdk:"from" json:"from,omitempty"`
		} `tfsdk:"permissions_boundary_ref" json:"permissionsBoundaryRef,omitempty"`
		Policies   *[]string `tfsdk:"policies" json:"policies,omitempty"`
		PolicyRefs *[]struct {
			From *struct {
				Name      *string `tfsdk:"name" json:"name,omitempty"`
				Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"`
			} `tfsdk:"from" json:"from,omitempty"`
		} `tfsdk:"policy_refs" json:"policyRefs,omitempty"`
		Tags *[]struct {
			Key   *string `tfsdk:"key" json:"key,omitempty"`
			Value *string `tfsdk:"value" json:"value,omitempty"`
		} `tfsdk:"tags" json:"tags,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

Jump to

Keyboard shortcuts

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