ingress_operator_openshift_io_v1

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: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewIngressOperatorOpenshiftIoDnsrecordV1Manifest

func NewIngressOperatorOpenshiftIoDnsrecordV1Manifest() datasource.DataSource

Types

type IngressOperatorOpenshiftIoDnsrecordV1Manifest

type IngressOperatorOpenshiftIoDnsrecordV1Manifest struct{}

func (*IngressOperatorOpenshiftIoDnsrecordV1Manifest) Metadata

func (*IngressOperatorOpenshiftIoDnsrecordV1Manifest) Read

func (*IngressOperatorOpenshiftIoDnsrecordV1Manifest) Schema

type IngressOperatorOpenshiftIoDnsrecordV1ManifestData

type IngressOperatorOpenshiftIoDnsrecordV1ManifestData 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 {
		DnsManagementPolicy *string   `tfsdk:"dns_management_policy" json:"dnsManagementPolicy,omitempty"`
		DnsName             *string   `tfsdk:"dns_name" json:"dnsName,omitempty"`
		RecordTTL           *int64    `tfsdk:"record_ttl" json:"recordTTL,omitempty"`
		RecordType          *string   `tfsdk:"record_type" json:"recordType,omitempty"`
		Targets             *[]string `tfsdk:"targets" json:"targets,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

Jump to

Keyboard shortcuts

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