Documentation ¶
Index ¶
- func NewConfigGatekeeperShConfigV1Alpha1Manifest() datasource.DataSource
- type ConfigGatekeeperShConfigV1Alpha1Manifest
- func (r *ConfigGatekeeperShConfigV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ConfigGatekeeperShConfigV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ConfigGatekeeperShConfigV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ConfigGatekeeperShConfigV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigGatekeeperShConfigV1Alpha1Manifest ¶
func NewConfigGatekeeperShConfigV1Alpha1Manifest() datasource.DataSource
Types ¶
type ConfigGatekeeperShConfigV1Alpha1Manifest ¶
type ConfigGatekeeperShConfigV1Alpha1Manifest struct{}
func (*ConfigGatekeeperShConfigV1Alpha1Manifest) Metadata ¶
func (r *ConfigGatekeeperShConfigV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ConfigGatekeeperShConfigV1Alpha1Manifest) Read ¶
func (r *ConfigGatekeeperShConfigV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ConfigGatekeeperShConfigV1Alpha1Manifest) Schema ¶
func (r *ConfigGatekeeperShConfigV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ConfigGatekeeperShConfigV1Alpha1ManifestData ¶
type ConfigGatekeeperShConfigV1Alpha1ManifestData 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 { Match *[]struct { ExcludedNamespaces *[]string `tfsdk:"excluded_namespaces" json:"excludedNamespaces,omitempty"` Processes *[]string `tfsdk:"processes" json:"processes,omitempty"` } `tfsdk:"match" json:"match,omitempty"` Readiness *struct { StatsEnabled *bool `tfsdk:"stats_enabled" json:"statsEnabled,omitempty"` } `tfsdk:"readiness" json:"readiness,omitempty"` Sync *struct { SyncOnly *[]struct { Group *string `tfsdk:"group" json:"group,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` } `tfsdk:"sync_only" json:"syncOnly,omitempty"` } `tfsdk:"sync" json:"sync,omitempty"` Validation *struct { Traces *[]struct { Dump *string `tfsdk:"dump" json:"dump,omitempty"` Kind *struct { Group *string `tfsdk:"group" json:"group,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` } `tfsdk:"kind" json:"kind,omitempty"` User *string `tfsdk:"user" json:"user,omitempty"` } `tfsdk:"traces" json:"traces,omitempty"` } `tfsdk:"validation" json:"validation,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.