Documentation ¶
Index ¶
- func NewPolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest() datasource.DataSource
- type PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest
- func (r *PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type PolicyKubeedgeIoServiceAccountAccessV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest ¶
func NewPolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest() datasource.DataSource
Types ¶
type PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest ¶
type PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest struct{}
func (*PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Metadata ¶
func (r *PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Read ¶
func (r *PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Schema ¶
func (r *PolicyKubeedgeIoServiceAccountAccessV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type PolicyKubeedgeIoServiceAccountAccessV1Alpha1ManifestData ¶
type PolicyKubeedgeIoServiceAccountAccessV1Alpha1ManifestData 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 { AccessClusterRoleBinding *[]struct { ClusterRoleBinding *struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Metadata *struct { Annotations *map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` Finalizers *[]string `tfsdk:"finalizers" json:"finalizers,omitempty"` Labels *map[string]string `tfsdk:"labels" json:"labels,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"metadata" json:"metadata,omitempty"` RoleRef *struct { ApiGroup *string `tfsdk:"api_group" json:"apiGroup,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"role_ref" json:"roleRef,omitempty"` Subjects *[]struct { ApiGroup *string `tfsdk:"api_group" json:"apiGroup,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"subjects" json:"subjects,omitempty"` } `tfsdk:"cluster_role_binding" json:"clusterRoleBinding,omitempty"` Rules *[]struct { ApiGroups *[]string `tfsdk:"api_groups" json:"apiGroups,omitempty"` NonResourceURLs *[]string `tfsdk:"non_resource_urls" json:"nonResourceURLs,omitempty"` ResourceNames *[]string `tfsdk:"resource_names" json:"resourceNames,omitempty"` Resources *[]string `tfsdk:"resources" json:"resources,omitempty"` Verbs *[]string `tfsdk:"verbs" json:"verbs,omitempty"` } `tfsdk:"rules" json:"rules,omitempty"` } `tfsdk:"access_cluster_role_binding" json:"accessClusterRoleBinding,omitempty"` AccessRoleBinding *[]struct { RoleBinding *struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Metadata *struct { Annotations *map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` Finalizers *[]string `tfsdk:"finalizers" json:"finalizers,omitempty"` Labels *map[string]string `tfsdk:"labels" json:"labels,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"metadata" json:"metadata,omitempty"` RoleRef *struct { ApiGroup *string `tfsdk:"api_group" json:"apiGroup,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"role_ref" json:"roleRef,omitempty"` Subjects *[]struct { ApiGroup *string `tfsdk:"api_group" json:"apiGroup,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"subjects" json:"subjects,omitempty"` } `tfsdk:"role_binding" json:"roleBinding,omitempty"` Rules *[]struct { ApiGroups *[]string `tfsdk:"api_groups" json:"apiGroups,omitempty"` NonResourceURLs *[]string `tfsdk:"non_resource_urls" json:"nonResourceURLs,omitempty"` ResourceNames *[]string `tfsdk:"resource_names" json:"resourceNames,omitempty"` Resources *[]string `tfsdk:"resources" json:"resources,omitempty"` Verbs *[]string `tfsdk:"verbs" json:"verbs,omitempty"` } `tfsdk:"rules" json:"rules,omitempty"` } `tfsdk:"access_role_binding" json:"accessRoleBinding,omitempty"` ServiceAccount *struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` AutomountServiceAccountToken *bool `tfsdk:"automount_service_account_token" json:"automountServiceAccountToken,omitempty"` ImagePullSecrets *[]struct { Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"image_pull_secrets" json:"imagePullSecrets,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Metadata *struct { Annotations *map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` Finalizers *[]string `tfsdk:"finalizers" json:"finalizers,omitempty"` Labels *map[string]string `tfsdk:"labels" json:"labels,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"metadata" json:"metadata,omitempty"` Secrets *[]struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` FieldPath *string `tfsdk:"field_path" json:"fieldPath,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` ResourceVersion *string `tfsdk:"resource_version" json:"resourceVersion,omitempty"` Uid *string `tfsdk:"uid" json:"uid,omitempty"` } `tfsdk:"secrets" json:"secrets,omitempty"` } `tfsdk:"service_account" json:"serviceAccount,omitempty"` ServiceAccountUid *string `tfsdk:"service_account_uid" json:"serviceAccountUid,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.