Documentation ¶
Index ¶
- func NewK8GbAbsaOssGslbV1Beta1Manifest() datasource.DataSource
- type K8GbAbsaOssGslbV1Beta1Manifest
- func (r *K8GbAbsaOssGslbV1Beta1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *K8GbAbsaOssGslbV1Beta1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *K8GbAbsaOssGslbV1Beta1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type K8GbAbsaOssGslbV1Beta1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewK8GbAbsaOssGslbV1Beta1Manifest ¶
func NewK8GbAbsaOssGslbV1Beta1Manifest() datasource.DataSource
Types ¶
type K8GbAbsaOssGslbV1Beta1Manifest ¶
type K8GbAbsaOssGslbV1Beta1Manifest struct{}
func (*K8GbAbsaOssGslbV1Beta1Manifest) Metadata ¶
func (r *K8GbAbsaOssGslbV1Beta1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*K8GbAbsaOssGslbV1Beta1Manifest) Read ¶
func (r *K8GbAbsaOssGslbV1Beta1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*K8GbAbsaOssGslbV1Beta1Manifest) Schema ¶
func (r *K8GbAbsaOssGslbV1Beta1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type K8GbAbsaOssGslbV1Beta1ManifestData ¶
type K8GbAbsaOssGslbV1Beta1ManifestData 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 { Ingress *struct { Backend *struct { Resource *struct { ApiGroup *string `tfsdk:"api_group" json:"apiGroup,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"resource" json:"resource,omitempty"` Service *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Port *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Number *int64 `tfsdk:"number" json:"number,omitempty"` } `tfsdk:"port" json:"port,omitempty"` } `tfsdk:"service" json:"service,omitempty"` } `tfsdk:"backend" json:"backend,omitempty"` IngressClassName *string `tfsdk:"ingress_class_name" json:"ingressClassName,omitempty"` Rules *[]struct { Host *string `tfsdk:"host" json:"host,omitempty"` Http *struct { Paths *[]struct { Backend *struct { Resource *struct { ApiGroup *string `tfsdk:"api_group" json:"apiGroup,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"resource" json:"resource,omitempty"` Service *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Port *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Number *int64 `tfsdk:"number" json:"number,omitempty"` } `tfsdk:"port" json:"port,omitempty"` } `tfsdk:"service" json:"service,omitempty"` } `tfsdk:"backend" json:"backend,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` PathType *string `tfsdk:"path_type" json:"pathType,omitempty"` } `tfsdk:"paths" json:"paths,omitempty"` } `tfsdk:"http" json:"http,omitempty"` } `tfsdk:"rules" json:"rules,omitempty"` Tls *[]struct { Hosts *[]string `tfsdk:"hosts" json:"hosts,omitempty"` SecretName *string `tfsdk:"secret_name" json:"secretName,omitempty"` } `tfsdk:"tls" json:"tls,omitempty"` } `tfsdk:"ingress" json:"ingress,omitempty"` ResourceRef *struct { ApiVersion *string `tfsdk:"api_version" json:"apiVersion,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` MatchExpressions *[]struct { Key *string `tfsdk:"key" json:"key,omitempty"` Operator *string `tfsdk:"operator" json:"operator,omitempty"` Values *[]string `tfsdk:"values" json:"values,omitempty"` } `tfsdk:"match_expressions" json:"matchExpressions,omitempty"` MatchLabels *map[string]string `tfsdk:"match_labels" json:"matchLabels,omitempty"` } `tfsdk:"resource_ref" json:"resourceRef,omitempty"` Strategy *struct { DnsTtlSeconds *int64 `tfsdk:"dns_ttl_seconds" json:"dnsTtlSeconds,omitempty"` PrimaryGeoTag *string `tfsdk:"primary_geo_tag" json:"primaryGeoTag,omitempty"` SplitBrainThresholdSeconds *int64 `tfsdk:"split_brain_threshold_seconds" json:"splitBrainThresholdSeconds,omitempty"` Type *string `tfsdk:"type" json:"type,omitempty"` Weight *map[string]string `tfsdk:"weight" json:"weight,omitempty"` } `tfsdk:"strategy" json:"strategy,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.