Documentation ¶
Index ¶
- func NewAtlasmapIoAtlasMapV1Alpha1Manifest() datasource.DataSource
- type AtlasmapIoAtlasMapV1Alpha1Manifest
- func (r *AtlasmapIoAtlasMapV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *AtlasmapIoAtlasMapV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *AtlasmapIoAtlasMapV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type AtlasmapIoAtlasMapV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAtlasmapIoAtlasMapV1Alpha1Manifest ¶
func NewAtlasmapIoAtlasMapV1Alpha1Manifest() datasource.DataSource
Types ¶
type AtlasmapIoAtlasMapV1Alpha1Manifest ¶
type AtlasmapIoAtlasMapV1Alpha1Manifest struct{}
func (*AtlasmapIoAtlasMapV1Alpha1Manifest) Metadata ¶
func (r *AtlasmapIoAtlasMapV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*AtlasmapIoAtlasMapV1Alpha1Manifest) Read ¶
func (r *AtlasmapIoAtlasMapV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*AtlasmapIoAtlasMapV1Alpha1Manifest) Schema ¶
func (r *AtlasmapIoAtlasMapV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type AtlasmapIoAtlasMapV1Alpha1ManifestData ¶
type AtlasmapIoAtlasMapV1Alpha1ManifestData 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 { LimitCPU *string `tfsdk:"limit_cpu" json:"limitCPU,omitempty"` LimitMemory *string `tfsdk:"limit_memory" json:"limitMemory,omitempty"` Replicas *int64 `tfsdk:"replicas" json:"replicas,omitempty"` RequestCPU *string `tfsdk:"request_cpu" json:"requestCPU,omitempty"` RequestMemory *string `tfsdk:"request_memory" json:"requestMemory,omitempty"` RouteHostName *string `tfsdk:"route_host_name" json:"routeHostName,omitempty"` Version *string `tfsdk:"version" json:"version,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.