Documentation ¶
Index ¶
- func NewIpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest() datasource.DataSource
- func NewIpamClusterXK8SIoIpaddressV1Alpha1Manifest() datasource.DataSource
- type IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest
- func (r *IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IpamClusterXK8SIoIpaddressClaimV1Alpha1ManifestData
- type IpamClusterXK8SIoIpaddressV1Alpha1Manifest
- func (r *IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type IpamClusterXK8SIoIpaddressV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest ¶
func NewIpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest() datasource.DataSource
func NewIpamClusterXK8SIoIpaddressV1Alpha1Manifest ¶
func NewIpamClusterXK8SIoIpaddressV1Alpha1Manifest() datasource.DataSource
Types ¶
type IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest ¶
type IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest struct{}
func (*IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Metadata ¶
func (r *IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Read ¶
func (r *IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Schema ¶
func (r *IpamClusterXK8SIoIpaddressClaimV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IpamClusterXK8SIoIpaddressClaimV1Alpha1ManifestData ¶
type IpamClusterXK8SIoIpaddressClaimV1Alpha1ManifestData 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 { PoolRef *struct { ApiGroup *string `tfsdk:"api_group" json:"apiGroup,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"pool_ref" json:"poolRef,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type IpamClusterXK8SIoIpaddressV1Alpha1Manifest ¶
type IpamClusterXK8SIoIpaddressV1Alpha1Manifest struct{}
func (*IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Metadata ¶
func (r *IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Read ¶
func (r *IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Schema ¶
func (r *IpamClusterXK8SIoIpaddressV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type IpamClusterXK8SIoIpaddressV1Alpha1ManifestData ¶
type IpamClusterXK8SIoIpaddressV1Alpha1ManifestData 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 { Address *string `tfsdk:"address" json:"address,omitempty"` ClaimRef *struct { Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"claim_ref" json:"claimRef,omitempty"` Gateway *string `tfsdk:"gateway" json:"gateway,omitempty"` PoolRef *struct { ApiGroup *string `tfsdk:"api_group" json:"apiGroup,omitempty"` Kind *string `tfsdk:"kind" json:"kind,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"pool_ref" json:"poolRef,omitempty"` Prefix *int64 `tfsdk:"prefix" json:"prefix,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.