schemas

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateManagementV1ProjectSpec

func CreateManagementV1ProjectSpec(data map[string]interface{}) *managementv1.ProjectSpec

func CreateManagementV1SpaceInstanceSpec

func CreateManagementV1SpaceInstanceSpec(data map[string]interface{}) *managementv1.SpaceInstanceSpec

func CreateManagementV1VirtualClusterInstanceSpec

func CreateManagementV1VirtualClusterInstanceSpec(data map[string]interface{}) *managementv1.VirtualClusterInstanceSpec

func CreateStorageV1Access

func CreateStorageV1Access(data map[string]interface{}) *storagev1.Access

func CreateStorageV1AllowedCluster

func CreateStorageV1AllowedCluster(data map[string]interface{}) *storagev1.AllowedCluster

func CreateStorageV1AllowedTemplate

func CreateStorageV1AllowedTemplate(data map[string]interface{}) *storagev1.AllowedTemplate

func CreateStorageV1AppReference

func CreateStorageV1AppReference(data map[string]interface{}) *agentstoragev1.AppReference

func CreateStorageV1ArgoIntegrationSpec

func CreateStorageV1ArgoIntegrationSpec(data map[string]interface{}) *storagev1.ArgoIntegrationSpec

func CreateStorageV1ArgoProjectPolicyRule

func CreateStorageV1ArgoProjectPolicyRule(data map[string]interface{}) *storagev1.ArgoProjectPolicyRule

func CreateStorageV1ArgoProjectRole

func CreateStorageV1ArgoProjectRole(data map[string]interface{}) *storagev1.ArgoProjectRole

func CreateStorageV1ArgoProjectSpec

func CreateStorageV1ArgoProjectSpec(data map[string]interface{}) *storagev1.ArgoProjectSpec

func CreateStorageV1ArgoProjectSpecMetadata

func CreateStorageV1ArgoProjectSpecMetadata(data map[string]interface{}) *storagev1.ArgoProjectSpecMetadata

func CreateStorageV1ArgoSSOSpec

func CreateStorageV1ArgoSSOSpec(data map[string]interface{}) *storagev1.ArgoSSOSpec

func CreateStorageV1ClusterRef

func CreateStorageV1ClusterRef(data map[string]interface{}) *storagev1.ClusterRef

func CreateStorageV1InstanceAccess

func CreateStorageV1InstanceAccess(data map[string]interface{}) *agentstoragev1.InstanceAccess

func CreateStorageV1InstanceAccessRule

func CreateStorageV1InstanceAccessRule(data map[string]interface{}) *agentstoragev1.InstanceAccessRule

func CreateStorageV1Member

func CreateStorageV1Member(data map[string]interface{}) *storagev1.Member

func CreateStorageV1NamespacePattern

func CreateStorageV1NamespacePattern(data map[string]interface{}) *storagev1.NamespacePattern

func CreateStorageV1Quotas

func CreateStorageV1Quotas(data map[string]interface{}) *storagev1.Quotas

func CreateStorageV1SpaceTemplateDefinition

func CreateStorageV1SpaceTemplateDefinition(data map[string]interface{}) *storagev1.SpaceTemplateDefinition

func CreateStorageV1TemplateHelmChart

func CreateStorageV1TemplateHelmChart(data map[string]interface{}) *agentstoragev1.TemplateHelmChart

func CreateStorageV1TemplateMetadata

func CreateStorageV1TemplateMetadata(data map[string]interface{}) *storagev1.TemplateMetadata

func CreateStorageV1TemplateRef

func CreateStorageV1TemplateRef(data map[string]interface{}) *storagev1.TemplateRef

func CreateStorageV1UserOrTeam

func CreateStorageV1UserOrTeam(data map[string]interface{}) *storagev1.UserOrTeam

func CreateStorageV1VirtualClusterAccessPoint

func CreateStorageV1VirtualClusterAccessPoint(data map[string]interface{}) *agentstoragev1.VirtualClusterAccessPoint

func CreateStorageV1VirtualClusterAccessPointIngressSpec

func CreateStorageV1VirtualClusterAccessPointIngressSpec(data map[string]interface{}) *agentstoragev1.VirtualClusterAccessPointIngressSpec

func CreateStorageV1VirtualClusterClusterRef

func CreateStorageV1VirtualClusterClusterRef(data map[string]interface{}) *storagev1.VirtualClusterClusterRef

func CreateStorageV1VirtualClusterHelmChart

func CreateStorageV1VirtualClusterHelmChart(data map[string]interface{}) *agentstoragev1.VirtualClusterHelmChart

func CreateStorageV1VirtualClusterHelmRelease

func CreateStorageV1VirtualClusterHelmRelease(data map[string]interface{}) *agentstoragev1.VirtualClusterHelmRelease

func CreateStorageV1VirtualClusterSpaceTemplateDefinition

func CreateStorageV1VirtualClusterSpaceTemplateDefinition(data map[string]interface{}) *storagev1.VirtualClusterSpaceTemplateDefinition

func CreateStorageV1VirtualClusterTemplateDefinition

func CreateStorageV1VirtualClusterTemplateDefinition(data map[string]interface{}) *storagev1.VirtualClusterTemplateDefinition

func ManagementV1ProjectSpecSchema

func ManagementV1ProjectSpecSchema() map[string]*schema.Schema

func ManagementV1SpaceInstanceSpecSchema

func ManagementV1SpaceInstanceSpecSchema() map[string]*schema.Schema

func ManagementV1VirtualClusterInstanceSpecSchema

func ManagementV1VirtualClusterInstanceSpecSchema() map[string]*schema.Schema

func ReadManagementV1ProjectSpec

func ReadManagementV1ProjectSpec(obj *managementv1.ProjectSpec) (interface{}, error)

func ReadManagementV1SpaceInstanceSpec

func ReadManagementV1SpaceInstanceSpec(obj *managementv1.SpaceInstanceSpec) (interface{}, error)

func ReadManagementV1VirtualClusterInstanceSpec

func ReadManagementV1VirtualClusterInstanceSpec(obj *managementv1.VirtualClusterInstanceSpec) (interface{}, error)

func ReadStorageV1Access

func ReadStorageV1Access(obj *storagev1.Access) (interface{}, error)

func ReadStorageV1AllowedCluster

func ReadStorageV1AllowedCluster(obj *storagev1.AllowedCluster) (interface{}, error)

func ReadStorageV1AllowedTemplate

func ReadStorageV1AllowedTemplate(obj *storagev1.AllowedTemplate) (interface{}, error)

func ReadStorageV1AppReference

func ReadStorageV1AppReference(obj *agentstoragev1.AppReference) (interface{}, error)

func ReadStorageV1ArgoIntegrationSpec

func ReadStorageV1ArgoIntegrationSpec(obj *storagev1.ArgoIntegrationSpec) (interface{}, error)

func ReadStorageV1ArgoProjectPolicyRule

func ReadStorageV1ArgoProjectPolicyRule(obj *storagev1.ArgoProjectPolicyRule) (interface{}, error)

func ReadStorageV1ArgoProjectRole

func ReadStorageV1ArgoProjectRole(obj *storagev1.ArgoProjectRole) (interface{}, error)

func ReadStorageV1ArgoProjectSpec

func ReadStorageV1ArgoProjectSpec(obj *storagev1.ArgoProjectSpec) (interface{}, error)

func ReadStorageV1ArgoProjectSpecMetadata

func ReadStorageV1ArgoProjectSpecMetadata(obj *storagev1.ArgoProjectSpecMetadata) (interface{}, error)

func ReadStorageV1ArgoSSOSpec

func ReadStorageV1ArgoSSOSpec(obj *storagev1.ArgoSSOSpec) (interface{}, error)

func ReadStorageV1ClusterRef

func ReadStorageV1ClusterRef(obj *storagev1.ClusterRef) (interface{}, error)

func ReadStorageV1InstanceAccess

func ReadStorageV1InstanceAccess(obj *agentstoragev1.InstanceAccess) (interface{}, error)

func ReadStorageV1InstanceAccessRule

func ReadStorageV1InstanceAccessRule(obj *agentstoragev1.InstanceAccessRule) (interface{}, error)

func ReadStorageV1Member

func ReadStorageV1Member(obj *storagev1.Member) (interface{}, error)

func ReadStorageV1NamespacePattern

func ReadStorageV1NamespacePattern(obj *storagev1.NamespacePattern) (interface{}, error)

func ReadStorageV1Quotas

func ReadStorageV1Quotas(obj *storagev1.Quotas) (interface{}, error)

func ReadStorageV1SpaceTemplateDefinition

func ReadStorageV1SpaceTemplateDefinition(obj *storagev1.SpaceTemplateDefinition) (interface{}, error)

func ReadStorageV1TemplateHelmChart

func ReadStorageV1TemplateHelmChart(obj *agentstoragev1.TemplateHelmChart) (interface{}, error)

func ReadStorageV1TemplateMetadata

func ReadStorageV1TemplateMetadata(obj *storagev1.TemplateMetadata) (interface{}, error)

func ReadStorageV1TemplateRef

func ReadStorageV1TemplateRef(obj *storagev1.TemplateRef) (interface{}, error)

func ReadStorageV1UserOrTeam

func ReadStorageV1UserOrTeam(obj *storagev1.UserOrTeam) (interface{}, error)

func ReadStorageV1VirtualClusterAccessPoint

func ReadStorageV1VirtualClusterAccessPoint(obj *agentstoragev1.VirtualClusterAccessPoint) (interface{}, error)

func ReadStorageV1VirtualClusterAccessPointIngressSpec

func ReadStorageV1VirtualClusterAccessPointIngressSpec(obj *agentstoragev1.VirtualClusterAccessPointIngressSpec) (interface{}, error)

func ReadStorageV1VirtualClusterClusterRef

func ReadStorageV1VirtualClusterClusterRef(obj *storagev1.VirtualClusterClusterRef) (interface{}, error)

func ReadStorageV1VirtualClusterHelmChart

func ReadStorageV1VirtualClusterHelmChart(obj *agentstoragev1.VirtualClusterHelmChart) (interface{}, error)

func ReadStorageV1VirtualClusterHelmRelease

func ReadStorageV1VirtualClusterHelmRelease(obj *agentstoragev1.VirtualClusterHelmRelease) (interface{}, error)

func ReadStorageV1VirtualClusterSpaceTemplateDefinition

func ReadStorageV1VirtualClusterSpaceTemplateDefinition(obj *storagev1.VirtualClusterSpaceTemplateDefinition) (interface{}, error)

func ReadStorageV1VirtualClusterTemplateDefinition

func ReadStorageV1VirtualClusterTemplateDefinition(obj *storagev1.VirtualClusterTemplateDefinition) (interface{}, error)

func StorageV1AccessSchema

func StorageV1AccessSchema() map[string]*schema.Schema

func StorageV1AllowedClusterSchema

func StorageV1AllowedClusterSchema() map[string]*schema.Schema

func StorageV1AllowedTemplateSchema

func StorageV1AllowedTemplateSchema() map[string]*schema.Schema

func StorageV1AppReferenceSchema

func StorageV1AppReferenceSchema() map[string]*schema.Schema

func StorageV1ArgoIntegrationSpecSchema

func StorageV1ArgoIntegrationSpecSchema() map[string]*schema.Schema

func StorageV1ArgoProjectPolicyRuleSchema

func StorageV1ArgoProjectPolicyRuleSchema() map[string]*schema.Schema

func StorageV1ArgoProjectRoleSchema

func StorageV1ArgoProjectRoleSchema() map[string]*schema.Schema

func StorageV1ArgoProjectSpecMetadataSchema

func StorageV1ArgoProjectSpecMetadataSchema() map[string]*schema.Schema

func StorageV1ArgoProjectSpecSchema

func StorageV1ArgoProjectSpecSchema() map[string]*schema.Schema

func StorageV1ArgoSSOSpecSchema

func StorageV1ArgoSSOSpecSchema() map[string]*schema.Schema

func StorageV1ClusterRefSchema

func StorageV1ClusterRefSchema() map[string]*schema.Schema

func StorageV1InstanceAccessRuleSchema

func StorageV1InstanceAccessRuleSchema() map[string]*schema.Schema

func StorageV1InstanceAccessSchema

func StorageV1InstanceAccessSchema() map[string]*schema.Schema

func StorageV1MemberSchema

func StorageV1MemberSchema() map[string]*schema.Schema

func StorageV1NamespacePatternSchema

func StorageV1NamespacePatternSchema() map[string]*schema.Schema

func StorageV1QuotasSchema

func StorageV1QuotasSchema() map[string]*schema.Schema

func StorageV1SpaceTemplateDefinitionSchema

func StorageV1SpaceTemplateDefinitionSchema() map[string]*schema.Schema

func StorageV1TemplateHelmChartSchema

func StorageV1TemplateHelmChartSchema() map[string]*schema.Schema

func StorageV1TemplateMetadataSchema

func StorageV1TemplateMetadataSchema() map[string]*schema.Schema

func StorageV1TemplateRefSchema

func StorageV1TemplateRefSchema() map[string]*schema.Schema

func StorageV1UserOrTeamSchema

func StorageV1UserOrTeamSchema() map[string]*schema.Schema

func StorageV1VirtualClusterAccessPointIngressSpecSchema

func StorageV1VirtualClusterAccessPointIngressSpecSchema() map[string]*schema.Schema

func StorageV1VirtualClusterAccessPointSchema

func StorageV1VirtualClusterAccessPointSchema() map[string]*schema.Schema

func StorageV1VirtualClusterClusterRefSchema

func StorageV1VirtualClusterClusterRefSchema() map[string]*schema.Schema

func StorageV1VirtualClusterHelmChartSchema

func StorageV1VirtualClusterHelmChartSchema() map[string]*schema.Schema

func StorageV1VirtualClusterHelmReleaseSchema

func StorageV1VirtualClusterHelmReleaseSchema() map[string]*schema.Schema

func StorageV1VirtualClusterSpaceTemplateDefinitionSchema

func StorageV1VirtualClusterSpaceTemplateDefinitionSchema() map[string]*schema.Schema

func StorageV1VirtualClusterTemplateDefinitionSchema

func StorageV1VirtualClusterTemplateDefinitionSchema() map[string]*schema.Schema

Types

This section is empty.

Jump to

Keyboard shortcuts

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