workload_codeflare_dev_v1beta2

package
v0.0.0-...-6209148 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: 0BSD Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewWorkloadCodeflareDevAppWrapperV1Beta2Manifest

func NewWorkloadCodeflareDevAppWrapperV1Beta2Manifest() datasource.DataSource

Types

type WorkloadCodeflareDevAppWrapperV1Beta2Manifest

type WorkloadCodeflareDevAppWrapperV1Beta2Manifest struct{}

func (*WorkloadCodeflareDevAppWrapperV1Beta2Manifest) Metadata

func (*WorkloadCodeflareDevAppWrapperV1Beta2Manifest) Read

func (*WorkloadCodeflareDevAppWrapperV1Beta2Manifest) Schema

type WorkloadCodeflareDevAppWrapperV1Beta2ManifestData

type WorkloadCodeflareDevAppWrapperV1Beta2ManifestData 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 {
		Components *[]struct {
			Annotations *map[string]string `tfsdk:"annotations" json:"annotations,omitempty"`
			PodSetInfos *[]struct {
				Annotations  *map[string]string `tfsdk:"annotations" json:"annotations,omitempty"`
				Labels       *map[string]string `tfsdk:"labels" json:"labels,omitempty"`
				NodeSelector *map[string]string `tfsdk:"node_selector" json:"nodeSelector,omitempty"`
				Tolerations  *[]struct {
					Effect            *string `tfsdk:"effect" json:"effect,omitempty"`
					Key               *string `tfsdk:"key" json:"key,omitempty"`
					Operator          *string `tfsdk:"operator" json:"operator,omitempty"`
					TolerationSeconds *int64  `tfsdk:"toleration_seconds" json:"tolerationSeconds,omitempty"`
					Value             *string `tfsdk:"value" json:"value,omitempty"`
				} `tfsdk:"tolerations" json:"tolerations,omitempty"`
			} `tfsdk:"pod_set_infos" json:"podSetInfos,omitempty"`
			PodSets *[]struct {
				Path     *string `tfsdk:"path" json:"path,omitempty"`
				Replicas *int64  `tfsdk:"replicas" json:"replicas,omitempty"`
			} `tfsdk:"pod_sets" json:"podSets,omitempty"`
			Template *map[string]string `tfsdk:"template" json:"template,omitempty"`
		} `tfsdk:"components" json:"components,omitempty"`
		ManagedBy *string `tfsdk:"managed_by" json:"managedBy,omitempty"`
		Suspend   *bool   `tfsdk:"suspend" json:"suspend,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL