Documentation ¶
Index ¶
- func NewCoreLinuxsurenGithubComAtestV1Alpha1Manifest() datasource.DataSource
- type CoreLinuxsurenGithubComAtestV1Alpha1Manifest
- func (r *CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type CoreLinuxsurenGithubComAtestV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCoreLinuxsurenGithubComAtestV1Alpha1Manifest ¶
func NewCoreLinuxsurenGithubComAtestV1Alpha1Manifest() datasource.DataSource
Types ¶
type CoreLinuxsurenGithubComAtestV1Alpha1Manifest ¶
type CoreLinuxsurenGithubComAtestV1Alpha1Manifest struct{}
func (*CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Metadata ¶
func (r *CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Read ¶
func (r *CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Schema ¶
func (r *CoreLinuxsurenGithubComAtestV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type CoreLinuxsurenGithubComAtestV1Alpha1ManifestData ¶
type CoreLinuxsurenGithubComAtestV1Alpha1ManifestData 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 { Image *string `tfsdk:"image" json:"image,omitempty"` Persistent *struct { Enabled *bool `tfsdk:"enabled" json:"enabled,omitempty"` StorageClass *string `tfsdk:"storage_class" json:"storageClass,omitempty"` } `tfsdk:"persistent" json:"persistent,omitempty"` Replicas *int64 `tfsdk:"replicas" json:"replicas,omitempty"` ServiceType *string `tfsdk:"service_type" json:"serviceType,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.