Documentation ¶
Index ¶
- func NewModelKubedlIoModelV1Alpha1Manifest() datasource.DataSource
- func NewModelKubedlIoModelVersionV1Alpha1Manifest() datasource.DataSource
- type ModelKubedlIoModelV1Alpha1Manifest
- func (r *ModelKubedlIoModelV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ModelKubedlIoModelV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ModelKubedlIoModelV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ModelKubedlIoModelV1Alpha1ManifestData
- type ModelKubedlIoModelVersionV1Alpha1Manifest
- func (r *ModelKubedlIoModelVersionV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *ModelKubedlIoModelVersionV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *ModelKubedlIoModelVersionV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type ModelKubedlIoModelVersionV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewModelKubedlIoModelV1Alpha1Manifest ¶
func NewModelKubedlIoModelV1Alpha1Manifest() datasource.DataSource
func NewModelKubedlIoModelVersionV1Alpha1Manifest ¶
func NewModelKubedlIoModelVersionV1Alpha1Manifest() datasource.DataSource
Types ¶
type ModelKubedlIoModelV1Alpha1Manifest ¶
type ModelKubedlIoModelV1Alpha1Manifest struct{}
func (*ModelKubedlIoModelV1Alpha1Manifest) Metadata ¶
func (r *ModelKubedlIoModelV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ModelKubedlIoModelV1Alpha1Manifest) Read ¶
func (r *ModelKubedlIoModelV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ModelKubedlIoModelV1Alpha1Manifest) Schema ¶
func (r *ModelKubedlIoModelV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ModelKubedlIoModelV1Alpha1ManifestData ¶
type ModelKubedlIoModelV1Alpha1ManifestData 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 { Description *string `tfsdk:"description" json:"description,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
type ModelKubedlIoModelVersionV1Alpha1Manifest ¶
type ModelKubedlIoModelVersionV1Alpha1Manifest struct{}
func (*ModelKubedlIoModelVersionV1Alpha1Manifest) Metadata ¶
func (r *ModelKubedlIoModelVersionV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*ModelKubedlIoModelVersionV1Alpha1Manifest) Read ¶
func (r *ModelKubedlIoModelVersionV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*ModelKubedlIoModelVersionV1Alpha1Manifest) Schema ¶
func (r *ModelKubedlIoModelVersionV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type ModelKubedlIoModelVersionV1Alpha1ManifestData ¶
type ModelKubedlIoModelVersionV1Alpha1ManifestData 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 { CreatedBy *string `tfsdk:"created_by" json:"createdBy,omitempty"` ImageRepo *string `tfsdk:"image_repo" json:"imageRepo,omitempty"` ImageTag *string `tfsdk:"image_tag" json:"imageTag,omitempty"` ModelName *string `tfsdk:"model_name" json:"modelName,omitempty"` Storage *struct { AWSEfs *struct { Attributes *map[string]string `tfsdk:"attributes" json:"attributes,omitempty"` VolumeHandle *string `tfsdk:"volume_handle" json:"volumeHandle,omitempty"` } `tfsdk:"aws_efs" json:"AWSEfs,omitempty"` LocalStorage *struct { MountPath *string `tfsdk:"mount_path" json:"mountPath,omitempty"` NodeName *string `tfsdk:"node_name" json:"nodeName,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` } `tfsdk:"local_storage" json:"localStorage,omitempty"` Nfs *struct { MountPath *string `tfsdk:"mount_path" json:"mountPath,omitempty"` Path *string `tfsdk:"path" json:"path,omitempty"` Server *string `tfsdk:"server" json:"server,omitempty"` } `tfsdk:"nfs" json:"nfs,omitempty"` } `tfsdk:"storage" json:"storage,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.