egressgateway_spidernet_io_v1beta1

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 NewEgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1Manifest

func NewEgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1Manifest() datasource.DataSource

func NewEgressgatewaySpidernetIoEgressClusterInfoV1Beta1Manifest

func NewEgressgatewaySpidernetIoEgressClusterInfoV1Beta1Manifest() datasource.DataSource

func NewEgressgatewaySpidernetIoEgressClusterPolicyV1Beta1Manifest

func NewEgressgatewaySpidernetIoEgressClusterPolicyV1Beta1Manifest() datasource.DataSource

func NewEgressgatewaySpidernetIoEgressEndpointSliceV1Beta1Manifest

func NewEgressgatewaySpidernetIoEgressEndpointSliceV1Beta1Manifest() datasource.DataSource

func NewEgressgatewaySpidernetIoEgressGatewayV1Beta1Manifest

func NewEgressgatewaySpidernetIoEgressGatewayV1Beta1Manifest() datasource.DataSource

func NewEgressgatewaySpidernetIoEgressPolicyV1Beta1Manifest

func NewEgressgatewaySpidernetIoEgressPolicyV1Beta1Manifest() datasource.DataSource

func NewEgressgatewaySpidernetIoEgressTunnelV1Beta1Manifest

func NewEgressgatewaySpidernetIoEgressTunnelV1Beta1Manifest() datasource.DataSource

Types

type EgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1Manifest

type EgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1Manifest struct{}

func (*EgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1Manifest) Metadata

func (*EgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1Manifest) Read

func (*EgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1Manifest) Schema

type EgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1ManifestData

type EgressgatewaySpidernetIoEgressClusterEndpointSliceV1Beta1ManifestData 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"`
		Labels      map[string]string `tfsdk:"labels" json:"labels,omitempty"`
		Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"`
	} `tfsdk:"metadata" json:"metadata"`

	Endpoints *[]struct {
		Ipv4 *[]string `tfsdk:"ipv4" json:"ipv4,omitempty"`
		Ipv6 *[]string `tfsdk:"ipv6" json:"ipv6,omitempty"`
		Node *string   `tfsdk:"node" json:"node,omitempty"`
		Ns   *string   `tfsdk:"ns" json:"ns,omitempty"`
		Pod  *string   `tfsdk:"pod" json:"pod,omitempty"`
	} `tfsdk:"endpoints" json:"endpoints,omitempty"`
}

type EgressgatewaySpidernetIoEgressClusterInfoV1Beta1Manifest

type EgressgatewaySpidernetIoEgressClusterInfoV1Beta1Manifest struct{}

func (*EgressgatewaySpidernetIoEgressClusterInfoV1Beta1Manifest) Metadata

func (*EgressgatewaySpidernetIoEgressClusterInfoV1Beta1Manifest) Read

func (*EgressgatewaySpidernetIoEgressClusterInfoV1Beta1Manifest) Schema

type EgressgatewaySpidernetIoEgressClusterInfoV1Beta1ManifestData

type EgressgatewaySpidernetIoEgressClusterInfoV1Beta1ManifestData 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"`
		Labels      map[string]string `tfsdk:"labels" json:"labels,omitempty"`
		Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"`
	} `tfsdk:"metadata" json:"metadata"`

	Spec *struct {
		AutoDetect *struct {
			ClusterIP   *bool   `tfsdk:"cluster_ip" json:"clusterIP,omitempty"`
			NodeIP      *bool   `tfsdk:"node_ip" json:"nodeIP,omitempty"`
			PodCidrMode *string `tfsdk:"pod_cidr_mode" json:"podCidrMode,omitempty"`
		} `tfsdk:"auto_detect" json:"autoDetect,omitempty"`
		ExtraCidr *[]string `tfsdk:"extra_cidr" json:"extraCidr,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type EgressgatewaySpidernetIoEgressClusterPolicyV1Beta1Manifest

type EgressgatewaySpidernetIoEgressClusterPolicyV1Beta1Manifest struct{}

func (*EgressgatewaySpidernetIoEgressClusterPolicyV1Beta1Manifest) Metadata

func (*EgressgatewaySpidernetIoEgressClusterPolicyV1Beta1Manifest) Read

func (*EgressgatewaySpidernetIoEgressClusterPolicyV1Beta1Manifest) Schema

type EgressgatewaySpidernetIoEgressClusterPolicyV1Beta1ManifestData

type EgressgatewaySpidernetIoEgressClusterPolicyV1Beta1ManifestData 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"`
		Labels      map[string]string `tfsdk:"labels" json:"labels,omitempty"`
		Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"`
	} `tfsdk:"metadata" json:"metadata"`

	Spec *struct {
		AppliedTo *struct {
			NamespaceSelector *struct {
				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:"namespace_selector" json:"namespaceSelector,omitempty"`
			PodSelector *struct {
				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:"pod_selector" json:"podSelector,omitempty"`
			PodSubnet *[]string `tfsdk:"pod_subnet" json:"podSubnet,omitempty"`
		} `tfsdk:"applied_to" json:"appliedTo,omitempty"`
		DestSubnet        *[]string `tfsdk:"dest_subnet" json:"destSubnet,omitempty"`
		EgressGatewayName *string   `tfsdk:"egress_gateway_name" json:"egressGatewayName,omitempty"`
		EgressIP          *struct {
			AllocatorPolicy *string `tfsdk:"allocator_policy" json:"allocatorPolicy,omitempty"`
			Ipv4            *string `tfsdk:"ipv4" json:"ipv4,omitempty"`
			Ipv6            *string `tfsdk:"ipv6" json:"ipv6,omitempty"`
			UseNodeIP       *bool   `tfsdk:"use_node_ip" json:"useNodeIP,omitempty"`
		} `tfsdk:"egress_ip" json:"egressIP,omitempty"`
		Priority *int64 `tfsdk:"priority" json:"priority,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type EgressgatewaySpidernetIoEgressEndpointSliceV1Beta1Manifest

type EgressgatewaySpidernetIoEgressEndpointSliceV1Beta1Manifest struct{}

func (*EgressgatewaySpidernetIoEgressEndpointSliceV1Beta1Manifest) Metadata

func (*EgressgatewaySpidernetIoEgressEndpointSliceV1Beta1Manifest) Read

func (*EgressgatewaySpidernetIoEgressEndpointSliceV1Beta1Manifest) Schema

type EgressgatewaySpidernetIoEgressEndpointSliceV1Beta1ManifestData

type EgressgatewaySpidernetIoEgressEndpointSliceV1Beta1ManifestData 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"`

	Endpoints *[]struct {
		Ipv4 *[]string `tfsdk:"ipv4" json:"ipv4,omitempty"`
		Ipv6 *[]string `tfsdk:"ipv6" json:"ipv6,omitempty"`
		Node *string   `tfsdk:"node" json:"node,omitempty"`
		Ns   *string   `tfsdk:"ns" json:"ns,omitempty"`
		Pod  *string   `tfsdk:"pod" json:"pod,omitempty"`
	} `tfsdk:"endpoints" json:"endpoints,omitempty"`
}

type EgressgatewaySpidernetIoEgressGatewayV1Beta1Manifest

type EgressgatewaySpidernetIoEgressGatewayV1Beta1Manifest struct{}

func (*EgressgatewaySpidernetIoEgressGatewayV1Beta1Manifest) Metadata

func (*EgressgatewaySpidernetIoEgressGatewayV1Beta1Manifest) Read

func (*EgressgatewaySpidernetIoEgressGatewayV1Beta1Manifest) Schema

type EgressgatewaySpidernetIoEgressGatewayV1Beta1ManifestData

type EgressgatewaySpidernetIoEgressGatewayV1Beta1ManifestData 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"`
		Labels      map[string]string `tfsdk:"labels" json:"labels,omitempty"`
		Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"`
	} `tfsdk:"metadata" json:"metadata"`

	Spec *struct {
		ClusterDefault *bool `tfsdk:"cluster_default" json:"clusterDefault,omitempty"`
		Ippools        *struct {
			Ipv4           *[]string `tfsdk:"ipv4" json:"ipv4,omitempty"`
			Ipv4DefaultEIP *string   `tfsdk:"ipv4_default_eip" json:"ipv4DefaultEIP,omitempty"`
			Ipv6           *[]string `tfsdk:"ipv6" json:"ipv6,omitempty"`
			Ipv6DefaultEIP *string   `tfsdk:"ipv6_default_eip" json:"ipv6DefaultEIP,omitempty"`
		} `tfsdk:"ippools" json:"ippools,omitempty"`
		NodeSelector *struct {
			Policy   *string `tfsdk:"policy" json:"policy,omitempty"`
			Selector *struct {
				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:"selector" json:"selector,omitempty"`
		} `tfsdk:"node_selector" json:"nodeSelector,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type EgressgatewaySpidernetIoEgressPolicyV1Beta1Manifest

type EgressgatewaySpidernetIoEgressPolicyV1Beta1Manifest struct{}

func (*EgressgatewaySpidernetIoEgressPolicyV1Beta1Manifest) Metadata

func (*EgressgatewaySpidernetIoEgressPolicyV1Beta1Manifest) Read

func (*EgressgatewaySpidernetIoEgressPolicyV1Beta1Manifest) Schema

type EgressgatewaySpidernetIoEgressPolicyV1Beta1ManifestData

type EgressgatewaySpidernetIoEgressPolicyV1Beta1ManifestData 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 {
		AppliedTo *struct {
			PodSelector *struct {
				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:"pod_selector" json:"podSelector,omitempty"`
			PodSubnet *[]string `tfsdk:"pod_subnet" json:"podSubnet,omitempty"`
		} `tfsdk:"applied_to" json:"appliedTo,omitempty"`
		DestSubnet        *[]string `tfsdk:"dest_subnet" json:"destSubnet,omitempty"`
		EgressGatewayName *string   `tfsdk:"egress_gateway_name" json:"egressGatewayName,omitempty"`
		EgressIP          *struct {
			AllocatorPolicy *string `tfsdk:"allocator_policy" json:"allocatorPolicy,omitempty"`
			Ipv4            *string `tfsdk:"ipv4" json:"ipv4,omitempty"`
			Ipv6            *string `tfsdk:"ipv6" json:"ipv6,omitempty"`
			UseNodeIP       *bool   `tfsdk:"use_node_ip" json:"useNodeIP,omitempty"`
		} `tfsdk:"egress_ip" json:"egressIP,omitempty"`
		Priority *int64 `tfsdk:"priority" json:"priority,omitempty"`
	} `tfsdk:"spec" json:"spec,omitempty"`
}

type EgressgatewaySpidernetIoEgressTunnelV1Beta1Manifest

type EgressgatewaySpidernetIoEgressTunnelV1Beta1Manifest struct{}

func (*EgressgatewaySpidernetIoEgressTunnelV1Beta1Manifest) Metadata

func (*EgressgatewaySpidernetIoEgressTunnelV1Beta1Manifest) Read

func (*EgressgatewaySpidernetIoEgressTunnelV1Beta1Manifest) Schema

type EgressgatewaySpidernetIoEgressTunnelV1Beta1ManifestData

type EgressgatewaySpidernetIoEgressTunnelV1Beta1ManifestData 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"`
		Labels      map[string]string `tfsdk:"labels" json:"labels,omitempty"`
		Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"`
	} `tfsdk:"metadata" json:"metadata"`

	Spec *map[string]string `tfsdk:"spec" json:"spec,omitempty"`
}

Jump to

Keyboard shortcuts

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