Documentation
¶
Index ¶
- func NewChiselOperatorIoExitNodeV2Manifest() datasource.DataSource
- type ChiselOperatorIoExitNodeV2Manifest
- func (r *ChiselOperatorIoExitNodeV2Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ChiselOperatorIoExitNodeV2Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ChiselOperatorIoExitNodeV2Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ChiselOperatorIoExitNodeV2ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChiselOperatorIoExitNodeV2Manifest ¶
func NewChiselOperatorIoExitNodeV2Manifest() datasource.DataSource
Types ¶
type ChiselOperatorIoExitNodeV2Manifest ¶
type ChiselOperatorIoExitNodeV2Manifest struct{}
func (*ChiselOperatorIoExitNodeV2Manifest) Metadata ¶
func (r *ChiselOperatorIoExitNodeV2Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ChiselOperatorIoExitNodeV2Manifest) Read ¶
func (r *ChiselOperatorIoExitNodeV2Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ChiselOperatorIoExitNodeV2Manifest) Schema ¶
func (r *ChiselOperatorIoExitNodeV2Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ChiselOperatorIoExitNodeV2ManifestData ¶
type ChiselOperatorIoExitNodeV2ManifestData 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 {
Auth *string `tfsdk:"auth" json:"auth,omitempty"`
Chisel_image *string `tfsdk:"chisel_image" json:"chisel_image,omitempty"`
Default_route *bool `tfsdk:"default_route" json:"default_route,omitempty"`
External_host *string `tfsdk:"external_host" json:"external_host,omitempty"`
Fingerprint *string `tfsdk:"fingerprint" json:"fingerprint,omitempty"`
Host *string `tfsdk:"host" json:"host,omitempty"`
Port *int64 `tfsdk:"port" json:"port,omitempty"`
} `tfsdk:"spec" json:"spec,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.