provider

package
v0.0.0-...-f562870 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: 0BSD Imports: 534 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() provider.Provider

func NewWithClient

func NewWithClient(client dynamic.Interface) provider.Provider

Types

type K8sProvider

type K8sProvider struct {
	// contains filtered or unexported fields
}

func (*K8sProvider) Configure

func (*K8sProvider) DataSources

func (p *K8sProvider) DataSources(_ context.Context) []func() datasource.DataSource

func (*K8sProvider) Metadata

func (*K8sProvider) Resources

func (p *K8sProvider) Resources(_ context.Context) []func() resource.Resource

func (*K8sProvider) Schema

type K8sProviderModel

type K8sProviderModel struct {
	Kubeconfig     types.String `tfsdk:"kubeconfig"`
	Context        types.String `tfsdk:"context"`
	FieldManager   types.String `tfsdk:"field_manager"`
	ForceConflicts types.Bool   `tfsdk:"force_conflicts"`
	Timeout        types.Int64  `tfsdk:"timeout"`
	Offline        types.Bool   `tfsdk:"offline"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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