From 434c986d3f11845b9134f1ac2e0eaab2a99e7d37 Mon Sep 17 00:00:00 2001 From: Brenda Rearden Date: Thu, 27 Feb 2020 10:57:19 -0700 Subject: [PATCH] Generate code --- apis/project.cattle.io/v3/app_types.go | 2 +- client/management/v3/zz_generated_catalog.go | 4 ++-- client/management/v3/zz_generated_catalog_spec.go | 4 ++-- client/management/v3/zz_generated_cluster_catalog.go | 4 ++-- client/management/v3/zz_generated_project_catalog.go | 4 ++-- client/management/v3/zz_generated_template_status.go | 4 ++-- client/management/v3/zz_generated_template_version_status.go | 4 ++-- client/project/v3/zz_generated_app.go | 4 ++-- client/project/v3/zz_generated_app_status.go | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/apis/project.cattle.io/v3/app_types.go b/apis/project.cattle.io/v3/app_types.go index 3e3e9944..541fd1b5 100644 --- a/apis/project.cattle.io/v3/app_types.go +++ b/apis/project.cattle.io/v3/app_types.go @@ -62,7 +62,7 @@ type AppStatus struct { } type AppCondition struct { - // Type of cluster condition.q + // Type of cluster condition. Type condition.Cond `json:"type"` // Status of the condition, one of True, False, Unknown. Status v1.ConditionStatus `json:"status"` diff --git a/client/management/v3/zz_generated_catalog.go b/client/management/v3/zz_generated_catalog.go index 7c1deacd..03f963b7 100644 --- a/client/management/v3/zz_generated_catalog.go +++ b/client/management/v3/zz_generated_catalog.go @@ -13,7 +13,7 @@ const ( CatalogFieldCreated = "created" CatalogFieldCreatorID = "creatorId" CatalogFieldDescription = "description" - CatalogFieldHelmVersion = "helmversion" + CatalogFieldHelmVersion = "helmVersion" CatalogFieldKind = "kind" CatalogFieldLabels = "labels" CatalogFieldLastRefreshTimestamp = "lastRefreshTimestamp" @@ -38,7 +38,7 @@ type Catalog struct { Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` - HelmVersion string `json:"helmversion,omitempty" yaml:"helmversion,omitempty"` + HelmVersion string `json:"helmVersion,omitempty" yaml:"helmVersion,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` LastRefreshTimestamp string `json:"lastRefreshTimestamp,omitempty" yaml:"lastRefreshTimestamp,omitempty"` diff --git a/client/management/v3/zz_generated_catalog_spec.go b/client/management/v3/zz_generated_catalog_spec.go index 1f86e2db..521d34cc 100644 --- a/client/management/v3/zz_generated_catalog_spec.go +++ b/client/management/v3/zz_generated_catalog_spec.go @@ -5,7 +5,7 @@ const ( CatalogSpecFieldBranch = "branch" CatalogSpecFieldCatalogKind = "catalogKind" CatalogSpecFieldDescription = "description" - CatalogSpecFieldHelmVersion = "helmversion" + CatalogSpecFieldHelmVersion = "helmVersion" CatalogSpecFieldPassword = "password" CatalogSpecFieldURL = "url" CatalogSpecFieldUsername = "username" @@ -15,7 +15,7 @@ type CatalogSpec struct { Branch string `json:"branch,omitempty" yaml:"branch,omitempty"` CatalogKind string `json:"catalogKind,omitempty" yaml:"catalogKind,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` - HelmVersion string `json:"helmversion,omitempty" yaml:"helmversion,omitempty"` + HelmVersion string `json:"helmVersion,omitempty" yaml:"helmVersion,omitempty"` Password string `json:"password,omitempty" yaml:"password,omitempty"` URL string `json:"url,omitempty" yaml:"url,omitempty"` Username string `json:"username,omitempty" yaml:"username,omitempty"` diff --git a/client/management/v3/zz_generated_cluster_catalog.go b/client/management/v3/zz_generated_cluster_catalog.go index bc2f2645..66e8780f 100644 --- a/client/management/v3/zz_generated_cluster_catalog.go +++ b/client/management/v3/zz_generated_cluster_catalog.go @@ -14,7 +14,7 @@ const ( ClusterCatalogFieldCreated = "created" ClusterCatalogFieldCreatorID = "creatorId" ClusterCatalogFieldDescription = "description" - ClusterCatalogFieldHelmVersion = "helmversion" + ClusterCatalogFieldHelmVersion = "helmVersion" ClusterCatalogFieldKind = "kind" ClusterCatalogFieldLabels = "labels" ClusterCatalogFieldLastRefreshTimestamp = "lastRefreshTimestamp" @@ -41,7 +41,7 @@ type ClusterCatalog struct { Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` - HelmVersion string `json:"helmversion,omitempty" yaml:"helmversion,omitempty"` + HelmVersion string `json:"helmVersion,omitempty" yaml:"helmVersion,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` LastRefreshTimestamp string `json:"lastRefreshTimestamp,omitempty" yaml:"lastRefreshTimestamp,omitempty"` diff --git a/client/management/v3/zz_generated_project_catalog.go b/client/management/v3/zz_generated_project_catalog.go index 97f8c9a3..fa3d896d 100644 --- a/client/management/v3/zz_generated_project_catalog.go +++ b/client/management/v3/zz_generated_project_catalog.go @@ -13,7 +13,7 @@ const ( ProjectCatalogFieldCreated = "created" ProjectCatalogFieldCreatorID = "creatorId" ProjectCatalogFieldDescription = "description" - ProjectCatalogFieldHelmVersion = "helmversion" + ProjectCatalogFieldHelmVersion = "helmVersion" ProjectCatalogFieldKind = "kind" ProjectCatalogFieldLabels = "labels" ProjectCatalogFieldLastRefreshTimestamp = "lastRefreshTimestamp" @@ -40,7 +40,7 @@ type ProjectCatalog struct { Created string `json:"created,omitempty" yaml:"created,omitempty"` CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` Description string `json:"description,omitempty" yaml:"description,omitempty"` - HelmVersion string `json:"helmversion,omitempty" yaml:"helmversion,omitempty"` + HelmVersion string `json:"helmVersion,omitempty" yaml:"helmVersion,omitempty"` Kind string `json:"kind,omitempty" yaml:"kind,omitempty"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` LastRefreshTimestamp string `json:"lastRefreshTimestamp,omitempty" yaml:"lastRefreshTimestamp,omitempty"` diff --git a/client/management/v3/zz_generated_template_status.go b/client/management/v3/zz_generated_template_status.go index 7e1806a4..573947c5 100644 --- a/client/management/v3/zz_generated_template_status.go +++ b/client/management/v3/zz_generated_template_status.go @@ -2,9 +2,9 @@ package client const ( TemplateStatusType = "templateStatus" - TemplateStatusFieldHelmVersion = "helmversion" + TemplateStatusFieldHelmVersion = "helmVersion" ) type TemplateStatus struct { - HelmVersion string `json:"helmversion,omitempty" yaml:"helmversion,omitempty"` + HelmVersion string `json:"helmVersion,omitempty" yaml:"helmVersion,omitempty"` } diff --git a/client/management/v3/zz_generated_template_version_status.go b/client/management/v3/zz_generated_template_version_status.go index 3447b5a7..ea736ff6 100644 --- a/client/management/v3/zz_generated_template_version_status.go +++ b/client/management/v3/zz_generated_template_version_status.go @@ -2,9 +2,9 @@ package client const ( TemplateVersionStatusType = "templateVersionStatus" - TemplateVersionStatusFieldHelmVersion = "helmversion" + TemplateVersionStatusFieldHelmVersion = "helmVersion" ) type TemplateVersionStatus struct { - HelmVersion string `json:"helmversion,omitempty" yaml:"helmversion,omitempty"` + HelmVersion string `json:"helmVersion,omitempty" yaml:"helmVersion,omitempty"` } diff --git a/client/project/v3/zz_generated_app.go b/client/project/v3/zz_generated_app.go index fd346a8d..a09d58be 100644 --- a/client/project/v3/zz_generated_app.go +++ b/client/project/v3/zz_generated_app.go @@ -16,7 +16,7 @@ const ( AppFieldDescription = "description" AppFieldExternalID = "externalId" AppFieldFiles = "files" - AppFieldHelmVersion = "helmversion" + AppFieldHelmVersion = "helmVersion" AppFieldLabels = "labels" AppFieldLastAppliedTemplates = "lastAppliedTemplate" AppFieldMultiClusterAppID = "multiClusterAppId" @@ -49,7 +49,7 @@ type App struct { Description string `json:"description,omitempty" yaml:"description,omitempty"` ExternalID string `json:"externalId,omitempty" yaml:"externalId,omitempty"` Files map[string]string `json:"files,omitempty" yaml:"files,omitempty"` - HelmVersion string `json:"helmversion,omitempty" yaml:"helmversion,omitempty"` + HelmVersion string `json:"helmVersion,omitempty" yaml:"helmVersion,omitempty"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` LastAppliedTemplates string `json:"lastAppliedTemplate,omitempty" yaml:"lastAppliedTemplate,omitempty"` MultiClusterAppID string `json:"multiClusterAppId,omitempty" yaml:"multiClusterAppId,omitempty"` diff --git a/client/project/v3/zz_generated_app_status.go b/client/project/v3/zz_generated_app_status.go index e3c82bbb..d5337a05 100644 --- a/client/project/v3/zz_generated_app_status.go +++ b/client/project/v3/zz_generated_app_status.go @@ -4,7 +4,7 @@ const ( AppStatusType = "appStatus" AppStatusFieldAppliedFiles = "appliedFiles" AppStatusFieldConditions = "conditions" - AppStatusFieldHelmVersion = "helmversion" + AppStatusFieldHelmVersion = "helmVersion" AppStatusFieldLastAppliedTemplates = "lastAppliedTemplate" AppStatusFieldNotes = "notes" ) @@ -12,7 +12,7 @@ const ( type AppStatus struct { AppliedFiles map[string]string `json:"appliedFiles,omitempty" yaml:"appliedFiles,omitempty"` Conditions []AppCondition `json:"conditions,omitempty" yaml:"conditions,omitempty"` - HelmVersion string `json:"helmversion,omitempty" yaml:"helmversion,omitempty"` + HelmVersion string `json:"helmVersion,omitempty" yaml:"helmVersion,omitempty"` LastAppliedTemplates string `json:"lastAppliedTemplate,omitempty" yaml:"lastAppliedTemplate,omitempty"` Notes string `json:"notes,omitempty" yaml:"notes,omitempty"` }