Documentation ¶
Index ¶
- func NewControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest() datasource.DataSource
- type ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest
- func (r *ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest ¶
func NewControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest() datasource.DataSource
Types ¶
type ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest ¶
type ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest struct{}
func (*ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Metadata ¶
func (r *ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Read ¶
func (r *ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Schema ¶
func (r *ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1ManifestData ¶
type ControlplaneOperatorOpenshiftIoPodNetworkConnectivityCheckV1Alpha1ManifestData 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 { SourcePod *string `tfsdk:"source_pod" json:"sourcePod,omitempty"` TargetEndpoint *string `tfsdk:"target_endpoint" json:"targetEndpoint,omitempty"` TlsClientCert *struct { Name *string `tfsdk:"name" json:"name,omitempty"` } `tfsdk:"tls_client_cert" json:"tlsClientCert,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.