Documentation ¶
Index ¶
- func NewAutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest() datasource.DataSource
- func NewAutoscalingK8SIoVerticalPodAutoscalerV1Manifest() datasource.DataSource
- type AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest
- func (r *AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1ManifestData
- type AutoscalingK8SIoVerticalPodAutoscalerV1Manifest
- func (r *AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type AutoscalingK8SIoVerticalPodAutoscalerV1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest ¶
func NewAutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest() datasource.DataSource
func NewAutoscalingK8SIoVerticalPodAutoscalerV1Manifest ¶
func NewAutoscalingK8SIoVerticalPodAutoscalerV1Manifest() datasource.DataSource
Types ¶
type AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest ¶
type AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest struct{}
func (*AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Metadata ¶
func (r *AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Read ¶
func (r *AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Schema ¶
func (r *AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1ManifestData ¶
type AutoscalingK8SIoVerticalPodAutoscalerCheckpointV1ManifestData 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 { ContainerName *string `tfsdk:"container_name" json:"containerName,omitempty"` VpaObjectName *string `tfsdk:"vpa_object_name" json:"vpaObjectName,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type AutoscalingK8SIoVerticalPodAutoscalerV1Manifest ¶
type AutoscalingK8SIoVerticalPodAutoscalerV1Manifest struct{}
func (*AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Metadata ¶
func (r *AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Read ¶
func (r *AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Schema ¶
func (r *AutoscalingK8SIoVerticalPodAutoscalerV1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type AutoscalingK8SIoVerticalPodAutoscalerV1ManifestData ¶
type AutoscalingK8SIoVerticalPodAutoscalerV1ManifestData 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 { Recommenders *[]struct { Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"recommenders" json:"recommenders,omitempty"` ResourcePolicy *struct { ContainerPolicies *[]struct { ContainerName *string `tfsdk:"container_name" json:"containerName,omitempty"` ControlledResources *[]string `tfsdk:"controlled_resources" json:"controlledResources,omitempty"` ControlledValues *string `tfsdk:"controlled_values" json:"controlledValues,omitempty"` MaxAllowed *map[string]string `tfsdk:"max_allowed" json:"maxAllowed,omitempty"` MinAllowed *map[string]string `tfsdk:"min_allowed" json:"minAllowed,omitempty"` Mode *string `tfsdk:"mode" json:"mode,omitempty"` } `tfsdk:"container_policies" json:"containerPolicies,omitempty"` } `tfsdk:"resource_policy" json:"resourcePolicy,omitempty"` TargetRef *struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"target_ref" json:"targetRef,omitempty"` UpdatePolicy *struct { EvictionRequirements *[]struct { ChangeRequirement *string `tfsdk:"change_requirement" json:"changeRequirement,omitempty"` Resources *[]string `tfsdk:"resources" json:"resources,omitempty"` } `tfsdk:"eviction_requirements" json:"evictionRequirements,omitempty"` MinReplicas *int64 `tfsdk:"min_replicas" json:"minReplicas,omitempty"` UpdateMode *string `tfsdk:"update_mode" json:"updateMode,omitempty"` } `tfsdk:"update_policy" json:"updatePolicy,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.