pb

package
v0.0.35 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2021 License: Apache-2.0 Imports: 46 Imported by: 1

Documentation

Overview

Package pb is a generated protocol buffer package.

It is generated from these files:

github.com/seizadi/cmdb/pkg/pb/cmdb.proto

It has these top-level messages:

VersionResponse
CloudProvider
CreateCloudProviderRequest
CreateCloudProviderResponse
ReadCloudProviderRequest
ReadCloudProviderResponse
UpdateCloudProviderRequest
UpdateCloudProviderResponse
DeleteCloudProviderRequest
DeleteCloudProviderResponse
ListCloudProviderRequest
ListCloudProvidersResponse
Region
CreateRegionRequest
CreateRegionResponse
ReadRegionRequest
ReadRegionResponse
UpdateRegionRequest
UpdateRegionResponse
DeleteRegionRequest
DeleteRegionResponse
ListRegionRequest
ListRegionsResponse
Network
CreateNetworkRequest
CreateNetworkResponse
ReadNetworkRequest
ReadNetworkResponse
UpdateNetworkRequest
UpdateNetworkResponse
DeleteNetworkRequest
DeleteNetworkResponse
ListNetworkRequest
ListNetworksResponse
Lifecycle
CreateLifecycleRequest
CreateLifecycleResponse
ReadLifecycleRequest
ReadLifecycleResponse
UpdateLifecycleRequest
UpdateLifecycleResponse
DeleteLifecycleRequest
DeleteLifecycleResponse
ListLifecycleRequest
ListLifecyclesResponse
ChartVersion
CreateChartVersionRequest
CreateChartVersionResponse
ReadChartVersionRequest
ReadChartVersionResponse
UpdateChartVersionRequest
UpdateChartVersionResponse
DeleteChartVersionRequest
DeleteChartVersionResponse
ListChartVersionRequest
ListChartVersionsResponse
AppConfig
CreateAppConfigRequest
CreateAppConfigResponse
ReadAppConfigRequest
ReadAppConfigResponse
UpdateAppConfigRequest
UpdateAppConfigResponse
DeleteAppConfigRequest
DeleteAppConfigResponse
ListAppConfigRequest
ListAppConfigsResponse
Environment
CreateEnvironmentRequest
CreateEnvironmentResponse
ReadEnvironmentRequest
ReadEnvironmentResponse
UpdateEnvironmentRequest
UpdateEnvironmentResponse
DeleteEnvironmentRequest
DeleteEnvironmentResponse
ListEnvironmentRequest
ListEnvironmentsResponse
Application
CreateApplicationRequest
CreateApplicationResponse
ReadApplicationRequest
ReadApplicationResponse
UpdateApplicationRequest
UpdateApplicationResponse
DeleteApplicationRequest
DeleteApplicationResponse
ListApplicationRequest
ListApplicationsResponse
AppVersion
CreateAppVersionRequest
CreateAppVersionResponse
ReadAppVersionRequest
ReadAppVersionResponse
UpdateAppVersionRequest
UpdateAppVersionResponse
DeleteAppVersionRequest
DeleteAppVersionResponse
ListAppVersionRequest
ListAppVersionsResponse
ApplicationInstance
CreateApplicationInstanceRequest
CreateApplicationInstanceResponse
ReadApplicationInstanceRequest
ReadApplicationInstanceResponse
UpdateApplicationInstanceRequest
UpdateApplicationInstanceResponse
DeleteApplicationInstanceRequest
DeleteApplicationInstanceResponse
ListApplicationInstanceRequest
ListApplicationInstancesResponse
Vault
CreateVaultRequest
CreateVaultResponse
ReadVaultRequest
ReadVaultResponse
UpdateVaultRequest
UpdateVaultResponse
DeleteVaultRequest
DeleteVaultResponse
ListVaultRequest
ListVaultsResponse
Secret
CreateSecretRequest
CreateSecretResponse
ReadSecretRequest
ReadSecretResponse
UpdateSecretRequest
UpdateSecretResponse
DeleteSecretRequest
DeleteSecretResponse
ListSecretRequest
ListSecretsResponse
Artifact
CreateArtifactRequest
CreateArtifactResponse
ReadArtifactRequest
ReadArtifactResponse
UpdateArtifactRequest
UpdateArtifactResponse
DeleteArtifactRequest
DeleteArtifactResponse
ListArtifactRequest
ListArtifactsResponse
KubeCluster
CreateKubeClusterRequest
CreateKubeClusterResponse
ReadKubeClusterRequest
ReadKubeClusterResponse
UpdateKubeClusterRequest
UpdateKubeClusterResponse
DeleteKubeClusterRequest
DeleteKubeClusterResponse
ListKubeClusterRequest
ListKubeClustersResponse
Deployment
CreateDeploymentRequest
CreateDeploymentResponse
ReadDeploymentRequest
ReadDeploymentResponse
UpdateDeploymentRequest
UpdateDeploymentResponse
DeleteDeploymentRequest
DeleteDeploymentResponse
ListDeploymentRequest
ListDeploymentsResponse
ManifestCreateRequest
ManifestCreateResponse
ManifestConfigCreateRequest
ManifestConfigCreateResponse

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var CmdbMethodsRequireFieldSelectionValidation = map[string][]string{
	"/api.cmdb.CloudProviders/Read": {
		"id",
		"name",
		"description",
		"provider",
		"account",
		"regions.id",
		"regions.name",
		"regions.description",
		"regions.cloud_provider_id",
		"regions",
	},
	"/api.cmdb.CloudProviders/List": {
		"id",
		"name",
		"description",
		"provider",
		"account",
		"regions.id",
		"regions.name",
		"regions.description",
		"regions.cloud_provider_id",
		"regions",
	},
	"/api.cmdb.Regions/Read": {
		"id",
		"name",
		"description",
		"networks.id",
		"networks.name",
		"networks.description",
		"networks.region_id",
		"networks",
		"cloud_provider_id",
	},
	"/api.cmdb.Regions/List": {
		"id",
		"name",
		"description",
		"networks.id",
		"networks.name",
		"networks.description",
		"networks.region_id",
		"networks",
		"cloud_provider_id",
	},
	"/api.cmdb.Networks/Read": {
		"id",
		"name",
		"description",
		"region_id",
	},
	"/api.cmdb.Networks/List": {
		"id",
		"name",
		"description",
		"region_id",
	},
	"/api.cmdb.Lifecycles/Read": {
		"id",
		"name",
		"description",
		"config_yaml",
		"environments.id",
		"environments.name",
		"environments.description",
		"environments.config_yaml",
		"environments.lifecycle_id",
		"environments",
		"lifecycles.id",
		"lifecycles.name",
		"lifecycles.description",
		"lifecycles.config_yaml",
		"lifecycles.lifecycle_id",
		"lifecycles",
		"app_config.id",
		"app_config.name",
		"app_config.description",
		"app_config.config_yaml",
		"app_config.application_id",
		"app_config.lifecycle_id",
		"app_config.environment_id",
		"app_config",
		"app_version.id",
		"app_version.name",
		"app_version.description",
		"app_version.chart_version_id",
		"app_version.application_id",
		"app_version.lifecycle_id",
		"app_version",
		"lifecycle_id",
	},
	"/api.cmdb.Lifecycles/List": {
		"id",
		"name",
		"description",
		"config_yaml",
		"environments.id",
		"environments.name",
		"environments.description",
		"environments.config_yaml",
		"environments.lifecycle_id",
		"environments",
		"lifecycles.id",
		"lifecycles.name",
		"lifecycles.description",
		"lifecycles.config_yaml",
		"lifecycles.lifecycle_id",
		"lifecycles",
		"app_config.id",
		"app_config.name",
		"app_config.description",
		"app_config.config_yaml",
		"app_config.application_id",
		"app_config.lifecycle_id",
		"app_config.environment_id",
		"app_config",
		"app_version.id",
		"app_version.name",
		"app_version.description",
		"app_version.chart_version_id",
		"app_version.application_id",
		"app_version.lifecycle_id",
		"app_version",
		"lifecycle_id",
	},
	"/api.cmdb.ChartVersions/Read": {
		"id",
		"name",
		"description",
		"repo",
		"version",
		"application_id",
	},
	"/api.cmdb.ChartVersions/List": {
		"id",
		"name",
		"description",
		"repo",
		"version",
		"application_id",
	},
	"/api.cmdb.AppConfigs/Read": {
		"id",
		"name",
		"description",
		"config_yaml",
		"application_id",
		"lifecycle_id",
		"environment_id",
	},
	"/api.cmdb.AppConfigs/List": {
		"id",
		"name",
		"description",
		"config_yaml",
		"application_id",
		"lifecycle_id",
		"environment_id",
	},
	"/api.cmdb.Environments/Read": {
		"id",
		"name",
		"description",
		"config_yaml",
		"application_instances.id",
		"application_instances.name",
		"application_instances.description",
		"application_instances.enable",
		"application_instances.config_yaml",
		"application_instances.chart_version_id",
		"application_instances.environment_id",
		"application_instances.application_id",
		"application_instances.app_version_id",
		"application_instances",
		"app_config.id",
		"app_config.name",
		"app_config.description",
		"app_config.config_yaml",
		"app_config.application_id",
		"app_config.lifecycle_id",
		"app_config.environment_id",
		"app_config",
		"lifecycle_id",
	},
	"/api.cmdb.Environments/List": {
		"id",
		"name",
		"description",
		"config_yaml",
		"application_instances.id",
		"application_instances.name",
		"application_instances.description",
		"application_instances.enable",
		"application_instances.config_yaml",
		"application_instances.chart_version_id",
		"application_instances.environment_id",
		"application_instances.application_id",
		"application_instances.app_version_id",
		"application_instances",
		"app_config.id",
		"app_config.name",
		"app_config.description",
		"app_config.config_yaml",
		"app_config.application_id",
		"app_config.lifecycle_id",
		"app_config.environment_id",
		"app_config",
		"lifecycle_id",
	},
	"/api.cmdb.Applications/Read": {
		"id",
		"name",
		"description",
		"chart",
		"repo",
		"ticket_link",
		"config_yaml",
	},
	"/api.cmdb.Applications/List": {
		"id",
		"name",
		"description",
		"chart",
		"repo",
		"ticket_link",
		"config_yaml",
	},
	"/api.cmdb.AppVersions/Read": {
		"id",
		"name",
		"description",
		"chart_version.id",
		"chart_version.name",
		"chart_version.description",
		"chart_version.repo",
		"chart_version.version",
		"chart_version.application_id",
		"chart_version",
		"chart_version_id",
		"application_id",
		"lifecycle_id",
	},
	"/api.cmdb.AppVersions/List": {
		"id",
		"name",
		"description",
		"chart_version.id",
		"chart_version.name",
		"chart_version.description",
		"chart_version.repo",
		"chart_version.version",
		"chart_version.application_id",
		"chart_version",
		"chart_version_id",
		"application_id",
		"lifecycle_id",
	},
	"/api.cmdb.ApplicationInstances/Read": {
		"id",
		"name",
		"description",
		"enable",
		"deployment.id",
		"deployment.name",
		"deployment.description",
		"deployment.artifact_id",
		"deployment.kube_cluster_id",
		"deployment.application_instance_id",
		"deployment",
		"config_yaml",
		"chart_version.id",
		"chart_version.name",
		"chart_version.description",
		"chart_version.repo",
		"chart_version.version",
		"chart_version.application_id",
		"chart_version",
		"chart_version_id",
		"environment_id",
		"application_id",
		"app_version_id",
	},
	"/api.cmdb.ApplicationInstances/List": {
		"id",
		"name",
		"description",
		"enable",
		"deployment.id",
		"deployment.name",
		"deployment.description",
		"deployment.artifact_id",
		"deployment.kube_cluster_id",
		"deployment.application_instance_id",
		"deployment",
		"config_yaml",
		"chart_version.id",
		"chart_version.name",
		"chart_version.description",
		"chart_version.repo",
		"chart_version.version",
		"chart_version.application_id",
		"chart_version",
		"chart_version_id",
		"environment_id",
		"application_id",
		"app_version_id",
	},
	"/api.cmdb.Vaults/Read": {
		"id",
		"name",
		"description",
		"secrets.id",
		"secrets.name",
		"secrets.description",
		"secrets.path",
		"secrets.type",
		"secrets.key",
		"secrets.vault_id",
		"secrets",
	},
	"/api.cmdb.Vaults/List": {
		"id",
		"name",
		"description",
		"secrets.id",
		"secrets.name",
		"secrets.description",
		"secrets.path",
		"secrets.type",
		"secrets.key",
		"secrets.vault_id",
		"secrets",
	},
	"/api.cmdb.Secrets/Read": {
		"id",
		"name",
		"description",
		"path",
		"type",
		"key",
		"vault_id",
	},
	"/api.cmdb.Secrets/List": {
		"id",
		"name",
		"description",
		"path",
		"type",
		"key",
		"vault_id",
	},
	"/api.cmdb.Artifacts/Read": {
		"id",
		"name",
		"description",
		"repo",
		"commit",
		"chart_version_id",
	},
	"/api.cmdb.Artifacts/List": {
		"id",
		"name",
		"description",
		"repo",
		"commit",
		"chart_version_id",
	},
	"/api.cmdb.KubeClusters/Read": {
		"id",
		"name",
		"description",
		"network_id",
	},
	"/api.cmdb.KubeClusters/List": {
		"id",
		"name",
		"description",
		"network_id",
	},
	"/api.cmdb.Deployments/Read": {
		"id",
		"name",
		"description",
		"artifact.id",
		"artifact.name",
		"artifact.description",
		"artifact.repo",
		"artifact.commit",
		"artifact.chart_version_id",
		"artifact",
		"artifact_id",
		"kube_cluster.id",
		"kube_cluster.name",
		"kube_cluster.description",
		"kube_cluster.network_id",
		"kube_cluster",
		"kube_cluster_id",
		"application_instance_id",
	},
	"/api.cmdb.Deployments/List": {
		"id",
		"name",
		"description",
		"artifact.id",
		"artifact.name",
		"artifact.description",
		"artifact.repo",
		"artifact.commit",
		"artifact.chart_version_id",
		"artifact",
		"artifact_id",
		"kube_cluster.id",
		"kube_cluster.name",
		"kube_cluster.description",
		"kube_cluster.network_id",
		"kube_cluster",
		"kube_cluster_id",
		"application_instance_id",
	},
}
View Source
var CmdbMethodsRequireFilteringValidation = map[string]map[string]options.FilteringOption{
	"/api.cmdb.CloudProviders/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"provider":    options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"account":     options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"regions":     options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
	},
	"/api.cmdb.Regions/List": map[string]options.FilteringOption{
		"id":                options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":              options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":       options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"networks":          options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"cloud_provider_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.Networks/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"region_id":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.Lifecycles/List": map[string]options.FilteringOption{
		"id":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":         options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":  options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"config_yaml":  options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"environments": options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"lifecycles":   options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"app_config":   options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"app_version":  options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"lifecycle_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.ChartVersions/List": map[string]options.FilteringOption{
		"id":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":    options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"repo":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"version":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"application_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.AppConfigs/List": map[string]options.FilteringOption{
		"id":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":    options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"config_yaml":    options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"application_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"lifecycle_id":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"environment_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.Environments/List": map[string]options.FilteringOption{
		"id":                    options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":                  options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"config_yaml":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"application_instances": options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"app_config":            options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"lifecycle_id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.Applications/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"chart":       options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"repo":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"ticket_link": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"config_yaml": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.AppVersions/List": map[string]options.FilteringOption{
		"id":               options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"chart_version":    options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"chart_version_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"application_id":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"lifecycle_id":     options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.ApplicationInstances/List": map[string]options.FilteringOption{
		"id":               options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"enable":           options.FilteringOption{ValueType: options.QueryValidate_BOOL},
		"deployment":       options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"config_yaml":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"chart_version":    options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"chart_version_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"environment_id":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"application_id":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"app_version_id":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.Vaults/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"secrets":     options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
	},
	"/api.cmdb.Secrets/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"path":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"type":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"key":         options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"vault_id":    options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.Artifacts/List": map[string]options.FilteringOption{
		"id":               options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"repo":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"commit":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"chart_version_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.KubeClusters/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"network_id":  options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.cmdb.Deployments/List": map[string]options.FilteringOption{
		"id":                      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":                    options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"artifact":                options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"artifact_id":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"kube_cluster":            options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"kube_cluster_id":         options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"application_instance_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
}
View Source
var CmdbMethodsRequireSortingValidation = map[string][]string{
	"/api.cmdb.CloudProviders/List": []string{
		"id",
		"name",
		"description",
		"provider",
		"account",
	},
	"/api.cmdb.Regions/List": []string{
		"id",
		"name",
		"description",
		"cloud_provider_id",
	},
	"/api.cmdb.Networks/List": []string{
		"id",
		"name",
		"description",
		"region_id",
	},
	"/api.cmdb.Lifecycles/List": []string{
		"id",
		"name",
		"description",
		"config_yaml",
		"lifecycle_id",
	},
	"/api.cmdb.ChartVersions/List": []string{
		"id",
		"name",
		"description",
		"repo",
		"version",
		"application_id",
	},
	"/api.cmdb.AppConfigs/List": []string{
		"id",
		"name",
		"description",
		"config_yaml",
		"application_id",
		"lifecycle_id",
		"environment_id",
	},
	"/api.cmdb.Environments/List": []string{
		"id",
		"name",
		"description",
		"config_yaml",
		"lifecycle_id",
	},
	"/api.cmdb.Applications/List": []string{
		"id",
		"name",
		"description",
		"chart",
		"repo",
		"ticket_link",
		"config_yaml",
	},
	"/api.cmdb.AppVersions/List": []string{
		"id",
		"name",
		"description",
		"chart_version_id",
		"application_id",
		"lifecycle_id",
	},
	"/api.cmdb.ApplicationInstances/List": []string{
		"id",
		"name",
		"description",
		"enable",
		"config_yaml",
		"chart_version_id",
		"environment_id",
		"application_id",
		"app_version_id",
	},
	"/api.cmdb.Vaults/List": []string{
		"id",
		"name",
		"description",
	},
	"/api.cmdb.Secrets/List": []string{
		"id",
		"name",
		"description",
		"path",
		"type",
		"key",
		"vault_id",
	},
	"/api.cmdb.Artifacts/List": []string{
		"id",
		"name",
		"description",
		"repo",
		"commit",
		"chart_version_id",
	},
	"/api.cmdb.KubeClusters/List": []string{
		"id",
		"name",
		"description",
		"network_id",
	},
	"/api.cmdb.Deployments/List": []string{
		"id",
		"name",
		"description",
		"artifact_id",
		"kube_cluster_id",
		"application_instance_id",
	},
}
View Source
var Provider_name = map[int32]string{
	0: "UNKNOWN_PROVIDER",
	1: "AWS",
	2: "AZURE",
	3: "GCP",
	4: "EQUINIX",
}
View Source
var Provider_value = map[string]int32{
	"UNKNOWN_PROVIDER": 0,
	"AWS":              1,
	"AZURE":            2,
	"GCP":              3,
	"EQUINIX":          4,
}

Functions

func AtlasValidateAnnotator

func AtlasValidateAnnotator(ctx context.Context, r *http.Request) metadata.MD

AtlasValidateAnnotator parses JSON input and validates unknown fields based on 'allow_unknown_fields' options specified in proto file.

func CmdbValidateFieldSelection

func CmdbValidateFieldSelection(methodName string, s *query.FieldSelection) error

func CmdbValidateFiltering

func CmdbValidateFiltering(methodName string, f *query.Filtering) error

func CmdbValidateSorting

func CmdbValidateSorting(methodName string, s *query.Sorting) error

func DefaultDeleteAppConfig added in v0.0.15

func DefaultDeleteAppConfig(ctx context.Context, in *AppConfig, db *gorm1.DB) error

func DefaultDeleteAppConfigSet added in v0.0.15

func DefaultDeleteAppConfigSet(ctx context.Context, in []*AppConfig, db *gorm1.DB) error

func DefaultDeleteAppVersion added in v0.0.15

func DefaultDeleteAppVersion(ctx context.Context, in *AppVersion, db *gorm1.DB) error

func DefaultDeleteAppVersionSet added in v0.0.15

func DefaultDeleteAppVersionSet(ctx context.Context, in []*AppVersion, db *gorm1.DB) error

func DefaultDeleteApplication added in v0.0.6

func DefaultDeleteApplication(ctx context.Context, in *Application, db *gorm1.DB) error

func DefaultDeleteApplicationInstance added in v0.0.8

func DefaultDeleteApplicationInstance(ctx context.Context, in *ApplicationInstance, db *gorm1.DB) error

func DefaultDeleteApplicationInstanceSet added in v0.0.8

func DefaultDeleteApplicationInstanceSet(ctx context.Context, in []*ApplicationInstance, db *gorm1.DB) error

func DefaultDeleteApplicationSet added in v0.0.8

func DefaultDeleteApplicationSet(ctx context.Context, in []*Application, db *gorm1.DB) error

func DefaultDeleteArtifact added in v0.0.6

func DefaultDeleteArtifact(ctx context.Context, in *Artifact, db *gorm1.DB) error

func DefaultDeleteArtifactSet added in v0.0.8

func DefaultDeleteArtifactSet(ctx context.Context, in []*Artifact, db *gorm1.DB) error

func DefaultDeleteChartVersion added in v0.0.8

func DefaultDeleteChartVersion(ctx context.Context, in *ChartVersion, db *gorm1.DB) error

func DefaultDeleteChartVersionSet added in v0.0.8

func DefaultDeleteChartVersionSet(ctx context.Context, in []*ChartVersion, db *gorm1.DB) error

func DefaultDeleteCloudProvider added in v0.0.8

func DefaultDeleteCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) error

func DefaultDeleteCloudProviderSet added in v0.0.8

func DefaultDeleteCloudProviderSet(ctx context.Context, in []*CloudProvider, db *gorm1.DB) error

func DefaultDeleteDeployment added in v0.0.6

func DefaultDeleteDeployment(ctx context.Context, in *Deployment, db *gorm1.DB) error

func DefaultDeleteDeploymentSet added in v0.0.8

func DefaultDeleteDeploymentSet(ctx context.Context, in []*Deployment, db *gorm1.DB) error

func DefaultDeleteEnvironment added in v0.0.6

func DefaultDeleteEnvironment(ctx context.Context, in *Environment, db *gorm1.DB) error

func DefaultDeleteEnvironmentSet added in v0.0.8

func DefaultDeleteEnvironmentSet(ctx context.Context, in []*Environment, db *gorm1.DB) error

func DefaultDeleteKubeCluster added in v0.0.6

func DefaultDeleteKubeCluster(ctx context.Context, in *KubeCluster, db *gorm1.DB) error

func DefaultDeleteKubeClusterSet added in v0.0.8

func DefaultDeleteKubeClusterSet(ctx context.Context, in []*KubeCluster, db *gorm1.DB) error

func DefaultDeleteLifecycle added in v0.0.15

func DefaultDeleteLifecycle(ctx context.Context, in *Lifecycle, db *gorm1.DB) error

func DefaultDeleteLifecycleSet added in v0.0.15

func DefaultDeleteLifecycleSet(ctx context.Context, in []*Lifecycle, db *gorm1.DB) error

func DefaultDeleteNetwork added in v0.0.27

func DefaultDeleteNetwork(ctx context.Context, in *Network, db *gorm1.DB) error

func DefaultDeleteNetworkSet added in v0.0.27

func DefaultDeleteNetworkSet(ctx context.Context, in []*Network, db *gorm1.DB) error

func DefaultDeleteRegion

func DefaultDeleteRegion(ctx context.Context, in *Region, db *gorm1.DB) error

func DefaultDeleteRegionSet added in v0.0.8

func DefaultDeleteRegionSet(ctx context.Context, in []*Region, db *gorm1.DB) error

func DefaultDeleteSecret added in v0.0.5

func DefaultDeleteSecret(ctx context.Context, in *Secret, db *gorm1.DB) error

func DefaultDeleteSecretSet added in v0.0.8

func DefaultDeleteSecretSet(ctx context.Context, in []*Secret, db *gorm1.DB) error

func DefaultDeleteVault added in v0.0.5

func DefaultDeleteVault(ctx context.Context, in *Vault, db *gorm1.DB) error

func DefaultDeleteVaultSet added in v0.0.8

func DefaultDeleteVaultSet(ctx context.Context, in []*Vault, db *gorm1.DB) error

func RegisterAppConfigsHandler added in v0.0.15

func RegisterAppConfigsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAppConfigsHandler registers the http handlers for service AppConfigs to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAppConfigsHandlerClient added in v0.0.15

func RegisterAppConfigsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AppConfigsClient) error

RegisterAppConfigsHandlerClient registers the http handlers for service AppConfigs to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AppConfigsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AppConfigsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AppConfigsClient" to call the correct interceptors.

func RegisterAppConfigsHandlerFromEndpoint added in v0.0.15

func RegisterAppConfigsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAppConfigsHandlerFromEndpoint is same as RegisterAppConfigsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAppConfigsHandlerServer added in v0.0.28

func RegisterAppConfigsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AppConfigsServer) error

RegisterAppConfigsHandlerServer registers the http handlers for service AppConfigs to "mux". UnaryRPC :call AppConfigsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAppConfigsHandlerFromEndpoint instead.

func RegisterAppConfigsServer added in v0.0.15

func RegisterAppConfigsServer(s *grpc.Server, srv AppConfigsServer)

func RegisterAppVersionsHandler added in v0.0.15

func RegisterAppVersionsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAppVersionsHandler registers the http handlers for service AppVersions to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAppVersionsHandlerClient added in v0.0.15

func RegisterAppVersionsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AppVersionsClient) error

RegisterAppVersionsHandlerClient registers the http handlers for service AppVersions to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AppVersionsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AppVersionsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AppVersionsClient" to call the correct interceptors.

func RegisterAppVersionsHandlerFromEndpoint added in v0.0.15

func RegisterAppVersionsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAppVersionsHandlerFromEndpoint is same as RegisterAppVersionsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAppVersionsHandlerServer added in v0.0.28

func RegisterAppVersionsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AppVersionsServer) error

RegisterAppVersionsHandlerServer registers the http handlers for service AppVersions to "mux". UnaryRPC :call AppVersionsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAppVersionsHandlerFromEndpoint instead.

func RegisterAppVersionsServer added in v0.0.15

func RegisterAppVersionsServer(s *grpc.Server, srv AppVersionsServer)

func RegisterApplicationInstancesHandler added in v0.0.8

func RegisterApplicationInstancesHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterApplicationInstancesHandler registers the http handlers for service ApplicationInstances to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterApplicationInstancesHandlerClient added in v0.0.8

func RegisterApplicationInstancesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationInstancesClient) error

RegisterApplicationInstancesHandlerClient registers the http handlers for service ApplicationInstances to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApplicationInstancesClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApplicationInstancesClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApplicationInstancesClient" to call the correct interceptors.

func RegisterApplicationInstancesHandlerFromEndpoint added in v0.0.8

func RegisterApplicationInstancesHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterApplicationInstancesHandlerFromEndpoint is same as RegisterApplicationInstancesHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterApplicationInstancesHandlerServer added in v0.0.28

func RegisterApplicationInstancesHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationInstancesServer) error

RegisterApplicationInstancesHandlerServer registers the http handlers for service ApplicationInstances to "mux". UnaryRPC :call ApplicationInstancesServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApplicationInstancesHandlerFromEndpoint instead.

func RegisterApplicationInstancesServer added in v0.0.8

func RegisterApplicationInstancesServer(s *grpc.Server, srv ApplicationInstancesServer)

func RegisterApplicationsHandler added in v0.0.6

func RegisterApplicationsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterApplicationsHandler registers the http handlers for service Applications to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterApplicationsHandlerClient added in v0.0.6

func RegisterApplicationsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationsClient) error

RegisterApplicationsHandlerClient registers the http handlers for service Applications to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApplicationsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApplicationsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApplicationsClient" to call the correct interceptors.

func RegisterApplicationsHandlerFromEndpoint added in v0.0.6

func RegisterApplicationsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterApplicationsHandlerFromEndpoint is same as RegisterApplicationsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterApplicationsHandlerServer added in v0.0.28

func RegisterApplicationsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationsServer) error

RegisterApplicationsHandlerServer registers the http handlers for service Applications to "mux". UnaryRPC :call ApplicationsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApplicationsHandlerFromEndpoint instead.

func RegisterApplicationsServer added in v0.0.6

func RegisterApplicationsServer(s *grpc.Server, srv ApplicationsServer)

func RegisterArtifactsHandler added in v0.0.6

func RegisterArtifactsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterArtifactsHandler registers the http handlers for service Artifacts to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterArtifactsHandlerClient added in v0.0.6

func RegisterArtifactsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ArtifactsClient) error

RegisterArtifactsHandlerClient registers the http handlers for service Artifacts to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ArtifactsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ArtifactsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ArtifactsClient" to call the correct interceptors.

func RegisterArtifactsHandlerFromEndpoint added in v0.0.6

func RegisterArtifactsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterArtifactsHandlerFromEndpoint is same as RegisterArtifactsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterArtifactsHandlerServer added in v0.0.28

func RegisterArtifactsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ArtifactsServer) error

RegisterArtifactsHandlerServer registers the http handlers for service Artifacts to "mux". UnaryRPC :call ArtifactsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterArtifactsHandlerFromEndpoint instead.

func RegisterArtifactsServer added in v0.0.6

func RegisterArtifactsServer(s *grpc.Server, srv ArtifactsServer)

func RegisterChartVersionsHandler added in v0.0.8

func RegisterChartVersionsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterChartVersionsHandler registers the http handlers for service ChartVersions to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterChartVersionsHandlerClient added in v0.0.8

func RegisterChartVersionsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ChartVersionsClient) error

RegisterChartVersionsHandlerClient registers the http handlers for service ChartVersions to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ChartVersionsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ChartVersionsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ChartVersionsClient" to call the correct interceptors.

func RegisterChartVersionsHandlerFromEndpoint added in v0.0.8

func RegisterChartVersionsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterChartVersionsHandlerFromEndpoint is same as RegisterChartVersionsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterChartVersionsHandlerServer added in v0.0.28

func RegisterChartVersionsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ChartVersionsServer) error

RegisterChartVersionsHandlerServer registers the http handlers for service ChartVersions to "mux". UnaryRPC :call ChartVersionsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterChartVersionsHandlerFromEndpoint instead.

func RegisterChartVersionsServer added in v0.0.8

func RegisterChartVersionsServer(s *grpc.Server, srv ChartVersionsServer)

func RegisterCloudProvidersHandler added in v0.0.8

func RegisterCloudProvidersHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCloudProvidersHandler registers the http handlers for service CloudProviders to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCloudProvidersHandlerClient added in v0.0.8

func RegisterCloudProvidersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CloudProvidersClient) error

RegisterCloudProvidersHandlerClient registers the http handlers for service CloudProviders to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CloudProvidersClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CloudProvidersClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CloudProvidersClient" to call the correct interceptors.

func RegisterCloudProvidersHandlerFromEndpoint added in v0.0.8

func RegisterCloudProvidersHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCloudProvidersHandlerFromEndpoint is same as RegisterCloudProvidersHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCloudProvidersHandlerServer added in v0.0.28

func RegisterCloudProvidersHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CloudProvidersServer) error

RegisterCloudProvidersHandlerServer registers the http handlers for service CloudProviders to "mux". UnaryRPC :call CloudProvidersServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCloudProvidersHandlerFromEndpoint instead.

func RegisterCloudProvidersServer added in v0.0.8

func RegisterCloudProvidersServer(s *grpc.Server, srv CloudProvidersServer)

func RegisterCmdbHandler

func RegisterCmdbHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCmdbHandler registers the http handlers for service Cmdb to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCmdbHandlerClient

func RegisterCmdbHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CmdbClient) error

RegisterCmdbHandlerClient registers the http handlers for service Cmdb to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CmdbClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CmdbClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CmdbClient" to call the correct interceptors.

func RegisterCmdbHandlerFromEndpoint

func RegisterCmdbHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCmdbHandlerFromEndpoint is same as RegisterCmdbHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCmdbHandlerServer added in v0.0.28

func RegisterCmdbHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CmdbServer) error

RegisterCmdbHandlerServer registers the http handlers for service Cmdb to "mux". UnaryRPC :call CmdbServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCmdbHandlerFromEndpoint instead.

func RegisterCmdbServer

func RegisterCmdbServer(s *grpc.Server, srv CmdbServer)

func RegisterDeploymentsHandler added in v0.0.6

func RegisterDeploymentsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDeploymentsHandler registers the http handlers for service Deployments to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDeploymentsHandlerClient added in v0.0.6

func RegisterDeploymentsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DeploymentsClient) error

RegisterDeploymentsHandlerClient registers the http handlers for service Deployments to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DeploymentsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DeploymentsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DeploymentsClient" to call the correct interceptors.

func RegisterDeploymentsHandlerFromEndpoint added in v0.0.6

func RegisterDeploymentsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDeploymentsHandlerFromEndpoint is same as RegisterDeploymentsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDeploymentsHandlerServer added in v0.0.28

func RegisterDeploymentsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DeploymentsServer) error

RegisterDeploymentsHandlerServer registers the http handlers for service Deployments to "mux". UnaryRPC :call DeploymentsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDeploymentsHandlerFromEndpoint instead.

func RegisterDeploymentsServer added in v0.0.6

func RegisterDeploymentsServer(s *grpc.Server, srv DeploymentsServer)

func RegisterEnvironmentsHandler added in v0.0.6

func RegisterEnvironmentsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterEnvironmentsHandler registers the http handlers for service Environments to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterEnvironmentsHandlerClient added in v0.0.6

func RegisterEnvironmentsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EnvironmentsClient) error

RegisterEnvironmentsHandlerClient registers the http handlers for service Environments to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "EnvironmentsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "EnvironmentsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "EnvironmentsClient" to call the correct interceptors.

func RegisterEnvironmentsHandlerFromEndpoint added in v0.0.6

func RegisterEnvironmentsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterEnvironmentsHandlerFromEndpoint is same as RegisterEnvironmentsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterEnvironmentsHandlerServer added in v0.0.28

func RegisterEnvironmentsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server EnvironmentsServer) error

RegisterEnvironmentsHandlerServer registers the http handlers for service Environments to "mux". UnaryRPC :call EnvironmentsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterEnvironmentsHandlerFromEndpoint instead.

func RegisterEnvironmentsServer added in v0.0.6

func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)

func RegisterKubeClustersHandler added in v0.0.6

func RegisterKubeClustersHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterKubeClustersHandler registers the http handlers for service KubeClusters to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterKubeClustersHandlerClient added in v0.0.6

func RegisterKubeClustersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client KubeClustersClient) error

RegisterKubeClustersHandlerClient registers the http handlers for service KubeClusters to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "KubeClustersClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "KubeClustersClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "KubeClustersClient" to call the correct interceptors.

func RegisterKubeClustersHandlerFromEndpoint added in v0.0.6

func RegisterKubeClustersHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterKubeClustersHandlerFromEndpoint is same as RegisterKubeClustersHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterKubeClustersHandlerServer added in v0.0.28

func RegisterKubeClustersHandlerServer(ctx context.Context, mux *runtime.ServeMux, server KubeClustersServer) error

RegisterKubeClustersHandlerServer registers the http handlers for service KubeClusters to "mux". UnaryRPC :call KubeClustersServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterKubeClustersHandlerFromEndpoint instead.

func RegisterKubeClustersServer added in v0.0.6

func RegisterKubeClustersServer(s *grpc.Server, srv KubeClustersServer)

func RegisterLifecyclesHandler added in v0.0.15

func RegisterLifecyclesHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterLifecyclesHandler registers the http handlers for service Lifecycles to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterLifecyclesHandlerClient added in v0.0.15

func RegisterLifecyclesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client LifecyclesClient) error

RegisterLifecyclesHandlerClient registers the http handlers for service Lifecycles to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "LifecyclesClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "LifecyclesClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "LifecyclesClient" to call the correct interceptors.

func RegisterLifecyclesHandlerFromEndpoint added in v0.0.15

func RegisterLifecyclesHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterLifecyclesHandlerFromEndpoint is same as RegisterLifecyclesHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterLifecyclesHandlerServer added in v0.0.28

func RegisterLifecyclesHandlerServer(ctx context.Context, mux *runtime.ServeMux, server LifecyclesServer) error

RegisterLifecyclesHandlerServer registers the http handlers for service Lifecycles to "mux". UnaryRPC :call LifecyclesServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterLifecyclesHandlerFromEndpoint instead.

func RegisterLifecyclesServer added in v0.0.15

func RegisterLifecyclesServer(s *grpc.Server, srv LifecyclesServer)

func RegisterManifestHandler added in v0.0.31

func RegisterManifestHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterManifestHandler registers the http handlers for service Manifest to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterManifestHandlerClient added in v0.0.31

func RegisterManifestHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ManifestClient) error

RegisterManifestHandlerClient registers the http handlers for service Manifest to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ManifestClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ManifestClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ManifestClient" to call the correct interceptors.

func RegisterManifestHandlerFromEndpoint added in v0.0.31

func RegisterManifestHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterManifestHandlerFromEndpoint is same as RegisterManifestHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterManifestHandlerServer added in v0.0.31

func RegisterManifestHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ManifestServer) error

RegisterManifestHandlerServer registers the http handlers for service Manifest to "mux". UnaryRPC :call ManifestServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterManifestHandlerFromEndpoint instead.

func RegisterManifestServer added in v0.0.31

func RegisterManifestServer(s *grpc.Server, srv ManifestServer)

func RegisterNetworksHandler added in v0.0.27

func RegisterNetworksHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterNetworksHandler registers the http handlers for service Networks to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterNetworksHandlerClient added in v0.0.27

func RegisterNetworksHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NetworksClient) error

RegisterNetworksHandlerClient registers the http handlers for service Networks to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "NetworksClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "NetworksClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "NetworksClient" to call the correct interceptors.

func RegisterNetworksHandlerFromEndpoint added in v0.0.27

func RegisterNetworksHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterNetworksHandlerFromEndpoint is same as RegisterNetworksHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterNetworksHandlerServer added in v0.0.28

func RegisterNetworksHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NetworksServer) error

RegisterNetworksHandlerServer registers the http handlers for service Networks to "mux". UnaryRPC :call NetworksServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterNetworksHandlerFromEndpoint instead.

func RegisterNetworksServer added in v0.0.27

func RegisterNetworksServer(s *grpc.Server, srv NetworksServer)

func RegisterRegionsHandler

func RegisterRegionsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRegionsHandler registers the http handlers for service Regions to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRegionsHandlerClient

func RegisterRegionsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RegionsClient) error

RegisterRegionsHandlerClient registers the http handlers for service Regions to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RegionsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RegionsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RegionsClient" to call the correct interceptors.

func RegisterRegionsHandlerFromEndpoint

func RegisterRegionsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRegionsHandlerFromEndpoint is same as RegisterRegionsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRegionsHandlerServer added in v0.0.28

func RegisterRegionsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RegionsServer) error

RegisterRegionsHandlerServer registers the http handlers for service Regions to "mux". UnaryRPC :call RegionsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRegionsHandlerFromEndpoint instead.

func RegisterRegionsServer

func RegisterRegionsServer(s *grpc.Server, srv RegionsServer)

func RegisterSecretsHandler added in v0.0.5

func RegisterSecretsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSecretsHandler registers the http handlers for service Secrets to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSecretsHandlerClient added in v0.0.5

func RegisterSecretsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SecretsClient) error

RegisterSecretsHandlerClient registers the http handlers for service Secrets to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SecretsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SecretsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SecretsClient" to call the correct interceptors.

func RegisterSecretsHandlerFromEndpoint added in v0.0.5

func RegisterSecretsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSecretsHandlerFromEndpoint is same as RegisterSecretsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSecretsHandlerServer added in v0.0.28

func RegisterSecretsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SecretsServer) error

RegisterSecretsHandlerServer registers the http handlers for service Secrets to "mux". UnaryRPC :call SecretsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSecretsHandlerFromEndpoint instead.

func RegisterSecretsServer added in v0.0.5

func RegisterSecretsServer(s *grpc.Server, srv SecretsServer)

func RegisterVaultsHandler added in v0.0.5

func RegisterVaultsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterVaultsHandler registers the http handlers for service Vaults to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterVaultsHandlerClient added in v0.0.5

func RegisterVaultsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client VaultsClient) error

RegisterVaultsHandlerClient registers the http handlers for service Vaults to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "VaultsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "VaultsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "VaultsClient" to call the correct interceptors.

func RegisterVaultsHandlerFromEndpoint added in v0.0.5

func RegisterVaultsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterVaultsHandlerFromEndpoint is same as RegisterVaultsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterVaultsHandlerServer added in v0.0.28

func RegisterVaultsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server VaultsServer) error

RegisterVaultsHandlerServer registers the http handlers for service Vaults to "mux". UnaryRPC :call VaultsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterVaultsHandlerFromEndpoint instead.

func RegisterVaultsServer added in v0.0.5

func RegisterVaultsServer(s *grpc.Server, srv VaultsServer)

Types

type AppConfig added in v0.0.15

type AppConfig struct {
	// The AppConfig identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the AppConfig
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the AppConfig
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The custom configuration
	ConfigYaml string `protobuf:"bytes,4,opt,name=config_yaml,json=configYaml,proto3" json:"config_yaml,omitempty"`
	// Reference to Application
	ApplicationId *resource.Identifier `protobuf:"bytes,5,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// Reference to Lifecycle
	LifecycleId *resource.Identifier `protobuf:"bytes,6,opt,name=lifecycle_id,json=lifecycleId,proto3" json:"lifecycle_id,omitempty"`
	// Reference to Environment
	EnvironmentId        *resource.Identifier `protobuf:"bytes,7,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------------ AppConfig represents a custom configuration for Application ------------------------------------------------------------

func DefaultApplyFieldMaskAppConfig added in v0.0.15

func DefaultApplyFieldMaskAppConfig(ctx context.Context, patchee *AppConfig, patcher *AppConfig, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*AppConfig, error)

DefaultApplyFieldMaskAppConfig patches an pbObject with patcher according to a field mask.

func DefaultCreateAppConfig added in v0.0.15

func DefaultCreateAppConfig(ctx context.Context, in *AppConfig, db *gorm1.DB) (*AppConfig, error)

DefaultCreateAppConfig executes a basic gorm create call

func DefaultListAppConfig added in v0.0.15

func DefaultListAppConfig(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*AppConfig, error)

DefaultListAppConfig executes a gorm list call

func DefaultPatchAppConfig added in v0.0.15

func DefaultPatchAppConfig(ctx context.Context, in *AppConfig, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*AppConfig, error)

DefaultPatchAppConfig executes a basic gorm update call with patch behavior

func DefaultPatchSetAppConfig added in v0.0.15

func DefaultPatchSetAppConfig(ctx context.Context, objects []*AppConfig, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*AppConfig, error)

DefaultPatchSetAppConfig executes a bulk gorm update call with patch behavior

func DefaultReadAppConfig added in v0.0.15

func DefaultReadAppConfig(ctx context.Context, in *AppConfig, db *gorm1.DB, fs *query1.FieldSelection) (*AppConfig, error)

DefaultReadAppConfig executes a basic gorm read call

func DefaultStrictUpdateAppConfig added in v0.0.15

func DefaultStrictUpdateAppConfig(ctx context.Context, in *AppConfig, db *gorm1.DB) (*AppConfig, error)

DefaultStrictUpdateAppConfig clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*AppConfig) AtlasValidateJSON added in v0.0.15

func (_ *AppConfig) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object AppConfig.

func (*AppConfig) Descriptor added in v0.0.15

func (*AppConfig) Descriptor() ([]byte, []int)

func (*AppConfig) GetApplicationId added in v0.0.15

func (m *AppConfig) GetApplicationId() *resource.Identifier

func (*AppConfig) GetConfigYaml added in v0.0.15

func (m *AppConfig) GetConfigYaml() string

func (*AppConfig) GetDescription added in v0.0.15

func (m *AppConfig) GetDescription() string

func (*AppConfig) GetEnvironmentId added in v0.0.21

func (m *AppConfig) GetEnvironmentId() *resource.Identifier

func (*AppConfig) GetId added in v0.0.15

func (m *AppConfig) GetId() *resource.Identifier

func (*AppConfig) GetLifecycleId added in v0.0.15

func (m *AppConfig) GetLifecycleId() *resource.Identifier

func (*AppConfig) GetName added in v0.0.15

func (m *AppConfig) GetName() string

func (*AppConfig) ProtoMessage added in v0.0.15

func (*AppConfig) ProtoMessage()

func (*AppConfig) Reset added in v0.0.15

func (m *AppConfig) Reset()

func (*AppConfig) String added in v0.0.15

func (m *AppConfig) String() string

func (*AppConfig) ToORM added in v0.0.15

func (m *AppConfig) ToORM(ctx context.Context) (AppConfigORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*AppConfig) Validate added in v0.0.15

func (m *AppConfig) Validate() error

Validate checks the field values on AppConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*AppConfig) XXX_DiscardUnknown added in v0.0.15

func (m *AppConfig) XXX_DiscardUnknown()

func (*AppConfig) XXX_Marshal added in v0.0.15

func (m *AppConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppConfig) XXX_Merge added in v0.0.15

func (m *AppConfig) XXX_Merge(src proto.Message)

func (*AppConfig) XXX_Size added in v0.0.15

func (m *AppConfig) XXX_Size() int

func (*AppConfig) XXX_Unmarshal added in v0.0.15

func (m *AppConfig) XXX_Unmarshal(b []byte) error

type AppConfigORM added in v0.0.15

type AppConfigORM struct {
	AccountID     string
	ApplicationId *string `gorm:"type:UUID"`
	ConfigYaml    string
	Description   string
	EnvironmentId *string `gorm:"type:UUID"`
	Id            string  `gorm:"type:UUID;primary_key"`
	LifecycleId   *string `gorm:"type:UUID"`
	Name          string
}

func (AppConfigORM) BeforeSave added in v0.0.27

func (pOrm AppConfigORM) BeforeSave(scope *gorm.Scope) error

func (AppConfigORM) TableName added in v0.0.15

func (AppConfigORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*AppConfigORM) ToPB added in v0.0.15

func (m *AppConfigORM) ToPB(ctx context.Context) (AppConfig, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type AppConfigORMWithAfterCreate_ added in v0.0.15

type AppConfigORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type AppConfigORMWithAfterDeleteSet added in v0.0.15

type AppConfigORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*AppConfig, *gorm1.DB) error
}

type AppConfigORMWithAfterDelete_ added in v0.0.15

type AppConfigORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type AppConfigORMWithAfterListFind added in v0.0.15

type AppConfigORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]AppConfigORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type AppConfigORMWithAfterReadFind added in v0.0.15

type AppConfigORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type AppConfigORMWithAfterStrictUpdateSave added in v0.0.15

type AppConfigORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type AppConfigORMWithBeforeCreate_ added in v0.0.15

type AppConfigORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AppConfigORMWithBeforeDeleteSet added in v0.0.15

type AppConfigORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*AppConfig, *gorm1.DB) (*gorm1.DB, error)
}

type AppConfigORMWithBeforeDelete_ added in v0.0.15

type AppConfigORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AppConfigORMWithBeforeListApplyQuery added in v0.0.15

type AppConfigORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type AppConfigORMWithBeforeListFind added in v0.0.15

type AppConfigORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type AppConfigORMWithBeforeReadApplyQuery added in v0.0.15

type AppConfigORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type AppConfigORMWithBeforeReadFind added in v0.0.15

type AppConfigORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type AppConfigORMWithBeforeStrictUpdateCleanup added in v0.0.15

type AppConfigORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AppConfigORMWithBeforeStrictUpdateSave added in v0.0.15

type AppConfigORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AppConfigValidationError added in v0.0.15

type AppConfigValidationError struct {
	// contains filtered or unexported fields
}

AppConfigValidationError is the validation error returned by AppConfig.Validate if the designated constraints aren't met.

func (AppConfigValidationError) Cause added in v0.0.15

func (e AppConfigValidationError) Cause() error

Cause function returns cause value.

func (AppConfigValidationError) Error added in v0.0.15

func (e AppConfigValidationError) Error() string

Error satisfies the builtin error interface

func (AppConfigValidationError) ErrorName added in v0.0.15

func (e AppConfigValidationError) ErrorName() string

ErrorName returns error name.

func (AppConfigValidationError) Field added in v0.0.15

func (e AppConfigValidationError) Field() string

Field function returns field value.

func (AppConfigValidationError) Key added in v0.0.15

Key function returns key value.

func (AppConfigValidationError) Reason added in v0.0.15

func (e AppConfigValidationError) Reason() string

Reason function returns reason value.

type AppConfigWithAfterPatchSave added in v0.0.15

type AppConfigWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *AppConfig, *field_mask1.FieldMask, *gorm1.DB) error
}

type AppConfigWithAfterToORM added in v0.0.15

type AppConfigWithAfterToORM interface {
	AfterToORM(context.Context, *AppConfigORM) error
}

AppConfigAfterToORM called after default ToORM code

type AppConfigWithAfterToPB added in v0.0.15

type AppConfigWithAfterToPB interface {
	AfterToPB(context.Context, *AppConfig) error
}

AppConfigAfterToPB called after default ToPB code

type AppConfigWithBeforePatchApplyFieldMask added in v0.0.15

type AppConfigWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *AppConfig, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AppConfigWithBeforePatchRead added in v0.0.15

type AppConfigWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *AppConfig, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AppConfigWithBeforePatchSave added in v0.0.15

type AppConfigWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *AppConfig, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AppConfigWithBeforeToORM added in v0.0.15

type AppConfigWithBeforeToORM interface {
	BeforeToORM(context.Context, *AppConfigORM) error
}

AppConfigBeforeToORM called before default ToORM code

type AppConfigWithBeforeToPB added in v0.0.15

type AppConfigWithBeforeToPB interface {
	BeforeToPB(context.Context, *AppConfig) error
}

AppConfigBeforeToPB called before default ToPB code

type AppConfigsAppConfigWithAfterCreate added in v0.0.15

type AppConfigsAppConfigWithAfterCreate interface {
	AfterCreate(context.Context, *CreateAppConfigResponse, *gorm1.DB) error
}

AppConfigsAppConfigWithAfterCreate called before DefaultCreateAppConfig in the default Create handler

type AppConfigsAppConfigWithAfterDelete added in v0.0.15

type AppConfigsAppConfigWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteAppConfigResponse, *gorm1.DB) error
}

AppConfigsAppConfigWithAfterDelete called before DefaultDeleteAppConfig in the default Delete handler

type AppConfigsAppConfigWithAfterList added in v0.0.15

type AppConfigsAppConfigWithAfterList interface {
	AfterList(context.Context, *ListAppConfigsResponse, *gorm1.DB) error
}

AppConfigsAppConfigWithAfterList called before DefaultListAppConfig in the default List handler

type AppConfigsAppConfigWithAfterRead added in v0.0.15

type AppConfigsAppConfigWithAfterRead interface {
	AfterRead(context.Context, *ReadAppConfigResponse, *gorm1.DB) error
}

AppConfigsAppConfigWithAfterRead called before DefaultReadAppConfig in the default Read handler

type AppConfigsAppConfigWithAfterUpdate added in v0.0.15

type AppConfigsAppConfigWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateAppConfigResponse, *gorm1.DB) error
}

AppConfigsAppConfigWithAfterUpdate called before DefaultUpdateAppConfig in the default Update handler

type AppConfigsAppConfigWithBeforeCreate added in v0.0.15

type AppConfigsAppConfigWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppConfigsAppConfigWithBeforeCreate called before DefaultCreateAppConfig in the default Create handler

type AppConfigsAppConfigWithBeforeDelete added in v0.0.15

type AppConfigsAppConfigWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppConfigsAppConfigWithBeforeDelete called before DefaultDeleteAppConfig in the default Delete handler

type AppConfigsAppConfigWithBeforeList added in v0.0.15

type AppConfigsAppConfigWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppConfigsAppConfigWithBeforeList called before DefaultListAppConfig in the default List handler

type AppConfigsAppConfigWithBeforeRead added in v0.0.15

type AppConfigsAppConfigWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppConfigsAppConfigWithBeforeRead called before DefaultReadAppConfig in the default Read handler

type AppConfigsAppConfigWithBeforeUpdate added in v0.0.15

type AppConfigsAppConfigWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppConfigsAppConfigWithBeforeUpdate called before DefaultUpdateAppConfig in the default Update handler

type AppConfigsClient added in v0.0.15

type AppConfigsClient interface {
	// Use this method to create a AppConfig information.
	Create(ctx context.Context, in *CreateAppConfigRequest, opts ...grpc.CallOption) (*CreateAppConfigResponse, error)
	// Use this method to read a AppConfig information by identifier.
	Read(ctx context.Context, in *ReadAppConfigRequest, opts ...grpc.CallOption) (*ReadAppConfigResponse, error)
	// Use this method to update a AppConfig information.
	Update(ctx context.Context, in *UpdateAppConfigRequest, opts ...grpc.CallOption) (*UpdateAppConfigResponse, error)
	// Use this method to delete a particular AppConfig.
	Delete(ctx context.Context, in *DeleteAppConfigRequest, opts ...grpc.CallOption) (*DeleteAppConfigResponse, error)
	// Use this method to retrieve all the AppConfigs.
	List(ctx context.Context, in *ListAppConfigRequest, opts ...grpc.CallOption) (*ListAppConfigsResponse, error)
}

AppConfigsClient is the client API for AppConfigs service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAppConfigsClient added in v0.0.15

func NewAppConfigsClient(cc *grpc.ClientConn) AppConfigsClient

type AppConfigsDefaultServer added in v0.0.15

type AppConfigsDefaultServer struct {
}

func (*AppConfigsDefaultServer) Create added in v0.0.15

Create ...

func (*AppConfigsDefaultServer) Delete added in v0.0.15

Delete ...

func (*AppConfigsDefaultServer) List added in v0.0.15

List ...

func (*AppConfigsDefaultServer) Read added in v0.0.15

Read ...

func (*AppConfigsDefaultServer) Update added in v0.0.15

Update ...

type AppConfigsServer added in v0.0.15

type AppConfigsServer interface {
	// Use this method to create a AppConfig information.
	Create(context.Context, *CreateAppConfigRequest) (*CreateAppConfigResponse, error)
	// Use this method to read a AppConfig information by identifier.
	Read(context.Context, *ReadAppConfigRequest) (*ReadAppConfigResponse, error)
	// Use this method to update a AppConfig information.
	Update(context.Context, *UpdateAppConfigRequest) (*UpdateAppConfigResponse, error)
	// Use this method to delete a particular AppConfig.
	Delete(context.Context, *DeleteAppConfigRequest) (*DeleteAppConfigResponse, error)
	// Use this method to retrieve all the AppConfigs.
	List(context.Context, *ListAppConfigRequest) (*ListAppConfigsResponse, error)
}

AppConfigsServer is the server API for AppConfigs service.

type AppVersion added in v0.0.15

type AppVersion struct {
	// The AppVersion identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the AppVersion
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the AppVersion
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// ChartVersion referenced
	ChartVersion *ChartVersion `protobuf:"bytes,4,opt,name=chart_version,json=chartVersion,proto3" json:"chart_version,omitempty"`
	// ChartVersion referenced by this AppVersion
	ChartVersionId *resource.Identifier `protobuf:"bytes,5,opt,name=chart_version_id,json=chartVersionId,proto3" json:"chart_version_id,omitempty"`
	// Application referenced by this AppVersion
	ApplicationId *resource.Identifier `protobuf:"bytes,6,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// Lifecycle referenced by this AppVersion
	LifecycleId          *resource.Identifier `protobuf:"bytes,7,opt,name=lifecycle_id,json=lifecycleId,proto3" json:"lifecycle_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

-------------------------------------------------------------- AppVersion represents a particular version of the Application --------------------------------------------------------------

func DefaultApplyFieldMaskAppVersion added in v0.0.15

func DefaultApplyFieldMaskAppVersion(ctx context.Context, patchee *AppVersion, patcher *AppVersion, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*AppVersion, error)

DefaultApplyFieldMaskAppVersion patches an pbObject with patcher according to a field mask.

func DefaultCreateAppVersion added in v0.0.15

func DefaultCreateAppVersion(ctx context.Context, in *AppVersion, db *gorm1.DB) (*AppVersion, error)

DefaultCreateAppVersion executes a basic gorm create call

func DefaultListAppVersion added in v0.0.15

func DefaultListAppVersion(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*AppVersion, error)

DefaultListAppVersion executes a gorm list call

func DefaultPatchAppVersion added in v0.0.15

func DefaultPatchAppVersion(ctx context.Context, in *AppVersion, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*AppVersion, error)

DefaultPatchAppVersion executes a basic gorm update call with patch behavior

func DefaultPatchSetAppVersion added in v0.0.15

func DefaultPatchSetAppVersion(ctx context.Context, objects []*AppVersion, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*AppVersion, error)

DefaultPatchSetAppVersion executes a bulk gorm update call with patch behavior

func DefaultReadAppVersion added in v0.0.15

func DefaultReadAppVersion(ctx context.Context, in *AppVersion, db *gorm1.DB, fs *query1.FieldSelection) (*AppVersion, error)

DefaultReadAppVersion executes a basic gorm read call

func DefaultStrictUpdateAppVersion added in v0.0.15

func DefaultStrictUpdateAppVersion(ctx context.Context, in *AppVersion, db *gorm1.DB) (*AppVersion, error)

DefaultStrictUpdateAppVersion clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*AppVersion) AtlasValidateJSON added in v0.0.15

func (_ *AppVersion) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object AppVersion.

func (*AppVersion) Descriptor added in v0.0.15

func (*AppVersion) Descriptor() ([]byte, []int)

func (*AppVersion) GetApplicationId added in v0.0.15

func (m *AppVersion) GetApplicationId() *resource.Identifier

func (*AppVersion) GetChartVersion added in v0.0.18

func (m *AppVersion) GetChartVersion() *ChartVersion

func (*AppVersion) GetChartVersionId added in v0.0.18

func (m *AppVersion) GetChartVersionId() *resource.Identifier

func (*AppVersion) GetDescription added in v0.0.15

func (m *AppVersion) GetDescription() string

func (*AppVersion) GetId added in v0.0.15

func (m *AppVersion) GetId() *resource.Identifier

func (*AppVersion) GetLifecycleId added in v0.0.18

func (m *AppVersion) GetLifecycleId() *resource.Identifier

func (*AppVersion) GetName added in v0.0.15

func (m *AppVersion) GetName() string

func (*AppVersion) ProtoMessage added in v0.0.15

func (*AppVersion) ProtoMessage()

func (*AppVersion) Reset added in v0.0.15

func (m *AppVersion) Reset()

func (*AppVersion) String added in v0.0.15

func (m *AppVersion) String() string

func (*AppVersion) ToORM added in v0.0.15

func (m *AppVersion) ToORM(ctx context.Context) (AppVersionORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*AppVersion) Validate added in v0.0.15

func (m *AppVersion) Validate() error

Validate checks the field values on AppVersion with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*AppVersion) XXX_DiscardUnknown added in v0.0.15

func (m *AppVersion) XXX_DiscardUnknown()

func (*AppVersion) XXX_Marshal added in v0.0.15

func (m *AppVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppVersion) XXX_Merge added in v0.0.15

func (m *AppVersion) XXX_Merge(src proto.Message)

func (*AppVersion) XXX_Size added in v0.0.15

func (m *AppVersion) XXX_Size() int

func (*AppVersion) XXX_Unmarshal added in v0.0.15

func (m *AppVersion) XXX_Unmarshal(b []byte) error

type AppVersionORM added in v0.0.15

type AppVersionORM struct {
	AccountID      string
	ApplicationId  *string          `gorm:"type:UUID"`
	ChartVersion   *ChartVersionORM `gorm:"foreignkey:ChartVersionId;association_foreignkey:Id"`
	ChartVersionId *string          `gorm:"type:UUID"`
	Description    string
	Id             string  `gorm:"type:UUID;primary_key"`
	LifecycleId    *string `gorm:"type:UUID"`
	Name           string
}

func (AppVersionORM) BeforeSave added in v0.0.27

func (pOrm AppVersionORM) BeforeSave(scope *gorm.Scope) error

func (AppVersionORM) TableName added in v0.0.15

func (AppVersionORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*AppVersionORM) ToPB added in v0.0.15

func (m *AppVersionORM) ToPB(ctx context.Context) (AppVersion, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type AppVersionORMWithAfterCreate_ added in v0.0.15

type AppVersionORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type AppVersionORMWithAfterDeleteSet added in v0.0.15

type AppVersionORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*AppVersion, *gorm1.DB) error
}

type AppVersionORMWithAfterDelete_ added in v0.0.15

type AppVersionORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type AppVersionORMWithAfterListFind added in v0.0.15

type AppVersionORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]AppVersionORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type AppVersionORMWithAfterReadFind added in v0.0.15

type AppVersionORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type AppVersionORMWithAfterStrictUpdateSave added in v0.0.15

type AppVersionORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type AppVersionORMWithBeforeCreate_ added in v0.0.15

type AppVersionORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AppVersionORMWithBeforeDeleteSet added in v0.0.15

type AppVersionORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*AppVersion, *gorm1.DB) (*gorm1.DB, error)
}

type AppVersionORMWithBeforeDelete_ added in v0.0.15

type AppVersionORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AppVersionORMWithBeforeListApplyQuery added in v0.0.15

type AppVersionORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type AppVersionORMWithBeforeListFind added in v0.0.15

type AppVersionORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type AppVersionORMWithBeforeReadApplyQuery added in v0.0.15

type AppVersionORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type AppVersionORMWithBeforeReadFind added in v0.0.15

type AppVersionORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type AppVersionORMWithBeforeStrictUpdateCleanup added in v0.0.15

type AppVersionORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AppVersionORMWithBeforeStrictUpdateSave added in v0.0.15

type AppVersionORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AppVersionValidationError added in v0.0.15

type AppVersionValidationError struct {
	// contains filtered or unexported fields
}

AppVersionValidationError is the validation error returned by AppVersion.Validate if the designated constraints aren't met.

func (AppVersionValidationError) Cause added in v0.0.15

func (e AppVersionValidationError) Cause() error

Cause function returns cause value.

func (AppVersionValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (AppVersionValidationError) ErrorName added in v0.0.15

func (e AppVersionValidationError) ErrorName() string

ErrorName returns error name.

func (AppVersionValidationError) Field added in v0.0.15

Field function returns field value.

func (AppVersionValidationError) Key added in v0.0.15

Key function returns key value.

func (AppVersionValidationError) Reason added in v0.0.15

func (e AppVersionValidationError) Reason() string

Reason function returns reason value.

type AppVersionWithAfterPatchSave added in v0.0.15

type AppVersionWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *AppVersion, *field_mask1.FieldMask, *gorm1.DB) error
}

type AppVersionWithAfterToORM added in v0.0.15

type AppVersionWithAfterToORM interface {
	AfterToORM(context.Context, *AppVersionORM) error
}

AppVersionAfterToORM called after default ToORM code

type AppVersionWithAfterToPB added in v0.0.15

type AppVersionWithAfterToPB interface {
	AfterToPB(context.Context, *AppVersion) error
}

AppVersionAfterToPB called after default ToPB code

type AppVersionWithBeforePatchApplyFieldMask added in v0.0.15

type AppVersionWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *AppVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AppVersionWithBeforePatchRead added in v0.0.15

type AppVersionWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *AppVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AppVersionWithBeforePatchSave added in v0.0.15

type AppVersionWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *AppVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AppVersionWithBeforeToORM added in v0.0.15

type AppVersionWithBeforeToORM interface {
	BeforeToORM(context.Context, *AppVersionORM) error
}

AppVersionBeforeToORM called before default ToORM code

type AppVersionWithBeforeToPB added in v0.0.15

type AppVersionWithBeforeToPB interface {
	BeforeToPB(context.Context, *AppVersion) error
}

AppVersionBeforeToPB called before default ToPB code

type AppVersionsAppVersionWithAfterCreate added in v0.0.15

type AppVersionsAppVersionWithAfterCreate interface {
	AfterCreate(context.Context, *CreateAppVersionResponse, *gorm1.DB) error
}

AppVersionsAppVersionWithAfterCreate called before DefaultCreateAppVersion in the default Create handler

type AppVersionsAppVersionWithAfterDelete added in v0.0.15

type AppVersionsAppVersionWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteAppVersionResponse, *gorm1.DB) error
}

AppVersionsAppVersionWithAfterDelete called before DefaultDeleteAppVersion in the default Delete handler

type AppVersionsAppVersionWithAfterList added in v0.0.15

type AppVersionsAppVersionWithAfterList interface {
	AfterList(context.Context, *ListAppVersionsResponse, *gorm1.DB) error
}

AppVersionsAppVersionWithAfterList called before DefaultListAppVersion in the default List handler

type AppVersionsAppVersionWithAfterRead added in v0.0.15

type AppVersionsAppVersionWithAfterRead interface {
	AfterRead(context.Context, *ReadAppVersionResponse, *gorm1.DB) error
}

AppVersionsAppVersionWithAfterRead called before DefaultReadAppVersion in the default Read handler

type AppVersionsAppVersionWithAfterUpdate added in v0.0.15

type AppVersionsAppVersionWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateAppVersionResponse, *gorm1.DB) error
}

AppVersionsAppVersionWithAfterUpdate called before DefaultUpdateAppVersion in the default Update handler

type AppVersionsAppVersionWithBeforeCreate added in v0.0.15

type AppVersionsAppVersionWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppVersionsAppVersionWithBeforeCreate called before DefaultCreateAppVersion in the default Create handler

type AppVersionsAppVersionWithBeforeDelete added in v0.0.15

type AppVersionsAppVersionWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppVersionsAppVersionWithBeforeDelete called before DefaultDeleteAppVersion in the default Delete handler

type AppVersionsAppVersionWithBeforeList added in v0.0.15

type AppVersionsAppVersionWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppVersionsAppVersionWithBeforeList called before DefaultListAppVersion in the default List handler

type AppVersionsAppVersionWithBeforeRead added in v0.0.15

type AppVersionsAppVersionWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppVersionsAppVersionWithBeforeRead called before DefaultReadAppVersion in the default Read handler

type AppVersionsAppVersionWithBeforeUpdate added in v0.0.15

type AppVersionsAppVersionWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AppVersionsAppVersionWithBeforeUpdate called before DefaultUpdateAppVersion in the default Update handler

type AppVersionsClient added in v0.0.15

type AppVersionsClient interface {
	// Use this method to create a AppVersion information.
	Create(ctx context.Context, in *CreateAppVersionRequest, opts ...grpc.CallOption) (*CreateAppVersionResponse, error)
	// Use this method to read a AppVersion information by identifier.
	Read(ctx context.Context, in *ReadAppVersionRequest, opts ...grpc.CallOption) (*ReadAppVersionResponse, error)
	// Use this method to update a AppVersion information.
	Update(ctx context.Context, in *UpdateAppVersionRequest, opts ...grpc.CallOption) (*UpdateAppVersionResponse, error)
	// Use this method to delete a particular AppVersion.
	Delete(ctx context.Context, in *DeleteAppVersionRequest, opts ...grpc.CallOption) (*DeleteAppVersionResponse, error)
	// Use this method to retrieve all the AppVersions.
	List(ctx context.Context, in *ListAppVersionRequest, opts ...grpc.CallOption) (*ListAppVersionsResponse, error)
}

AppVersionsClient is the client API for AppVersions service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAppVersionsClient added in v0.0.15

func NewAppVersionsClient(cc *grpc.ClientConn) AppVersionsClient

type AppVersionsDefaultServer added in v0.0.15

type AppVersionsDefaultServer struct {
}

func (*AppVersionsDefaultServer) Create added in v0.0.15

Create ...

func (*AppVersionsDefaultServer) Delete added in v0.0.15

Delete ...

func (*AppVersionsDefaultServer) List added in v0.0.15

List ...

func (*AppVersionsDefaultServer) Read added in v0.0.15

Read ...

func (*AppVersionsDefaultServer) Update added in v0.0.15

Update ...

type AppVersionsServer added in v0.0.15

type AppVersionsServer interface {
	// Use this method to create a AppVersion information.
	Create(context.Context, *CreateAppVersionRequest) (*CreateAppVersionResponse, error)
	// Use this method to read a AppVersion information by identifier.
	Read(context.Context, *ReadAppVersionRequest) (*ReadAppVersionResponse, error)
	// Use this method to update a AppVersion information.
	Update(context.Context, *UpdateAppVersionRequest) (*UpdateAppVersionResponse, error)
	// Use this method to delete a particular AppVersion.
	Delete(context.Context, *DeleteAppVersionRequest) (*DeleteAppVersionResponse, error)
	// Use this method to retrieve all the AppVersions.
	List(context.Context, *ListAppVersionRequest) (*ListAppVersionsResponse, error)
}

AppVersionsServer is the server API for AppVersions service.

type Application added in v0.0.6

type Application struct {
	// The Application identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Application
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Application
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The Chart for the Application
	Chart string `protobuf:"bytes,4,opt,name=chart,proto3" json:"chart,omitempty"`
	// The repo e.g. GitHub for the Appliation
	Repo string `protobuf:"bytes,5,opt,name=repo,proto3" json:"repo,omitempty"`
	// The ticket link e.g. Jira link
	TicketLink string `protobuf:"bytes,6,opt,name=ticket_link,json=ticketLink,proto3" json:"ticket_link,omitempty"`
	// Custom configuration
	ConfigYaml           string   `protobuf:"bytes,7,opt,name=config_yaml,json=configYaml,proto3" json:"config_yaml,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

------------------------------------------------------ Application base resource that can be Deployed ------------------------------------------------------

func DefaultApplyFieldMaskApplication added in v0.0.6

func DefaultApplyFieldMaskApplication(ctx context.Context, patchee *Application, patcher *Application, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Application, error)

DefaultApplyFieldMaskApplication patches an pbObject with patcher according to a field mask.

func DefaultCreateApplication added in v0.0.6

func DefaultCreateApplication(ctx context.Context, in *Application, db *gorm1.DB) (*Application, error)

DefaultCreateApplication executes a basic gorm create call

func DefaultListApplication added in v0.0.6

func DefaultListApplication(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Application, error)

DefaultListApplication executes a gorm list call

func DefaultPatchApplication added in v0.0.6

func DefaultPatchApplication(ctx context.Context, in *Application, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Application, error)

DefaultPatchApplication executes a basic gorm update call with patch behavior

func DefaultPatchSetApplication added in v0.0.8

func DefaultPatchSetApplication(ctx context.Context, objects []*Application, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Application, error)

DefaultPatchSetApplication executes a bulk gorm update call with patch behavior

func DefaultReadApplication added in v0.0.6

func DefaultReadApplication(ctx context.Context, in *Application, db *gorm1.DB, fs *query1.FieldSelection) (*Application, error)

DefaultReadApplication executes a basic gorm read call

func DefaultStrictUpdateApplication added in v0.0.6

func DefaultStrictUpdateApplication(ctx context.Context, in *Application, db *gorm1.DB) (*Application, error)

DefaultStrictUpdateApplication clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Application) AtlasValidateJSON added in v0.0.6

func (_ *Application) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Application.

func (*Application) Descriptor added in v0.0.6

func (*Application) Descriptor() ([]byte, []int)

func (*Application) GetChart added in v0.0.15

func (m *Application) GetChart() string

func (*Application) GetConfigYaml added in v0.0.15

func (m *Application) GetConfigYaml() string

func (*Application) GetDescription added in v0.0.6

func (m *Application) GetDescription() string

func (*Application) GetId added in v0.0.6

func (m *Application) GetId() *resource.Identifier

func (*Application) GetName added in v0.0.6

func (m *Application) GetName() string

func (*Application) GetRepo added in v0.0.15

func (m *Application) GetRepo() string
func (m *Application) GetTicketLink() string

func (*Application) ProtoMessage added in v0.0.6

func (*Application) ProtoMessage()

func (*Application) Reset added in v0.0.6

func (m *Application) Reset()

func (*Application) String added in v0.0.6

func (m *Application) String() string

func (*Application) ToORM added in v0.0.6

func (m *Application) ToORM(ctx context.Context) (ApplicationORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Application) Validate added in v0.0.6

func (m *Application) Validate() error

Validate checks the field values on Application with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Application) XXX_DiscardUnknown added in v0.0.8

func (m *Application) XXX_DiscardUnknown()

func (*Application) XXX_Marshal added in v0.0.8

func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Application) XXX_Merge added in v0.0.8

func (m *Application) XXX_Merge(src proto.Message)

func (*Application) XXX_Size added in v0.0.8

func (m *Application) XXX_Size() int

func (*Application) XXX_Unmarshal added in v0.0.8

func (m *Application) XXX_Unmarshal(b []byte) error

type ApplicationInstance added in v0.0.8

type ApplicationInstance struct {
	// The ApplicationInstance identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the ApplicationInstance
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the ApplicationInstance
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Enable/Disable ApplicationInstance from deployment
	Enable bool `protobuf:"varint,4,opt,name=enable,proto3" json:"enable,omitempty"`
	// Deployment of this ApplicationInstance
	Deployment *Deployment `protobuf:"bytes,5,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// Custom configuration
	ConfigYaml string `protobuf:"bytes,6,opt,name=config_yaml,json=configYaml,proto3" json:"config_yaml,omitempty"`
	// ChartVersion for the ApplicationInstance
	ChartVersion *ChartVersion `protobuf:"bytes,7,opt,name=chart_version,json=chartVersion,proto3" json:"chart_version,omitempty"`
	// Reference to the ChartVersion
	ChartVersionId *resource.Identifier `protobuf:"bytes,8,opt,name=chart_version_id,json=chartVersionId,proto3" json:"chart_version_id,omitempty"`
	// Reference to the Environment
	EnvironmentId *resource.Identifier `protobuf:"bytes,9,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	// Reference to the Application
	ApplicationId *resource.Identifier `protobuf:"bytes,10,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// Reference to the AppVersion
	AppVersionId         *resource.Identifier `protobuf:"bytes,11,opt,name=app_version_id,json=appVersionId,proto3" json:"app_version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

----------------------------------------------------------------------- ApplicationInstance represents application instance deployed in an Environment -----------------------------------------------------------------------

func DefaultApplyFieldMaskApplicationInstance added in v0.0.8

func DefaultApplyFieldMaskApplicationInstance(ctx context.Context, patchee *ApplicationInstance, patcher *ApplicationInstance, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*ApplicationInstance, error)

DefaultApplyFieldMaskApplicationInstance patches an pbObject with patcher according to a field mask.

func DefaultCreateApplicationInstance added in v0.0.8

func DefaultCreateApplicationInstance(ctx context.Context, in *ApplicationInstance, db *gorm1.DB) (*ApplicationInstance, error)

DefaultCreateApplicationInstance executes a basic gorm create call

func DefaultListApplicationInstance added in v0.0.8

func DefaultListApplicationInstance(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*ApplicationInstance, error)

DefaultListApplicationInstance executes a gorm list call

func DefaultPatchApplicationInstance added in v0.0.8

func DefaultPatchApplicationInstance(ctx context.Context, in *ApplicationInstance, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*ApplicationInstance, error)

DefaultPatchApplicationInstance executes a basic gorm update call with patch behavior

func DefaultPatchSetApplicationInstance added in v0.0.8

func DefaultPatchSetApplicationInstance(ctx context.Context, objects []*ApplicationInstance, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*ApplicationInstance, error)

DefaultPatchSetApplicationInstance executes a bulk gorm update call with patch behavior

func DefaultReadApplicationInstance added in v0.0.8

func DefaultReadApplicationInstance(ctx context.Context, in *ApplicationInstance, db *gorm1.DB, fs *query1.FieldSelection) (*ApplicationInstance, error)

DefaultReadApplicationInstance executes a basic gorm read call

func DefaultStrictUpdateApplicationInstance added in v0.0.8

func DefaultStrictUpdateApplicationInstance(ctx context.Context, in *ApplicationInstance, db *gorm1.DB) (*ApplicationInstance, error)

DefaultStrictUpdateApplicationInstance clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*ApplicationInstance) AtlasValidateJSON added in v0.0.8

func (_ *ApplicationInstance) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ApplicationInstance.

func (*ApplicationInstance) Descriptor added in v0.0.8

func (*ApplicationInstance) Descriptor() ([]byte, []int)

func (*ApplicationInstance) GetAppVersionId added in v0.0.15

func (m *ApplicationInstance) GetAppVersionId() *resource.Identifier

func (*ApplicationInstance) GetApplicationId added in v0.0.11

func (m *ApplicationInstance) GetApplicationId() *resource.Identifier

func (*ApplicationInstance) GetChartVersion added in v0.0.8

func (m *ApplicationInstance) GetChartVersion() *ChartVersion

func (*ApplicationInstance) GetChartVersionId added in v0.0.8

func (m *ApplicationInstance) GetChartVersionId() *resource.Identifier

func (*ApplicationInstance) GetConfigYaml added in v0.0.22

func (m *ApplicationInstance) GetConfigYaml() string

func (*ApplicationInstance) GetDeployment added in v0.0.8

func (m *ApplicationInstance) GetDeployment() *Deployment

func (*ApplicationInstance) GetDescription added in v0.0.8

func (m *ApplicationInstance) GetDescription() string

func (*ApplicationInstance) GetEnable added in v0.0.30

func (m *ApplicationInstance) GetEnable() bool

func (*ApplicationInstance) GetEnvironmentId added in v0.0.8

func (m *ApplicationInstance) GetEnvironmentId() *resource.Identifier

func (*ApplicationInstance) GetId added in v0.0.8

func (*ApplicationInstance) GetName added in v0.0.8

func (m *ApplicationInstance) GetName() string

func (*ApplicationInstance) ProtoMessage added in v0.0.8

func (*ApplicationInstance) ProtoMessage()

func (*ApplicationInstance) Reset added in v0.0.8

func (m *ApplicationInstance) Reset()

func (*ApplicationInstance) String added in v0.0.8

func (m *ApplicationInstance) String() string

func (*ApplicationInstance) ToORM added in v0.0.8

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*ApplicationInstance) Validate added in v0.0.8

func (m *ApplicationInstance) Validate() error

Validate checks the field values on ApplicationInstance with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ApplicationInstance) XXX_DiscardUnknown added in v0.0.8

func (m *ApplicationInstance) XXX_DiscardUnknown()

func (*ApplicationInstance) XXX_Marshal added in v0.0.8

func (m *ApplicationInstance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationInstance) XXX_Merge added in v0.0.8

func (m *ApplicationInstance) XXX_Merge(src proto.Message)

func (*ApplicationInstance) XXX_Size added in v0.0.8

func (m *ApplicationInstance) XXX_Size() int

func (*ApplicationInstance) XXX_Unmarshal added in v0.0.8

func (m *ApplicationInstance) XXX_Unmarshal(b []byte) error

type ApplicationInstanceORM added in v0.0.8

type ApplicationInstanceORM struct {
	AccountID      string
	AppVersionId   *string          `gorm:"type:UUID"`
	ApplicationId  *string          `gorm:"type:UUID"`
	ChartVersion   *ChartVersionORM `gorm:"foreignkey:ChartVersionId;association_foreignkey:Id;preload:false"`
	ChartVersionId *string          `gorm:"type:UUID"`
	ConfigYaml     string
	Deployment     *DeploymentORM `gorm:"foreignkey:ApplicationInstanceId;association_foreignkey:Id"`
	Description    string
	Enable         bool
	EnvironmentId  *string `gorm:"type:UUID"`
	Id             string  `gorm:"type:UUID;primary_key"`
	Name           string
}

func (ApplicationInstanceORM) BeforeSave added in v0.0.27

func (pOrm ApplicationInstanceORM) BeforeSave(scope *gorm.Scope) error

func (ApplicationInstanceORM) TableName added in v0.0.8

func (ApplicationInstanceORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*ApplicationInstanceORM) ToPB added in v0.0.8

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type ApplicationInstanceORMWithAfterCreate_ added in v0.0.8

type ApplicationInstanceORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type ApplicationInstanceORMWithAfterDeleteSet added in v0.0.8

type ApplicationInstanceORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*ApplicationInstance, *gorm1.DB) error
}

type ApplicationInstanceORMWithAfterDelete_ added in v0.0.8

type ApplicationInstanceORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type ApplicationInstanceORMWithAfterListFind added in v0.0.8

type ApplicationInstanceORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]ApplicationInstanceORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type ApplicationInstanceORMWithAfterReadFind added in v0.0.8

type ApplicationInstanceORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type ApplicationInstanceORMWithAfterStrictUpdateSave added in v0.0.8

type ApplicationInstanceORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type ApplicationInstanceORMWithBeforeCreate_ added in v0.0.8

type ApplicationInstanceORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationInstanceORMWithBeforeDeleteSet added in v0.0.8

type ApplicationInstanceORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*ApplicationInstance, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationInstanceORMWithBeforeDelete_ added in v0.0.8

type ApplicationInstanceORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationInstanceORMWithBeforeListApplyQuery added in v0.0.8

type ApplicationInstanceORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationInstanceORMWithBeforeListFind added in v0.0.8

type ApplicationInstanceORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationInstanceORMWithBeforeReadApplyQuery added in v0.0.8

type ApplicationInstanceORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationInstanceORMWithBeforeReadFind added in v0.0.8

type ApplicationInstanceORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationInstanceORMWithBeforeStrictUpdateCleanup added in v0.0.8

type ApplicationInstanceORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationInstanceORMWithBeforeStrictUpdateSave added in v0.0.8

type ApplicationInstanceORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationInstanceValidationError added in v0.0.8

type ApplicationInstanceValidationError struct {
	// contains filtered or unexported fields
}

ApplicationInstanceValidationError is the validation error returned by ApplicationInstance.Validate if the designated constraints aren't met.

func (ApplicationInstanceValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ApplicationInstanceValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ApplicationInstanceValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ApplicationInstanceValidationError) Field added in v0.0.8

Field function returns field value.

func (ApplicationInstanceValidationError) Key added in v0.0.8

Key function returns key value.

func (ApplicationInstanceValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ApplicationInstanceWithAfterPatchSave added in v0.0.8

type ApplicationInstanceWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *ApplicationInstance, *field_mask1.FieldMask, *gorm1.DB) error
}

type ApplicationInstanceWithAfterToORM added in v0.0.8

type ApplicationInstanceWithAfterToORM interface {
	AfterToORM(context.Context, *ApplicationInstanceORM) error
}

ApplicationInstanceAfterToORM called after default ToORM code

type ApplicationInstanceWithAfterToPB added in v0.0.8

type ApplicationInstanceWithAfterToPB interface {
	AfterToPB(context.Context, *ApplicationInstance) error
}

ApplicationInstanceAfterToPB called after default ToPB code

type ApplicationInstanceWithBeforePatchApplyFieldMask added in v0.0.8

type ApplicationInstanceWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *ApplicationInstance, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationInstanceWithBeforePatchRead added in v0.0.8

type ApplicationInstanceWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *ApplicationInstance, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationInstanceWithBeforePatchSave added in v0.0.8

type ApplicationInstanceWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *ApplicationInstance, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationInstanceWithBeforeToORM added in v0.0.8

type ApplicationInstanceWithBeforeToORM interface {
	BeforeToORM(context.Context, *ApplicationInstanceORM) error
}

ApplicationInstanceBeforeToORM called before default ToORM code

type ApplicationInstanceWithBeforeToPB added in v0.0.8

type ApplicationInstanceWithBeforeToPB interface {
	BeforeToPB(context.Context, *ApplicationInstance) error
}

ApplicationInstanceBeforeToPB called before default ToPB code

type ApplicationInstancesApplicationInstanceWithAfterCreate added in v0.0.8

type ApplicationInstancesApplicationInstanceWithAfterCreate interface {
	AfterCreate(context.Context, *CreateApplicationInstanceResponse, *gorm1.DB) error
}

ApplicationInstancesApplicationInstanceWithAfterCreate called before DefaultCreateApplicationInstance in the default Create handler

type ApplicationInstancesApplicationInstanceWithAfterDelete added in v0.0.8

type ApplicationInstancesApplicationInstanceWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteApplicationInstanceResponse, *gorm1.DB) error
}

ApplicationInstancesApplicationInstanceWithAfterDelete called before DefaultDeleteApplicationInstance in the default Delete handler

type ApplicationInstancesApplicationInstanceWithAfterList added in v0.0.8

type ApplicationInstancesApplicationInstanceWithAfterList interface {
	AfterList(context.Context, *ListApplicationInstancesResponse, *gorm1.DB) error
}

ApplicationInstancesApplicationInstanceWithAfterList called before DefaultListApplicationInstance in the default List handler

type ApplicationInstancesApplicationInstanceWithAfterRead added in v0.0.8

type ApplicationInstancesApplicationInstanceWithAfterRead interface {
	AfterRead(context.Context, *ReadApplicationInstanceResponse, *gorm1.DB) error
}

ApplicationInstancesApplicationInstanceWithAfterRead called before DefaultReadApplicationInstance in the default Read handler

type ApplicationInstancesApplicationInstanceWithAfterUpdate added in v0.0.8

type ApplicationInstancesApplicationInstanceWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateApplicationInstanceResponse, *gorm1.DB) error
}

ApplicationInstancesApplicationInstanceWithAfterUpdate called before DefaultUpdateApplicationInstance in the default Update handler

type ApplicationInstancesApplicationInstanceWithBeforeCreate added in v0.0.8

type ApplicationInstancesApplicationInstanceWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationInstancesApplicationInstanceWithBeforeCreate called before DefaultCreateApplicationInstance in the default Create handler

type ApplicationInstancesApplicationInstanceWithBeforeDelete added in v0.0.8

type ApplicationInstancesApplicationInstanceWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationInstancesApplicationInstanceWithBeforeDelete called before DefaultDeleteApplicationInstance in the default Delete handler

type ApplicationInstancesApplicationInstanceWithBeforeList added in v0.0.8

type ApplicationInstancesApplicationInstanceWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationInstancesApplicationInstanceWithBeforeList called before DefaultListApplicationInstance in the default List handler

type ApplicationInstancesApplicationInstanceWithBeforeRead added in v0.0.8

type ApplicationInstancesApplicationInstanceWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationInstancesApplicationInstanceWithBeforeRead called before DefaultReadApplicationInstance in the default Read handler

type ApplicationInstancesApplicationInstanceWithBeforeUpdate added in v0.0.8

type ApplicationInstancesApplicationInstanceWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationInstancesApplicationInstanceWithBeforeUpdate called before DefaultUpdateApplicationInstance in the default Update handler

type ApplicationInstancesClient added in v0.0.8

type ApplicationInstancesClient interface {
	// Use this method to create a ApplicationInstance information.
	Create(ctx context.Context, in *CreateApplicationInstanceRequest, opts ...grpc.CallOption) (*CreateApplicationInstanceResponse, error)
	// Use this method to read a ApplicationInstance information by identifier.
	Read(ctx context.Context, in *ReadApplicationInstanceRequest, opts ...grpc.CallOption) (*ReadApplicationInstanceResponse, error)
	// Use this method to update a ApplicationInstance information.
	Update(ctx context.Context, in *UpdateApplicationInstanceRequest, opts ...grpc.CallOption) (*UpdateApplicationInstanceResponse, error)
	// Use this method to delete a particular ApplicationInstance.
	Delete(ctx context.Context, in *DeleteApplicationInstanceRequest, opts ...grpc.CallOption) (*DeleteApplicationInstanceResponse, error)
	// Use this method to retrieve all the ApplicationInstances.
	List(ctx context.Context, in *ListApplicationInstanceRequest, opts ...grpc.CallOption) (*ListApplicationInstancesResponse, error)
}

ApplicationInstancesClient is the client API for ApplicationInstances service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewApplicationInstancesClient added in v0.0.8

func NewApplicationInstancesClient(cc *grpc.ClientConn) ApplicationInstancesClient

type ApplicationInstancesDefaultServer added in v0.0.8

type ApplicationInstancesDefaultServer struct {
}

func (*ApplicationInstancesDefaultServer) Create added in v0.0.8

Create ...

func (*ApplicationInstancesDefaultServer) Delete added in v0.0.8

Delete ...

func (*ApplicationInstancesDefaultServer) List added in v0.0.8

List ...

func (*ApplicationInstancesDefaultServer) Read added in v0.0.8

Read ...

func (*ApplicationInstancesDefaultServer) Update added in v0.0.8

Update ...

type ApplicationInstancesServer added in v0.0.8

type ApplicationInstancesServer interface {
	// Use this method to create a ApplicationInstance information.
	Create(context.Context, *CreateApplicationInstanceRequest) (*CreateApplicationInstanceResponse, error)
	// Use this method to read a ApplicationInstance information by identifier.
	Read(context.Context, *ReadApplicationInstanceRequest) (*ReadApplicationInstanceResponse, error)
	// Use this method to update a ApplicationInstance information.
	Update(context.Context, *UpdateApplicationInstanceRequest) (*UpdateApplicationInstanceResponse, error)
	// Use this method to delete a particular ApplicationInstance.
	Delete(context.Context, *DeleteApplicationInstanceRequest) (*DeleteApplicationInstanceResponse, error)
	// Use this method to retrieve all the ApplicationInstances.
	List(context.Context, *ListApplicationInstanceRequest) (*ListApplicationInstancesResponse, error)
}

ApplicationInstancesServer is the server API for ApplicationInstances service.

type ApplicationORM added in v0.0.6

type ApplicationORM struct {
	AccountID   string
	Chart       string
	ConfigYaml  string
	Description string
	Id          string `gorm:"type:UUID;primary_key"`
	Name        string
	Repo        string
	TicketLink  string
}

func (ApplicationORM) BeforeSave added in v0.0.27

func (pOrm ApplicationORM) BeforeSave(scope *gorm.Scope) error

func (ApplicationORM) TableName added in v0.0.6

func (ApplicationORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*ApplicationORM) ToPB added in v0.0.6

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type ApplicationORMWithAfterCreate_ added in v0.0.8

type ApplicationORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type ApplicationORMWithAfterDeleteSet added in v0.0.8

type ApplicationORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Application, *gorm1.DB) error
}

type ApplicationORMWithAfterDelete_ added in v0.0.8

type ApplicationORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type ApplicationORMWithAfterListFind added in v0.0.6

type ApplicationORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]ApplicationORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type ApplicationORMWithAfterReadFind added in v0.0.6

type ApplicationORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type ApplicationORMWithAfterStrictUpdateSave added in v0.0.6

type ApplicationORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type ApplicationORMWithBeforeCreate_ added in v0.0.8

type ApplicationORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeDeleteSet added in v0.0.8

type ApplicationORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Application, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeDelete_ added in v0.0.8

type ApplicationORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeListApplyQuery added in v0.0.6

type ApplicationORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeListFind added in v0.0.6

type ApplicationORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeReadApplyQuery added in v0.0.6

type ApplicationORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeReadFind added in v0.0.6

type ApplicationORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeStrictUpdateCleanup added in v0.0.6

type ApplicationORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeStrictUpdateSave added in v0.0.6

type ApplicationORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationValidationError added in v0.0.6

type ApplicationValidationError struct {
	// contains filtered or unexported fields
}

ApplicationValidationError is the validation error returned by Application.Validate if the designated constraints aren't met.

func (ApplicationValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ApplicationValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ApplicationValidationError) ErrorName added in v0.0.6

func (e ApplicationValidationError) ErrorName() string

ErrorName returns error name.

func (ApplicationValidationError) Field added in v0.0.6

Field function returns field value.

func (ApplicationValidationError) Key added in v0.0.6

Key function returns key value.

func (ApplicationValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ApplicationWithAfterPatchSave added in v0.0.6

type ApplicationWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Application, *field_mask1.FieldMask, *gorm1.DB) error
}

type ApplicationWithAfterToORM added in v0.0.6

type ApplicationWithAfterToORM interface {
	AfterToORM(context.Context, *ApplicationORM) error
}

ApplicationAfterToORM called after default ToORM code

type ApplicationWithAfterToPB added in v0.0.6

type ApplicationWithAfterToPB interface {
	AfterToPB(context.Context, *Application) error
}

ApplicationAfterToPB called after default ToPB code

type ApplicationWithBeforePatchApplyFieldMask added in v0.0.6

type ApplicationWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Application, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationWithBeforePatchRead added in v0.0.6

type ApplicationWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Application, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationWithBeforePatchSave added in v0.0.6

type ApplicationWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Application, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationWithBeforeToORM added in v0.0.6

type ApplicationWithBeforeToORM interface {
	BeforeToORM(context.Context, *ApplicationORM) error
}

ApplicationBeforeToORM called before default ToORM code

type ApplicationWithBeforeToPB added in v0.0.6

type ApplicationWithBeforeToPB interface {
	BeforeToPB(context.Context, *Application) error
}

ApplicationBeforeToPB called before default ToPB code

type ApplicationsApplicationWithAfterCreate added in v0.0.6

type ApplicationsApplicationWithAfterCreate interface {
	AfterCreate(context.Context, *CreateApplicationResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterCreate called before DefaultCreateApplication in the default Create handler

type ApplicationsApplicationWithAfterDelete added in v0.0.6

type ApplicationsApplicationWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteApplicationResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterDelete called before DefaultDeleteApplication in the default Delete handler

type ApplicationsApplicationWithAfterList added in v0.0.6

type ApplicationsApplicationWithAfterList interface {
	AfterList(context.Context, *ListApplicationsResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterList called before DefaultListApplication in the default List handler

type ApplicationsApplicationWithAfterRead added in v0.0.6

type ApplicationsApplicationWithAfterRead interface {
	AfterRead(context.Context, *ReadApplicationResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterRead called before DefaultReadApplication in the default Read handler

type ApplicationsApplicationWithAfterUpdate added in v0.0.7

type ApplicationsApplicationWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateApplicationResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterUpdate called before DefaultUpdateApplication in the default Update handler

type ApplicationsApplicationWithBeforeCreate added in v0.0.6

type ApplicationsApplicationWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeCreate called before DefaultCreateApplication in the default Create handler

type ApplicationsApplicationWithBeforeDelete added in v0.0.6

type ApplicationsApplicationWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeDelete called before DefaultDeleteApplication in the default Delete handler

type ApplicationsApplicationWithBeforeList added in v0.0.6

type ApplicationsApplicationWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeList called before DefaultListApplication in the default List handler

type ApplicationsApplicationWithBeforeRead added in v0.0.6

type ApplicationsApplicationWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeRead called before DefaultReadApplication in the default Read handler

type ApplicationsApplicationWithBeforeUpdate added in v0.0.7

type ApplicationsApplicationWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeUpdate called before DefaultUpdateApplication in the default Update handler

type ApplicationsClient added in v0.0.6

type ApplicationsClient interface {
	// Use this method to create a Application information.
	Create(ctx context.Context, in *CreateApplicationRequest, opts ...grpc.CallOption) (*CreateApplicationResponse, error)
	// Use this method to read a Application information by identifier.
	Read(ctx context.Context, in *ReadApplicationRequest, opts ...grpc.CallOption) (*ReadApplicationResponse, error)
	// Use this method to update a Application information.
	Update(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*UpdateApplicationResponse, error)
	// Use this method to delete a particular Application.
	Delete(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*DeleteApplicationResponse, error)
	// Use this method to retrieve all the Applications.
	List(ctx context.Context, in *ListApplicationRequest, opts ...grpc.CallOption) (*ListApplicationsResponse, error)
}

ApplicationsClient is the client API for Applications service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewApplicationsClient added in v0.0.6

func NewApplicationsClient(cc *grpc.ClientConn) ApplicationsClient

type ApplicationsDefaultServer added in v0.0.6

type ApplicationsDefaultServer struct {
}

func (*ApplicationsDefaultServer) Create added in v0.0.6

Create ...

func (*ApplicationsDefaultServer) Delete added in v0.0.6

Delete ...

func (*ApplicationsDefaultServer) List added in v0.0.6

List ...

func (*ApplicationsDefaultServer) Read added in v0.0.6

Read ...

func (*ApplicationsDefaultServer) Update added in v0.0.6

Update ...

type ApplicationsServer added in v0.0.6

type ApplicationsServer interface {
	// Use this method to create a Application information.
	Create(context.Context, *CreateApplicationRequest) (*CreateApplicationResponse, error)
	// Use this method to read a Application information by identifier.
	Read(context.Context, *ReadApplicationRequest) (*ReadApplicationResponse, error)
	// Use this method to update a Application information.
	Update(context.Context, *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
	// Use this method to delete a particular Application.
	Delete(context.Context, *DeleteApplicationRequest) (*DeleteApplicationResponse, error)
	// Use this method to retrieve all the Applications.
	List(context.Context, *ListApplicationRequest) (*ListApplicationsResponse, error)
}

ApplicationsServer is the server API for Applications service.

type Artifact added in v0.0.6

type Artifact struct {
	// The Artifact identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Artifact
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Artifact
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The repo which stores the Artifact
	Repo string `protobuf:"bytes,4,opt,name=repo,proto3" json:"repo,omitempty"`
	// The commit Id of the Artifact in repo
	Commit string `protobuf:"bytes,5,opt,name=commit,proto3" json:"commit,omitempty"`
	// The ChartVersion of the artifact belongs to.
	ChartVersionId       *resource.Identifier `protobuf:"bytes,6,opt,name=chart_version_id,json=chartVersionId,proto3" json:"chart_version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

--------------------------------------------------------------------- Artifact represents an element built by CI (e.g. resolved manifest) ---------------------------------------------------------------------

func DefaultApplyFieldMaskArtifact added in v0.0.6

func DefaultApplyFieldMaskArtifact(ctx context.Context, patchee *Artifact, patcher *Artifact, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Artifact, error)

DefaultApplyFieldMaskArtifact patches an pbObject with patcher according to a field mask.

func DefaultCreateArtifact added in v0.0.6

func DefaultCreateArtifact(ctx context.Context, in *Artifact, db *gorm1.DB) (*Artifact, error)

DefaultCreateArtifact executes a basic gorm create call

func DefaultListArtifact added in v0.0.6

func DefaultListArtifact(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Artifact, error)

DefaultListArtifact executes a gorm list call

func DefaultPatchArtifact added in v0.0.6

func DefaultPatchArtifact(ctx context.Context, in *Artifact, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Artifact, error)

DefaultPatchArtifact executes a basic gorm update call with patch behavior

func DefaultPatchSetArtifact added in v0.0.8

func DefaultPatchSetArtifact(ctx context.Context, objects []*Artifact, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Artifact, error)

DefaultPatchSetArtifact executes a bulk gorm update call with patch behavior

func DefaultReadArtifact added in v0.0.6

func DefaultReadArtifact(ctx context.Context, in *Artifact, db *gorm1.DB, fs *query1.FieldSelection) (*Artifact, error)

DefaultReadArtifact executes a basic gorm read call

func DefaultStrictUpdateArtifact added in v0.0.6

func DefaultStrictUpdateArtifact(ctx context.Context, in *Artifact, db *gorm1.DB) (*Artifact, error)

DefaultStrictUpdateArtifact clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Artifact) AtlasValidateJSON added in v0.0.6

func (_ *Artifact) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Artifact.

func (*Artifact) Descriptor added in v0.0.6

func (*Artifact) Descriptor() ([]byte, []int)

func (*Artifact) GetChartVersionId added in v0.0.8

func (m *Artifact) GetChartVersionId() *resource.Identifier

func (*Artifact) GetCommit added in v0.0.7

func (m *Artifact) GetCommit() string

func (*Artifact) GetDescription added in v0.0.6

func (m *Artifact) GetDescription() string

func (*Artifact) GetId added in v0.0.6

func (m *Artifact) GetId() *resource.Identifier

func (*Artifact) GetName added in v0.0.6

func (m *Artifact) GetName() string

func (*Artifact) GetRepo added in v0.0.7

func (m *Artifact) GetRepo() string

func (*Artifact) ProtoMessage added in v0.0.6

func (*Artifact) ProtoMessage()

func (*Artifact) Reset added in v0.0.6

func (m *Artifact) Reset()

func (*Artifact) String added in v0.0.6

func (m *Artifact) String() string

func (*Artifact) ToORM added in v0.0.6

func (m *Artifact) ToORM(ctx context.Context) (ArtifactORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Artifact) Validate added in v0.0.6

func (m *Artifact) Validate() error

Validate checks the field values on Artifact with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Artifact) XXX_DiscardUnknown added in v0.0.8

func (m *Artifact) XXX_DiscardUnknown()

func (*Artifact) XXX_Marshal added in v0.0.8

func (m *Artifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Artifact) XXX_Merge added in v0.0.8

func (m *Artifact) XXX_Merge(src proto.Message)

func (*Artifact) XXX_Size added in v0.0.8

func (m *Artifact) XXX_Size() int

func (*Artifact) XXX_Unmarshal added in v0.0.8

func (m *Artifact) XXX_Unmarshal(b []byte) error

type ArtifactORM added in v0.0.6

type ArtifactORM struct {
	AccountID      string
	ChartVersionId *string `gorm:"type:UUID"`
	Commit         string
	Description    string
	Id             string `gorm:"type:UUID;primary_key"`
	Name           string
	Repo           string
}

func (ArtifactORM) BeforeSave added in v0.0.27

func (pOrm ArtifactORM) BeforeSave(scope *gorm.Scope) error

func (ArtifactORM) TableName added in v0.0.6

func (ArtifactORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*ArtifactORM) ToPB added in v0.0.6

func (m *ArtifactORM) ToPB(ctx context.Context) (Artifact, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type ArtifactORMWithAfterCreate_ added in v0.0.8

type ArtifactORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type ArtifactORMWithAfterDeleteSet added in v0.0.8

type ArtifactORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Artifact, *gorm1.DB) error
}

type ArtifactORMWithAfterDelete_ added in v0.0.8

type ArtifactORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type ArtifactORMWithAfterListFind added in v0.0.6

type ArtifactORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]ArtifactORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type ArtifactORMWithAfterReadFind added in v0.0.6

type ArtifactORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type ArtifactORMWithAfterStrictUpdateSave added in v0.0.6

type ArtifactORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type ArtifactORMWithBeforeCreate_ added in v0.0.8

type ArtifactORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ArtifactORMWithBeforeDeleteSet added in v0.0.8

type ArtifactORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Artifact, *gorm1.DB) (*gorm1.DB, error)
}

type ArtifactORMWithBeforeDelete_ added in v0.0.8

type ArtifactORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ArtifactORMWithBeforeListApplyQuery added in v0.0.6

type ArtifactORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ArtifactORMWithBeforeListFind added in v0.0.6

type ArtifactORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ArtifactORMWithBeforeReadApplyQuery added in v0.0.6

type ArtifactORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ArtifactORMWithBeforeReadFind added in v0.0.6

type ArtifactORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ArtifactORMWithBeforeStrictUpdateCleanup added in v0.0.6

type ArtifactORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ArtifactORMWithBeforeStrictUpdateSave added in v0.0.6

type ArtifactORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ArtifactValidationError added in v0.0.6

type ArtifactValidationError struct {
	// contains filtered or unexported fields
}

ArtifactValidationError is the validation error returned by Artifact.Validate if the designated constraints aren't met.

func (ArtifactValidationError) Cause added in v0.0.6

func (e ArtifactValidationError) Cause() error

Cause function returns cause value.

func (ArtifactValidationError) Error added in v0.0.6

func (e ArtifactValidationError) Error() string

Error satisfies the builtin error interface

func (ArtifactValidationError) ErrorName added in v0.0.6

func (e ArtifactValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactValidationError) Field added in v0.0.6

func (e ArtifactValidationError) Field() string

Field function returns field value.

func (ArtifactValidationError) Key added in v0.0.6

func (e ArtifactValidationError) Key() bool

Key function returns key value.

func (ArtifactValidationError) Reason added in v0.0.6

func (e ArtifactValidationError) Reason() string

Reason function returns reason value.

type ArtifactWithAfterPatchSave added in v0.0.6

type ArtifactWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Artifact, *field_mask1.FieldMask, *gorm1.DB) error
}

type ArtifactWithAfterToORM added in v0.0.6

type ArtifactWithAfterToORM interface {
	AfterToORM(context.Context, *ArtifactORM) error
}

ArtifactAfterToORM called after default ToORM code

type ArtifactWithAfterToPB added in v0.0.6

type ArtifactWithAfterToPB interface {
	AfterToPB(context.Context, *Artifact) error
}

ArtifactAfterToPB called after default ToPB code

type ArtifactWithBeforePatchApplyFieldMask added in v0.0.6

type ArtifactWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Artifact, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ArtifactWithBeforePatchRead added in v0.0.6

type ArtifactWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Artifact, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ArtifactWithBeforePatchSave added in v0.0.6

type ArtifactWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Artifact, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ArtifactWithBeforeToORM added in v0.0.6

type ArtifactWithBeforeToORM interface {
	BeforeToORM(context.Context, *ArtifactORM) error
}

ArtifactBeforeToORM called before default ToORM code

type ArtifactWithBeforeToPB added in v0.0.6

type ArtifactWithBeforeToPB interface {
	BeforeToPB(context.Context, *Artifact) error
}

ArtifactBeforeToPB called before default ToPB code

type ArtifactsArtifactWithAfterCreate added in v0.0.6

type ArtifactsArtifactWithAfterCreate interface {
	AfterCreate(context.Context, *CreateArtifactResponse, *gorm1.DB) error
}

ArtifactsArtifactWithAfterCreate called before DefaultCreateArtifact in the default Create handler

type ArtifactsArtifactWithAfterDelete added in v0.0.6

type ArtifactsArtifactWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteArtifactResponse, *gorm1.DB) error
}

ArtifactsArtifactWithAfterDelete called before DefaultDeleteArtifact in the default Delete handler

type ArtifactsArtifactWithAfterList added in v0.0.6

type ArtifactsArtifactWithAfterList interface {
	AfterList(context.Context, *ListArtifactsResponse, *gorm1.DB) error
}

ArtifactsArtifactWithAfterList called before DefaultListArtifact in the default List handler

type ArtifactsArtifactWithAfterRead added in v0.0.6

type ArtifactsArtifactWithAfterRead interface {
	AfterRead(context.Context, *ReadArtifactResponse, *gorm1.DB) error
}

ArtifactsArtifactWithAfterRead called before DefaultReadArtifact in the default Read handler

type ArtifactsArtifactWithAfterUpdate added in v0.0.7

type ArtifactsArtifactWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateArtifactResponse, *gorm1.DB) error
}

ArtifactsArtifactWithAfterUpdate called before DefaultUpdateArtifact in the default Update handler

type ArtifactsArtifactWithBeforeCreate added in v0.0.6

type ArtifactsArtifactWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ArtifactsArtifactWithBeforeCreate called before DefaultCreateArtifact in the default Create handler

type ArtifactsArtifactWithBeforeDelete added in v0.0.6

type ArtifactsArtifactWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ArtifactsArtifactWithBeforeDelete called before DefaultDeleteArtifact in the default Delete handler

type ArtifactsArtifactWithBeforeList added in v0.0.6

type ArtifactsArtifactWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ArtifactsArtifactWithBeforeList called before DefaultListArtifact in the default List handler

type ArtifactsArtifactWithBeforeRead added in v0.0.6

type ArtifactsArtifactWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ArtifactsArtifactWithBeforeRead called before DefaultReadArtifact in the default Read handler

type ArtifactsArtifactWithBeforeUpdate added in v0.0.7

type ArtifactsArtifactWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ArtifactsArtifactWithBeforeUpdate called before DefaultUpdateArtifact in the default Update handler

type ArtifactsClient added in v0.0.6

type ArtifactsClient interface {
	// Use this method to create a Artifact information.
	Create(ctx context.Context, in *CreateArtifactRequest, opts ...grpc.CallOption) (*CreateArtifactResponse, error)
	// Use this method to read a Artifact information by identifier.
	Read(ctx context.Context, in *ReadArtifactRequest, opts ...grpc.CallOption) (*ReadArtifactResponse, error)
	// Use this method to update a Artifact information.
	Update(ctx context.Context, in *UpdateArtifactRequest, opts ...grpc.CallOption) (*UpdateArtifactResponse, error)
	// Use this method to delete a particular Artifact.
	Delete(ctx context.Context, in *DeleteArtifactRequest, opts ...grpc.CallOption) (*DeleteArtifactResponse, error)
	// Use this method to retrieve all the Artifacts.
	List(ctx context.Context, in *ListArtifactRequest, opts ...grpc.CallOption) (*ListArtifactsResponse, error)
}

ArtifactsClient is the client API for Artifacts service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewArtifactsClient added in v0.0.6

func NewArtifactsClient(cc *grpc.ClientConn) ArtifactsClient

type ArtifactsDefaultServer added in v0.0.6

type ArtifactsDefaultServer struct {
}

func (*ArtifactsDefaultServer) Create added in v0.0.6

Create ...

func (*ArtifactsDefaultServer) Delete added in v0.0.6

Delete ...

func (*ArtifactsDefaultServer) List added in v0.0.6

List ...

func (*ArtifactsDefaultServer) Read added in v0.0.6

Read ...

func (*ArtifactsDefaultServer) Update added in v0.0.6

Update ...

type ArtifactsServer added in v0.0.6

type ArtifactsServer interface {
	// Use this method to create a Artifact information.
	Create(context.Context, *CreateArtifactRequest) (*CreateArtifactResponse, error)
	// Use this method to read a Artifact information by identifier.
	Read(context.Context, *ReadArtifactRequest) (*ReadArtifactResponse, error)
	// Use this method to update a Artifact information.
	Update(context.Context, *UpdateArtifactRequest) (*UpdateArtifactResponse, error)
	// Use this method to delete a particular Artifact.
	Delete(context.Context, *DeleteArtifactRequest) (*DeleteArtifactResponse, error)
	// Use this method to retrieve all the Artifacts.
	List(context.Context, *ListArtifactRequest) (*ListArtifactsResponse, error)
}

ArtifactsServer is the server API for Artifacts service.

type ChartVersion added in v0.0.8

type ChartVersion struct {
	// The ChartVersion identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the ChartVersion
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the ChartVersion
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The repo of the ChartVersion
	Repo string `protobuf:"bytes,4,opt,name=repo,proto3" json:"repo,omitempty"`
	// The version of the ChartVersion
	Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	// Reference to Application
	ApplicationId        *resource.Identifier `protobuf:"bytes,6,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------------- ChartVersion represents a Chart Version for an Application -------------------------------------------------------------

func DefaultApplyFieldMaskChartVersion added in v0.0.8

func DefaultApplyFieldMaskChartVersion(ctx context.Context, patchee *ChartVersion, patcher *ChartVersion, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*ChartVersion, error)

DefaultApplyFieldMaskChartVersion patches an pbObject with patcher according to a field mask.

func DefaultCreateChartVersion added in v0.0.8

func DefaultCreateChartVersion(ctx context.Context, in *ChartVersion, db *gorm1.DB) (*ChartVersion, error)

DefaultCreateChartVersion executes a basic gorm create call

func DefaultListChartVersion added in v0.0.8

func DefaultListChartVersion(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*ChartVersion, error)

DefaultListChartVersion executes a gorm list call

func DefaultPatchChartVersion added in v0.0.8

func DefaultPatchChartVersion(ctx context.Context, in *ChartVersion, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*ChartVersion, error)

DefaultPatchChartVersion executes a basic gorm update call with patch behavior

func DefaultPatchSetChartVersion added in v0.0.8

func DefaultPatchSetChartVersion(ctx context.Context, objects []*ChartVersion, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*ChartVersion, error)

DefaultPatchSetChartVersion executes a bulk gorm update call with patch behavior

func DefaultReadChartVersion added in v0.0.8

func DefaultReadChartVersion(ctx context.Context, in *ChartVersion, db *gorm1.DB, fs *query1.FieldSelection) (*ChartVersion, error)

DefaultReadChartVersion executes a basic gorm read call

func DefaultStrictUpdateChartVersion added in v0.0.8

func DefaultStrictUpdateChartVersion(ctx context.Context, in *ChartVersion, db *gorm1.DB) (*ChartVersion, error)

DefaultStrictUpdateChartVersion clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*ChartVersion) AtlasValidateJSON added in v0.0.8

func (_ *ChartVersion) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ChartVersion.

func (*ChartVersion) Descriptor added in v0.0.8

func (*ChartVersion) Descriptor() ([]byte, []int)

func (*ChartVersion) GetApplicationId added in v0.0.18

func (m *ChartVersion) GetApplicationId() *resource.Identifier

func (*ChartVersion) GetDescription added in v0.0.8

func (m *ChartVersion) GetDescription() string

func (*ChartVersion) GetId added in v0.0.8

func (m *ChartVersion) GetId() *resource.Identifier

func (*ChartVersion) GetName added in v0.0.8

func (m *ChartVersion) GetName() string

func (*ChartVersion) GetRepo added in v0.0.8

func (m *ChartVersion) GetRepo() string

func (*ChartVersion) GetVersion added in v0.0.8

func (m *ChartVersion) GetVersion() string

func (*ChartVersion) ProtoMessage added in v0.0.8

func (*ChartVersion) ProtoMessage()

func (*ChartVersion) Reset added in v0.0.8

func (m *ChartVersion) Reset()

func (*ChartVersion) String added in v0.0.8

func (m *ChartVersion) String() string

func (*ChartVersion) ToORM added in v0.0.8

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*ChartVersion) Validate added in v0.0.8

func (m *ChartVersion) Validate() error

Validate checks the field values on ChartVersion with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ChartVersion) XXX_DiscardUnknown added in v0.0.8

func (m *ChartVersion) XXX_DiscardUnknown()

func (*ChartVersion) XXX_Marshal added in v0.0.8

func (m *ChartVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChartVersion) XXX_Merge added in v0.0.8

func (m *ChartVersion) XXX_Merge(src proto.Message)

func (*ChartVersion) XXX_Size added in v0.0.8

func (m *ChartVersion) XXX_Size() int

func (*ChartVersion) XXX_Unmarshal added in v0.0.8

func (m *ChartVersion) XXX_Unmarshal(b []byte) error

type ChartVersionORM added in v0.0.8

type ChartVersionORM struct {
	AccountID     string
	ApplicationId *string `gorm:"type:UUID"`
	Description   string
	Id            string `gorm:"type:UUID;primary_key"`
	Name          string
	Repo          string
	Version       string
}

func (ChartVersionORM) BeforeSave added in v0.0.27

func (pOrm ChartVersionORM) BeforeSave(scope *gorm.Scope) error

func (ChartVersionORM) TableName added in v0.0.8

func (ChartVersionORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*ChartVersionORM) ToPB added in v0.0.8

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type ChartVersionORMWithAfterCreate_ added in v0.0.8

type ChartVersionORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type ChartVersionORMWithAfterDeleteSet added in v0.0.8

type ChartVersionORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*ChartVersion, *gorm1.DB) error
}

type ChartVersionORMWithAfterDelete_ added in v0.0.8

type ChartVersionORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type ChartVersionORMWithAfterListFind added in v0.0.8

type ChartVersionORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]ChartVersionORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type ChartVersionORMWithAfterReadFind added in v0.0.8

type ChartVersionORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type ChartVersionORMWithAfterStrictUpdateSave added in v0.0.8

type ChartVersionORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type ChartVersionORMWithBeforeCreate_ added in v0.0.8

type ChartVersionORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ChartVersionORMWithBeforeDeleteSet added in v0.0.8

type ChartVersionORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*ChartVersion, *gorm1.DB) (*gorm1.DB, error)
}

type ChartVersionORMWithBeforeDelete_ added in v0.0.8

type ChartVersionORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ChartVersionORMWithBeforeListApplyQuery added in v0.0.8

type ChartVersionORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ChartVersionORMWithBeforeListFind added in v0.0.8

type ChartVersionORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ChartVersionORMWithBeforeReadApplyQuery added in v0.0.8

type ChartVersionORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ChartVersionORMWithBeforeReadFind added in v0.0.8

type ChartVersionORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ChartVersionORMWithBeforeStrictUpdateCleanup added in v0.0.8

type ChartVersionORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ChartVersionORMWithBeforeStrictUpdateSave added in v0.0.8

type ChartVersionORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ChartVersionValidationError added in v0.0.8

type ChartVersionValidationError struct {
	// contains filtered or unexported fields
}

ChartVersionValidationError is the validation error returned by ChartVersion.Validate if the designated constraints aren't met.

func (ChartVersionValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ChartVersionValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ChartVersionValidationError) ErrorName added in v0.0.8

func (e ChartVersionValidationError) ErrorName() string

ErrorName returns error name.

func (ChartVersionValidationError) Field added in v0.0.8

Field function returns field value.

func (ChartVersionValidationError) Key added in v0.0.8

Key function returns key value.

func (ChartVersionValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ChartVersionWithAfterPatchSave added in v0.0.8

type ChartVersionWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *ChartVersion, *field_mask1.FieldMask, *gorm1.DB) error
}

type ChartVersionWithAfterToORM added in v0.0.8

type ChartVersionWithAfterToORM interface {
	AfterToORM(context.Context, *ChartVersionORM) error
}

ChartVersionAfterToORM called after default ToORM code

type ChartVersionWithAfterToPB added in v0.0.8

type ChartVersionWithAfterToPB interface {
	AfterToPB(context.Context, *ChartVersion) error
}

ChartVersionAfterToPB called after default ToPB code

type ChartVersionWithBeforePatchApplyFieldMask added in v0.0.8

type ChartVersionWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *ChartVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ChartVersionWithBeforePatchRead added in v0.0.8

type ChartVersionWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *ChartVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ChartVersionWithBeforePatchSave added in v0.0.8

type ChartVersionWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *ChartVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ChartVersionWithBeforeToORM added in v0.0.8

type ChartVersionWithBeforeToORM interface {
	BeforeToORM(context.Context, *ChartVersionORM) error
}

ChartVersionBeforeToORM called before default ToORM code

type ChartVersionWithBeforeToPB added in v0.0.8

type ChartVersionWithBeforeToPB interface {
	BeforeToPB(context.Context, *ChartVersion) error
}

ChartVersionBeforeToPB called before default ToPB code

type ChartVersionsChartVersionWithAfterCreate added in v0.0.8

type ChartVersionsChartVersionWithAfterCreate interface {
	AfterCreate(context.Context, *CreateChartVersionResponse, *gorm1.DB) error
}

ChartVersionsChartVersionWithAfterCreate called before DefaultCreateChartVersion in the default Create handler

type ChartVersionsChartVersionWithAfterDelete added in v0.0.8

type ChartVersionsChartVersionWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteChartVersionResponse, *gorm1.DB) error
}

ChartVersionsChartVersionWithAfterDelete called before DefaultDeleteChartVersion in the default Delete handler

type ChartVersionsChartVersionWithAfterList added in v0.0.8

type ChartVersionsChartVersionWithAfterList interface {
	AfterList(context.Context, *ListChartVersionsResponse, *gorm1.DB) error
}

ChartVersionsChartVersionWithAfterList called before DefaultListChartVersion in the default List handler

type ChartVersionsChartVersionWithAfterRead added in v0.0.8

type ChartVersionsChartVersionWithAfterRead interface {
	AfterRead(context.Context, *ReadChartVersionResponse, *gorm1.DB) error
}

ChartVersionsChartVersionWithAfterRead called before DefaultReadChartVersion in the default Read handler

type ChartVersionsChartVersionWithAfterUpdate added in v0.0.8

type ChartVersionsChartVersionWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateChartVersionResponse, *gorm1.DB) error
}

ChartVersionsChartVersionWithAfterUpdate called before DefaultUpdateChartVersion in the default Update handler

type ChartVersionsChartVersionWithBeforeCreate added in v0.0.8

type ChartVersionsChartVersionWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ChartVersionsChartVersionWithBeforeCreate called before DefaultCreateChartVersion in the default Create handler

type ChartVersionsChartVersionWithBeforeDelete added in v0.0.8

type ChartVersionsChartVersionWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ChartVersionsChartVersionWithBeforeDelete called before DefaultDeleteChartVersion in the default Delete handler

type ChartVersionsChartVersionWithBeforeList added in v0.0.8

type ChartVersionsChartVersionWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ChartVersionsChartVersionWithBeforeList called before DefaultListChartVersion in the default List handler

type ChartVersionsChartVersionWithBeforeRead added in v0.0.8

type ChartVersionsChartVersionWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ChartVersionsChartVersionWithBeforeRead called before DefaultReadChartVersion in the default Read handler

type ChartVersionsChartVersionWithBeforeUpdate added in v0.0.8

type ChartVersionsChartVersionWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ChartVersionsChartVersionWithBeforeUpdate called before DefaultUpdateChartVersion in the default Update handler

type ChartVersionsClient added in v0.0.8

type ChartVersionsClient interface {
	// Use this method to create a ChartVersion information.
	Create(ctx context.Context, in *CreateChartVersionRequest, opts ...grpc.CallOption) (*CreateChartVersionResponse, error)
	// Use this method to read a ChartVersion information by identifier.
	Read(ctx context.Context, in *ReadChartVersionRequest, opts ...grpc.CallOption) (*ReadChartVersionResponse, error)
	// Use this method to update a ChartVersion information.
	Update(ctx context.Context, in *UpdateChartVersionRequest, opts ...grpc.CallOption) (*UpdateChartVersionResponse, error)
	// Use this method to delete a particular ChartVersion.
	Delete(ctx context.Context, in *DeleteChartVersionRequest, opts ...grpc.CallOption) (*DeleteChartVersionResponse, error)
	// Use this method to retrieve all the ChartVersions.
	List(ctx context.Context, in *ListChartVersionRequest, opts ...grpc.CallOption) (*ListChartVersionsResponse, error)
}

ChartVersionsClient is the client API for ChartVersions service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewChartVersionsClient added in v0.0.8

func NewChartVersionsClient(cc *grpc.ClientConn) ChartVersionsClient

type ChartVersionsDefaultServer added in v0.0.8

type ChartVersionsDefaultServer struct {
}

func (*ChartVersionsDefaultServer) Create added in v0.0.8

Create ...

func (*ChartVersionsDefaultServer) Delete added in v0.0.8

Delete ...

func (*ChartVersionsDefaultServer) List added in v0.0.8

List ...

func (*ChartVersionsDefaultServer) Read added in v0.0.8

Read ...

func (*ChartVersionsDefaultServer) Update added in v0.0.8

Update ...

type ChartVersionsServer added in v0.0.8

type ChartVersionsServer interface {
	// Use this method to create a ChartVersion information.
	Create(context.Context, *CreateChartVersionRequest) (*CreateChartVersionResponse, error)
	// Use this method to read a ChartVersion information by identifier.
	Read(context.Context, *ReadChartVersionRequest) (*ReadChartVersionResponse, error)
	// Use this method to update a ChartVersion information.
	Update(context.Context, *UpdateChartVersionRequest) (*UpdateChartVersionResponse, error)
	// Use this method to delete a particular ChartVersion.
	Delete(context.Context, *DeleteChartVersionRequest) (*DeleteChartVersionResponse, error)
	// Use this method to retrieve all the ChartVersions.
	List(context.Context, *ListChartVersionRequest) (*ListChartVersionsResponse, error)
}

ChartVersionsServer is the server API for ChartVersions service.

type CloudProvider added in v0.0.8

type CloudProvider struct {
	// The CloudProvider identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the CloudProvider
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the CloudProvider
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The Provider
	Provider Provider `protobuf:"varint,4,opt,name=provider,proto3,enum=api.cmdb.Provider" json:"provider,omitempty"`
	// Cloud Provider Account Number
	Account string `protobuf:"bytes,5,opt,name=account,proto3" json:"account,omitempty"`
	// Regions for the CloudProvider
	Regions              []*Region `protobuf:"bytes,6,rep,name=regions,proto3" json:"regions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

------------------------------------------------------------------------ CloudProvider represents a particular Cloud Provider e.g. AWS or Azure ------------------------------------------------------------------------

func DefaultApplyFieldMaskCloudProvider added in v0.0.8

func DefaultApplyFieldMaskCloudProvider(ctx context.Context, patchee *CloudProvider, patcher *CloudProvider, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*CloudProvider, error)

DefaultApplyFieldMaskCloudProvider patches an pbObject with patcher according to a field mask.

func DefaultCreateCloudProvider added in v0.0.8

func DefaultCreateCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) (*CloudProvider, error)

DefaultCreateCloudProvider executes a basic gorm create call

func DefaultListCloudProvider added in v0.0.8

func DefaultListCloudProvider(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*CloudProvider, error)

DefaultListCloudProvider executes a gorm list call

func DefaultPatchCloudProvider added in v0.0.8

func DefaultPatchCloudProvider(ctx context.Context, in *CloudProvider, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*CloudProvider, error)

DefaultPatchCloudProvider executes a basic gorm update call with patch behavior

func DefaultPatchSetCloudProvider added in v0.0.8

func DefaultPatchSetCloudProvider(ctx context.Context, objects []*CloudProvider, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*CloudProvider, error)

DefaultPatchSetCloudProvider executes a bulk gorm update call with patch behavior

func DefaultReadCloudProvider added in v0.0.8

func DefaultReadCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB, fs *query1.FieldSelection) (*CloudProvider, error)

DefaultReadCloudProvider executes a basic gorm read call

func DefaultStrictUpdateCloudProvider added in v0.0.8

func DefaultStrictUpdateCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) (*CloudProvider, error)

DefaultStrictUpdateCloudProvider clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*CloudProvider) AtlasValidateJSON added in v0.0.8

func (_ *CloudProvider) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CloudProvider.

func (*CloudProvider) Descriptor added in v0.0.8

func (*CloudProvider) Descriptor() ([]byte, []int)

func (*CloudProvider) GetAccount added in v0.0.8

func (m *CloudProvider) GetAccount() string

func (*CloudProvider) GetDescription added in v0.0.8

func (m *CloudProvider) GetDescription() string

func (*CloudProvider) GetId added in v0.0.8

func (m *CloudProvider) GetId() *resource.Identifier

func (*CloudProvider) GetName added in v0.0.8

func (m *CloudProvider) GetName() string

func (*CloudProvider) GetProvider added in v0.0.8

func (m *CloudProvider) GetProvider() Provider

func (*CloudProvider) GetRegions added in v0.0.8

func (m *CloudProvider) GetRegions() []*Region

func (*CloudProvider) ProtoMessage added in v0.0.8

func (*CloudProvider) ProtoMessage()

func (*CloudProvider) Reset added in v0.0.8

func (m *CloudProvider) Reset()

func (*CloudProvider) String added in v0.0.8

func (m *CloudProvider) String() string

func (*CloudProvider) ToORM added in v0.0.8

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*CloudProvider) Validate added in v0.0.8

func (m *CloudProvider) Validate() error

Validate checks the field values on CloudProvider with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CloudProvider) XXX_DiscardUnknown added in v0.0.8

func (m *CloudProvider) XXX_DiscardUnknown()

func (*CloudProvider) XXX_Marshal added in v0.0.8

func (m *CloudProvider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CloudProvider) XXX_Merge added in v0.0.8

func (m *CloudProvider) XXX_Merge(src proto.Message)

func (*CloudProvider) XXX_Size added in v0.0.8

func (m *CloudProvider) XXX_Size() int

func (*CloudProvider) XXX_Unmarshal added in v0.0.8

func (m *CloudProvider) XXX_Unmarshal(b []byte) error

type CloudProviderORM added in v0.0.8

type CloudProviderORM struct {
	Account     string
	AccountID   string
	Description string
	Id          string `gorm:"type:UUID;primary_key"`
	Name        string
	Provider    int32
	Regions     []*RegionORM `gorm:"foreignkey:CloudProviderId;association_foreignkey:Id"`
}

func (CloudProviderORM) BeforeSave added in v0.0.27

func (pOrm CloudProviderORM) BeforeSave(scope *gorm.Scope) error

func (CloudProviderORM) TableName added in v0.0.8

func (CloudProviderORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*CloudProviderORM) ToPB added in v0.0.8

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type CloudProviderORMWithAfterCreate_ added in v0.0.8

type CloudProviderORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type CloudProviderORMWithAfterDeleteSet added in v0.0.8

type CloudProviderORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*CloudProvider, *gorm1.DB) error
}

type CloudProviderORMWithAfterDelete_ added in v0.0.8

type CloudProviderORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type CloudProviderORMWithAfterListFind added in v0.0.8

type CloudProviderORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]CloudProviderORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type CloudProviderORMWithAfterReadFind added in v0.0.8

type CloudProviderORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type CloudProviderORMWithAfterStrictUpdateSave added in v0.0.8

type CloudProviderORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type CloudProviderORMWithBeforeCreate_ added in v0.0.8

type CloudProviderORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeDeleteSet added in v0.0.8

type CloudProviderORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*CloudProvider, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeDelete_ added in v0.0.8

type CloudProviderORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeListApplyQuery added in v0.0.8

type CloudProviderORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeListFind added in v0.0.8

type CloudProviderORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeReadApplyQuery added in v0.0.8

type CloudProviderORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeReadFind added in v0.0.8

type CloudProviderORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeStrictUpdateCleanup added in v0.0.8

type CloudProviderORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeStrictUpdateSave added in v0.0.8

type CloudProviderORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderValidationError added in v0.0.8

type CloudProviderValidationError struct {
	// contains filtered or unexported fields
}

CloudProviderValidationError is the validation error returned by CloudProvider.Validate if the designated constraints aren't met.

func (CloudProviderValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (CloudProviderValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (CloudProviderValidationError) ErrorName added in v0.0.8

func (e CloudProviderValidationError) ErrorName() string

ErrorName returns error name.

func (CloudProviderValidationError) Field added in v0.0.8

Field function returns field value.

func (CloudProviderValidationError) Key added in v0.0.8

Key function returns key value.

func (CloudProviderValidationError) Reason added in v0.0.8

Reason function returns reason value.

type CloudProviderWithAfterPatchSave added in v0.0.8

type CloudProviderWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *CloudProvider, *field_mask1.FieldMask, *gorm1.DB) error
}

type CloudProviderWithAfterToORM added in v0.0.8

type CloudProviderWithAfterToORM interface {
	AfterToORM(context.Context, *CloudProviderORM) error
}

CloudProviderAfterToORM called after default ToORM code

type CloudProviderWithAfterToPB added in v0.0.8

type CloudProviderWithAfterToPB interface {
	AfterToPB(context.Context, *CloudProvider) error
}

CloudProviderAfterToPB called after default ToPB code

type CloudProviderWithBeforePatchApplyFieldMask added in v0.0.8

type CloudProviderWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *CloudProvider, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderWithBeforePatchRead added in v0.0.8

type CloudProviderWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *CloudProvider, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderWithBeforePatchSave added in v0.0.8

type CloudProviderWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *CloudProvider, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderWithBeforeToORM added in v0.0.8

type CloudProviderWithBeforeToORM interface {
	BeforeToORM(context.Context, *CloudProviderORM) error
}

CloudProviderBeforeToORM called before default ToORM code

type CloudProviderWithBeforeToPB added in v0.0.8

type CloudProviderWithBeforeToPB interface {
	BeforeToPB(context.Context, *CloudProvider) error
}

CloudProviderBeforeToPB called before default ToPB code

type CloudProvidersClient added in v0.0.8

type CloudProvidersClient interface {
	// Use this method to create a CloudProvider information.
	Create(ctx context.Context, in *CreateCloudProviderRequest, opts ...grpc.CallOption) (*CreateCloudProviderResponse, error)
	// Use this method to read a CloudProvider information by identifier.
	Read(ctx context.Context, in *ReadCloudProviderRequest, opts ...grpc.CallOption) (*ReadCloudProviderResponse, error)
	// Use this method to update a CloudProvider information.
	Update(ctx context.Context, in *UpdateCloudProviderRequest, opts ...grpc.CallOption) (*UpdateCloudProviderResponse, error)
	// Use this method to delete a particular CloudProvider.
	Delete(ctx context.Context, in *DeleteCloudProviderRequest, opts ...grpc.CallOption) (*DeleteCloudProviderResponse, error)
	// Use this method to retrieve all the CloudProviders.
	List(ctx context.Context, in *ListCloudProviderRequest, opts ...grpc.CallOption) (*ListCloudProvidersResponse, error)
}

CloudProvidersClient is the client API for CloudProviders service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCloudProvidersClient added in v0.0.8

func NewCloudProvidersClient(cc *grpc.ClientConn) CloudProvidersClient

type CloudProvidersCloudProviderWithAfterCreate added in v0.0.8

type CloudProvidersCloudProviderWithAfterCreate interface {
	AfterCreate(context.Context, *CreateCloudProviderResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterCreate called before DefaultCreateCloudProvider in the default Create handler

type CloudProvidersCloudProviderWithAfterDelete added in v0.0.8

type CloudProvidersCloudProviderWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteCloudProviderResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterDelete called before DefaultDeleteCloudProvider in the default Delete handler

type CloudProvidersCloudProviderWithAfterList added in v0.0.8

type CloudProvidersCloudProviderWithAfterList interface {
	AfterList(context.Context, *ListCloudProvidersResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterList called before DefaultListCloudProvider in the default List handler

type CloudProvidersCloudProviderWithAfterRead added in v0.0.8

type CloudProvidersCloudProviderWithAfterRead interface {
	AfterRead(context.Context, *ReadCloudProviderResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterRead called before DefaultReadCloudProvider in the default Read handler

type CloudProvidersCloudProviderWithAfterUpdate added in v0.0.8

type CloudProvidersCloudProviderWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateCloudProviderResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterUpdate called before DefaultUpdateCloudProvider in the default Update handler

type CloudProvidersCloudProviderWithBeforeCreate added in v0.0.8

type CloudProvidersCloudProviderWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeCreate called before DefaultCreateCloudProvider in the default Create handler

type CloudProvidersCloudProviderWithBeforeDelete added in v0.0.8

type CloudProvidersCloudProviderWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeDelete called before DefaultDeleteCloudProvider in the default Delete handler

type CloudProvidersCloudProviderWithBeforeList added in v0.0.8

type CloudProvidersCloudProviderWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeList called before DefaultListCloudProvider in the default List handler

type CloudProvidersCloudProviderWithBeforeRead added in v0.0.8

type CloudProvidersCloudProviderWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeRead called before DefaultReadCloudProvider in the default Read handler

type CloudProvidersCloudProviderWithBeforeUpdate added in v0.0.8

type CloudProvidersCloudProviderWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeUpdate called before DefaultUpdateCloudProvider in the default Update handler

type CloudProvidersDefaultServer added in v0.0.8

type CloudProvidersDefaultServer struct {
}

func (*CloudProvidersDefaultServer) Create added in v0.0.8

Create ...

func (*CloudProvidersDefaultServer) Delete added in v0.0.8

Delete ...

func (*CloudProvidersDefaultServer) List added in v0.0.8

List ...

func (*CloudProvidersDefaultServer) Read added in v0.0.8

Read ...

func (*CloudProvidersDefaultServer) Update added in v0.0.8

Update ...

type CloudProvidersServer added in v0.0.8

type CloudProvidersServer interface {
	// Use this method to create a CloudProvider information.
	Create(context.Context, *CreateCloudProviderRequest) (*CreateCloudProviderResponse, error)
	// Use this method to read a CloudProvider information by identifier.
	Read(context.Context, *ReadCloudProviderRequest) (*ReadCloudProviderResponse, error)
	// Use this method to update a CloudProvider information.
	Update(context.Context, *UpdateCloudProviderRequest) (*UpdateCloudProviderResponse, error)
	// Use this method to delete a particular CloudProvider.
	Delete(context.Context, *DeleteCloudProviderRequest) (*DeleteCloudProviderResponse, error)
	// Use this method to retrieve all the CloudProviders.
	List(context.Context, *ListCloudProviderRequest) (*ListCloudProvidersResponse, error)
}

CloudProvidersServer is the server API for CloudProviders service.

type CmdbClient

type CmdbClient interface {
	GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*VersionResponse, error)
}

CmdbClient is the client API for Cmdb service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCmdbClient

func NewCmdbClient(cc *grpc.ClientConn) CmdbClient

type CmdbServer

type CmdbServer interface {
	GetVersion(context.Context, *empty.Empty) (*VersionResponse, error)
}

CmdbServer is the server API for Cmdb service.

type CreateAppConfigRequest added in v0.0.15

type CreateAppConfigRequest struct {
	Payload              *AppConfig `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateAppConfigRequest) AtlasValidateJSON added in v0.0.15

func (_ *CreateAppConfigRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateAppConfigRequest.

func (*CreateAppConfigRequest) Descriptor added in v0.0.15

func (*CreateAppConfigRequest) Descriptor() ([]byte, []int)

func (*CreateAppConfigRequest) GetPayload added in v0.0.15

func (m *CreateAppConfigRequest) GetPayload() *AppConfig

func (*CreateAppConfigRequest) ProtoMessage added in v0.0.15

func (*CreateAppConfigRequest) ProtoMessage()

func (*CreateAppConfigRequest) Reset added in v0.0.15

func (m *CreateAppConfigRequest) Reset()

func (*CreateAppConfigRequest) String added in v0.0.15

func (m *CreateAppConfigRequest) String() string

func (*CreateAppConfigRequest) Validate added in v0.0.15

func (m *CreateAppConfigRequest) Validate() error

Validate checks the field values on CreateAppConfigRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateAppConfigRequest) XXX_DiscardUnknown added in v0.0.15

func (m *CreateAppConfigRequest) XXX_DiscardUnknown()

func (*CreateAppConfigRequest) XXX_Marshal added in v0.0.15

func (m *CreateAppConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateAppConfigRequest) XXX_Merge added in v0.0.15

func (m *CreateAppConfigRequest) XXX_Merge(src proto.Message)

func (*CreateAppConfigRequest) XXX_Size added in v0.0.15

func (m *CreateAppConfigRequest) XXX_Size() int

func (*CreateAppConfigRequest) XXX_Unmarshal added in v0.0.15

func (m *CreateAppConfigRequest) XXX_Unmarshal(b []byte) error

type CreateAppConfigRequestValidationError added in v0.0.15

type CreateAppConfigRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateAppConfigRequestValidationError is the validation error returned by CreateAppConfigRequest.Validate if the designated constraints aren't met.

func (CreateAppConfigRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (CreateAppConfigRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (CreateAppConfigRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (CreateAppConfigRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (CreateAppConfigRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (CreateAppConfigRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type CreateAppConfigResponse added in v0.0.15

type CreateAppConfigResponse struct {
	Result               *AppConfig `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateAppConfigResponse) AtlasValidateJSON added in v0.0.15

func (_ *CreateAppConfigResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateAppConfigResponse.

func (*CreateAppConfigResponse) Descriptor added in v0.0.15

func (*CreateAppConfigResponse) Descriptor() ([]byte, []int)

func (*CreateAppConfigResponse) GetResult added in v0.0.15

func (m *CreateAppConfigResponse) GetResult() *AppConfig

func (*CreateAppConfigResponse) ProtoMessage added in v0.0.15

func (*CreateAppConfigResponse) ProtoMessage()

func (*CreateAppConfigResponse) Reset added in v0.0.15

func (m *CreateAppConfigResponse) Reset()

func (*CreateAppConfigResponse) String added in v0.0.15

func (m *CreateAppConfigResponse) String() string

func (*CreateAppConfigResponse) Validate added in v0.0.15

func (m *CreateAppConfigResponse) Validate() error

Validate checks the field values on CreateAppConfigResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateAppConfigResponse) XXX_DiscardUnknown added in v0.0.15

func (m *CreateAppConfigResponse) XXX_DiscardUnknown()

func (*CreateAppConfigResponse) XXX_Marshal added in v0.0.15

func (m *CreateAppConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateAppConfigResponse) XXX_Merge added in v0.0.15

func (m *CreateAppConfigResponse) XXX_Merge(src proto.Message)

func (*CreateAppConfigResponse) XXX_Size added in v0.0.15

func (m *CreateAppConfigResponse) XXX_Size() int

func (*CreateAppConfigResponse) XXX_Unmarshal added in v0.0.15

func (m *CreateAppConfigResponse) XXX_Unmarshal(b []byte) error

type CreateAppConfigResponseValidationError added in v0.0.15

type CreateAppConfigResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateAppConfigResponseValidationError is the validation error returned by CreateAppConfigResponse.Validate if the designated constraints aren't met.

func (CreateAppConfigResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (CreateAppConfigResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (CreateAppConfigResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (CreateAppConfigResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (CreateAppConfigResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (CreateAppConfigResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type CreateAppVersionRequest added in v0.0.15

type CreateAppVersionRequest struct {
	Payload              *AppVersion `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateAppVersionRequest) AtlasValidateJSON added in v0.0.15

func (_ *CreateAppVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateAppVersionRequest.

func (*CreateAppVersionRequest) Descriptor added in v0.0.15

func (*CreateAppVersionRequest) Descriptor() ([]byte, []int)

func (*CreateAppVersionRequest) GetPayload added in v0.0.15

func (m *CreateAppVersionRequest) GetPayload() *AppVersion

func (*CreateAppVersionRequest) ProtoMessage added in v0.0.15

func (*CreateAppVersionRequest) ProtoMessage()

func (*CreateAppVersionRequest) Reset added in v0.0.15

func (m *CreateAppVersionRequest) Reset()

func (*CreateAppVersionRequest) String added in v0.0.15

func (m *CreateAppVersionRequest) String() string

func (*CreateAppVersionRequest) Validate added in v0.0.15

func (m *CreateAppVersionRequest) Validate() error

Validate checks the field values on CreateAppVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateAppVersionRequest) XXX_DiscardUnknown added in v0.0.15

func (m *CreateAppVersionRequest) XXX_DiscardUnknown()

func (*CreateAppVersionRequest) XXX_Marshal added in v0.0.15

func (m *CreateAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateAppVersionRequest) XXX_Merge added in v0.0.15

func (m *CreateAppVersionRequest) XXX_Merge(src proto.Message)

func (*CreateAppVersionRequest) XXX_Size added in v0.0.15

func (m *CreateAppVersionRequest) XXX_Size() int

func (*CreateAppVersionRequest) XXX_Unmarshal added in v0.0.15

func (m *CreateAppVersionRequest) XXX_Unmarshal(b []byte) error

type CreateAppVersionRequestValidationError added in v0.0.15

type CreateAppVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateAppVersionRequestValidationError is the validation error returned by CreateAppVersionRequest.Validate if the designated constraints aren't met.

func (CreateAppVersionRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (CreateAppVersionRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (CreateAppVersionRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (CreateAppVersionRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (CreateAppVersionRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (CreateAppVersionRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type CreateAppVersionResponse added in v0.0.15

type CreateAppVersionResponse struct {
	Result               *AppVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateAppVersionResponse) AtlasValidateJSON added in v0.0.15

func (_ *CreateAppVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateAppVersionResponse.

func (*CreateAppVersionResponse) Descriptor added in v0.0.15

func (*CreateAppVersionResponse) Descriptor() ([]byte, []int)

func (*CreateAppVersionResponse) GetResult added in v0.0.15

func (m *CreateAppVersionResponse) GetResult() *AppVersion

func (*CreateAppVersionResponse) ProtoMessage added in v0.0.15

func (*CreateAppVersionResponse) ProtoMessage()

func (*CreateAppVersionResponse) Reset added in v0.0.15

func (m *CreateAppVersionResponse) Reset()

func (*CreateAppVersionResponse) String added in v0.0.15

func (m *CreateAppVersionResponse) String() string

func (*CreateAppVersionResponse) Validate added in v0.0.15

func (m *CreateAppVersionResponse) Validate() error

Validate checks the field values on CreateAppVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateAppVersionResponse) XXX_DiscardUnknown added in v0.0.15

func (m *CreateAppVersionResponse) XXX_DiscardUnknown()

func (*CreateAppVersionResponse) XXX_Marshal added in v0.0.15

func (m *CreateAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateAppVersionResponse) XXX_Merge added in v0.0.15

func (m *CreateAppVersionResponse) XXX_Merge(src proto.Message)

func (*CreateAppVersionResponse) XXX_Size added in v0.0.15

func (m *CreateAppVersionResponse) XXX_Size() int

func (*CreateAppVersionResponse) XXX_Unmarshal added in v0.0.15

func (m *CreateAppVersionResponse) XXX_Unmarshal(b []byte) error

type CreateAppVersionResponseValidationError added in v0.0.15

type CreateAppVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateAppVersionResponseValidationError is the validation error returned by CreateAppVersionResponse.Validate if the designated constraints aren't met.

func (CreateAppVersionResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (CreateAppVersionResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (CreateAppVersionResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (CreateAppVersionResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (CreateAppVersionResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (CreateAppVersionResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type CreateApplicationInstanceRequest added in v0.0.8

type CreateApplicationInstanceRequest struct {
	Payload              *ApplicationInstance `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CreateApplicationInstanceRequest) AtlasValidateJSON added in v0.0.8

func (_ *CreateApplicationInstanceRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateApplicationInstanceRequest.

func (*CreateApplicationInstanceRequest) Descriptor added in v0.0.8

func (*CreateApplicationInstanceRequest) Descriptor() ([]byte, []int)

func (*CreateApplicationInstanceRequest) GetPayload added in v0.0.8

func (*CreateApplicationInstanceRequest) ProtoMessage added in v0.0.8

func (*CreateApplicationInstanceRequest) ProtoMessage()

func (*CreateApplicationInstanceRequest) Reset added in v0.0.8

func (*CreateApplicationInstanceRequest) String added in v0.0.8

func (*CreateApplicationInstanceRequest) Validate added in v0.0.8

Validate checks the field values on CreateApplicationInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateApplicationInstanceRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateApplicationInstanceRequest) XXX_DiscardUnknown()

func (*CreateApplicationInstanceRequest) XXX_Marshal added in v0.0.8

func (m *CreateApplicationInstanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationInstanceRequest) XXX_Merge added in v0.0.8

func (*CreateApplicationInstanceRequest) XXX_Size added in v0.0.8

func (m *CreateApplicationInstanceRequest) XXX_Size() int

func (*CreateApplicationInstanceRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateApplicationInstanceRequest) XXX_Unmarshal(b []byte) error

type CreateApplicationInstanceRequestValidationError added in v0.0.8

type CreateApplicationInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateApplicationInstanceRequestValidationError is the validation error returned by CreateApplicationInstanceRequest.Validate if the designated constraints aren't met.

func (CreateApplicationInstanceRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (CreateApplicationInstanceRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (CreateApplicationInstanceRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (CreateApplicationInstanceRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (CreateApplicationInstanceRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (CreateApplicationInstanceRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type CreateApplicationInstanceResponse added in v0.0.8

type CreateApplicationInstanceResponse struct {
	Result               *ApplicationInstance `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CreateApplicationInstanceResponse) AtlasValidateJSON added in v0.0.8

func (_ *CreateApplicationInstanceResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateApplicationInstanceResponse.

func (*CreateApplicationInstanceResponse) Descriptor added in v0.0.8

func (*CreateApplicationInstanceResponse) Descriptor() ([]byte, []int)

func (*CreateApplicationInstanceResponse) GetResult added in v0.0.8

func (*CreateApplicationInstanceResponse) ProtoMessage added in v0.0.8

func (*CreateApplicationInstanceResponse) ProtoMessage()

func (*CreateApplicationInstanceResponse) Reset added in v0.0.8

func (*CreateApplicationInstanceResponse) String added in v0.0.8

func (*CreateApplicationInstanceResponse) Validate added in v0.0.8

Validate checks the field values on CreateApplicationInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateApplicationInstanceResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateApplicationInstanceResponse) XXX_DiscardUnknown()

func (*CreateApplicationInstanceResponse) XXX_Marshal added in v0.0.8

func (m *CreateApplicationInstanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationInstanceResponse) XXX_Merge added in v0.0.8

func (*CreateApplicationInstanceResponse) XXX_Size added in v0.0.8

func (m *CreateApplicationInstanceResponse) XXX_Size() int

func (*CreateApplicationInstanceResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateApplicationInstanceResponse) XXX_Unmarshal(b []byte) error

type CreateApplicationInstanceResponseValidationError added in v0.0.8

type CreateApplicationInstanceResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateApplicationInstanceResponseValidationError is the validation error returned by CreateApplicationInstanceResponse.Validate if the designated constraints aren't met.

func (CreateApplicationInstanceResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (CreateApplicationInstanceResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (CreateApplicationInstanceResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (CreateApplicationInstanceResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (CreateApplicationInstanceResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (CreateApplicationInstanceResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type CreateApplicationRequest added in v0.0.6

type CreateApplicationRequest struct {
	Payload              *Application `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateApplicationRequest) AtlasValidateJSON added in v0.0.6

func (_ *CreateApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateApplicationRequest.

func (*CreateApplicationRequest) Descriptor added in v0.0.6

func (*CreateApplicationRequest) Descriptor() ([]byte, []int)

func (*CreateApplicationRequest) GetPayload added in v0.0.6

func (m *CreateApplicationRequest) GetPayload() *Application

func (*CreateApplicationRequest) ProtoMessage added in v0.0.6

func (*CreateApplicationRequest) ProtoMessage()

func (*CreateApplicationRequest) Reset added in v0.0.6

func (m *CreateApplicationRequest) Reset()

func (*CreateApplicationRequest) String added in v0.0.6

func (m *CreateApplicationRequest) String() string

func (*CreateApplicationRequest) Validate added in v0.0.6

func (m *CreateApplicationRequest) Validate() error

Validate checks the field values on CreateApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateApplicationRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateApplicationRequest) XXX_DiscardUnknown()

func (*CreateApplicationRequest) XXX_Marshal added in v0.0.8

func (m *CreateApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationRequest) XXX_Merge added in v0.0.8

func (m *CreateApplicationRequest) XXX_Merge(src proto.Message)

func (*CreateApplicationRequest) XXX_Size added in v0.0.8

func (m *CreateApplicationRequest) XXX_Size() int

func (*CreateApplicationRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateApplicationRequest) XXX_Unmarshal(b []byte) error

type CreateApplicationRequestValidationError added in v0.0.6

type CreateApplicationRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateApplicationRequestValidationError is the validation error returned by CreateApplicationRequest.Validate if the designated constraints aren't met.

func (CreateApplicationRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateApplicationRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateApplicationRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateApplicationRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateApplicationRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateApplicationRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateApplicationResponse added in v0.0.6

type CreateApplicationResponse struct {
	Result               *Application `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateApplicationResponse) AtlasValidateJSON added in v0.0.6

func (_ *CreateApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateApplicationResponse.

func (*CreateApplicationResponse) Descriptor added in v0.0.6

func (*CreateApplicationResponse) Descriptor() ([]byte, []int)

func (*CreateApplicationResponse) GetResult added in v0.0.6

func (m *CreateApplicationResponse) GetResult() *Application

func (*CreateApplicationResponse) ProtoMessage added in v0.0.6

func (*CreateApplicationResponse) ProtoMessage()

func (*CreateApplicationResponse) Reset added in v0.0.6

func (m *CreateApplicationResponse) Reset()

func (*CreateApplicationResponse) String added in v0.0.6

func (m *CreateApplicationResponse) String() string

func (*CreateApplicationResponse) Validate added in v0.0.6

func (m *CreateApplicationResponse) Validate() error

Validate checks the field values on CreateApplicationResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateApplicationResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateApplicationResponse) XXX_DiscardUnknown()

func (*CreateApplicationResponse) XXX_Marshal added in v0.0.8

func (m *CreateApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationResponse) XXX_Merge added in v0.0.8

func (m *CreateApplicationResponse) XXX_Merge(src proto.Message)

func (*CreateApplicationResponse) XXX_Size added in v0.0.8

func (m *CreateApplicationResponse) XXX_Size() int

func (*CreateApplicationResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateApplicationResponse) XXX_Unmarshal(b []byte) error

type CreateApplicationResponseValidationError added in v0.0.6

type CreateApplicationResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateApplicationResponseValidationError is the validation error returned by CreateApplicationResponse.Validate if the designated constraints aren't met.

func (CreateApplicationResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateApplicationResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateApplicationResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateApplicationResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateApplicationResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateApplicationResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateArtifactRequest added in v0.0.6

type CreateArtifactRequest struct {
	Payload              *Artifact `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CreateArtifactRequest) AtlasValidateJSON added in v0.0.6

func (_ *CreateArtifactRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateArtifactRequest.

func (*CreateArtifactRequest) Descriptor added in v0.0.6

func (*CreateArtifactRequest) Descriptor() ([]byte, []int)

func (*CreateArtifactRequest) GetPayload added in v0.0.6

func (m *CreateArtifactRequest) GetPayload() *Artifact

func (*CreateArtifactRequest) ProtoMessage added in v0.0.6

func (*CreateArtifactRequest) ProtoMessage()

func (*CreateArtifactRequest) Reset added in v0.0.6

func (m *CreateArtifactRequest) Reset()

func (*CreateArtifactRequest) String added in v0.0.6

func (m *CreateArtifactRequest) String() string

func (*CreateArtifactRequest) Validate added in v0.0.6

func (m *CreateArtifactRequest) Validate() error

Validate checks the field values on CreateArtifactRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateArtifactRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateArtifactRequest) XXX_DiscardUnknown()

func (*CreateArtifactRequest) XXX_Marshal added in v0.0.8

func (m *CreateArtifactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateArtifactRequest) XXX_Merge added in v0.0.8

func (m *CreateArtifactRequest) XXX_Merge(src proto.Message)

func (*CreateArtifactRequest) XXX_Size added in v0.0.8

func (m *CreateArtifactRequest) XXX_Size() int

func (*CreateArtifactRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateArtifactRequest) XXX_Unmarshal(b []byte) error

type CreateArtifactRequestValidationError added in v0.0.6

type CreateArtifactRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateArtifactRequestValidationError is the validation error returned by CreateArtifactRequest.Validate if the designated constraints aren't met.

func (CreateArtifactRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateArtifactRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateArtifactRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateArtifactRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateArtifactRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateArtifactRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateArtifactResponse added in v0.0.6

type CreateArtifactResponse struct {
	Result               *Artifact `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CreateArtifactResponse) AtlasValidateJSON added in v0.0.6

func (_ *CreateArtifactResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateArtifactResponse.

func (*CreateArtifactResponse) Descriptor added in v0.0.6

func (*CreateArtifactResponse) Descriptor() ([]byte, []int)

func (*CreateArtifactResponse) GetResult added in v0.0.6

func (m *CreateArtifactResponse) GetResult() *Artifact

func (*CreateArtifactResponse) ProtoMessage added in v0.0.6

func (*CreateArtifactResponse) ProtoMessage()

func (*CreateArtifactResponse) Reset added in v0.0.6

func (m *CreateArtifactResponse) Reset()

func (*CreateArtifactResponse) String added in v0.0.6

func (m *CreateArtifactResponse) String() string

func (*CreateArtifactResponse) Validate added in v0.0.6

func (m *CreateArtifactResponse) Validate() error

Validate checks the field values on CreateArtifactResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateArtifactResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateArtifactResponse) XXX_DiscardUnknown()

func (*CreateArtifactResponse) XXX_Marshal added in v0.0.8

func (m *CreateArtifactResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateArtifactResponse) XXX_Merge added in v0.0.8

func (m *CreateArtifactResponse) XXX_Merge(src proto.Message)

func (*CreateArtifactResponse) XXX_Size added in v0.0.8

func (m *CreateArtifactResponse) XXX_Size() int

func (*CreateArtifactResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateArtifactResponse) XXX_Unmarshal(b []byte) error

type CreateArtifactResponseValidationError added in v0.0.6

type CreateArtifactResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateArtifactResponseValidationError is the validation error returned by CreateArtifactResponse.Validate if the designated constraints aren't met.

func (CreateArtifactResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateArtifactResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateArtifactResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateArtifactResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateArtifactResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateArtifactResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateChartVersionRequest added in v0.0.8

type CreateChartVersionRequest struct {
	Payload              *ChartVersion `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CreateChartVersionRequest) AtlasValidateJSON added in v0.0.8

func (_ *CreateChartVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateChartVersionRequest.

func (*CreateChartVersionRequest) Descriptor added in v0.0.8

func (*CreateChartVersionRequest) Descriptor() ([]byte, []int)

func (*CreateChartVersionRequest) GetPayload added in v0.0.8

func (m *CreateChartVersionRequest) GetPayload() *ChartVersion

func (*CreateChartVersionRequest) ProtoMessage added in v0.0.8

func (*CreateChartVersionRequest) ProtoMessage()

func (*CreateChartVersionRequest) Reset added in v0.0.8

func (m *CreateChartVersionRequest) Reset()

func (*CreateChartVersionRequest) String added in v0.0.8

func (m *CreateChartVersionRequest) String() string

func (*CreateChartVersionRequest) Validate added in v0.0.8

func (m *CreateChartVersionRequest) Validate() error

Validate checks the field values on CreateChartVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateChartVersionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateChartVersionRequest) XXX_DiscardUnknown()

func (*CreateChartVersionRequest) XXX_Marshal added in v0.0.8

func (m *CreateChartVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateChartVersionRequest) XXX_Merge added in v0.0.8

func (m *CreateChartVersionRequest) XXX_Merge(src proto.Message)

func (*CreateChartVersionRequest) XXX_Size added in v0.0.8

func (m *CreateChartVersionRequest) XXX_Size() int

func (*CreateChartVersionRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateChartVersionRequest) XXX_Unmarshal(b []byte) error

type CreateChartVersionRequestValidationError added in v0.0.8

type CreateChartVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateChartVersionRequestValidationError is the validation error returned by CreateChartVersionRequest.Validate if the designated constraints aren't met.

func (CreateChartVersionRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (CreateChartVersionRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (CreateChartVersionRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (CreateChartVersionRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (CreateChartVersionRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (CreateChartVersionRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type CreateChartVersionResponse added in v0.0.8

type CreateChartVersionResponse struct {
	Result               *ChartVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CreateChartVersionResponse) AtlasValidateJSON added in v0.0.8

func (_ *CreateChartVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateChartVersionResponse.

func (*CreateChartVersionResponse) Descriptor added in v0.0.8

func (*CreateChartVersionResponse) Descriptor() ([]byte, []int)

func (*CreateChartVersionResponse) GetResult added in v0.0.8

func (m *CreateChartVersionResponse) GetResult() *ChartVersion

func (*CreateChartVersionResponse) ProtoMessage added in v0.0.8

func (*CreateChartVersionResponse) ProtoMessage()

func (*CreateChartVersionResponse) Reset added in v0.0.8

func (m *CreateChartVersionResponse) Reset()

func (*CreateChartVersionResponse) String added in v0.0.8

func (m *CreateChartVersionResponse) String() string

func (*CreateChartVersionResponse) Validate added in v0.0.8

func (m *CreateChartVersionResponse) Validate() error

Validate checks the field values on CreateChartVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateChartVersionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateChartVersionResponse) XXX_DiscardUnknown()

func (*CreateChartVersionResponse) XXX_Marshal added in v0.0.8

func (m *CreateChartVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateChartVersionResponse) XXX_Merge added in v0.0.8

func (m *CreateChartVersionResponse) XXX_Merge(src proto.Message)

func (*CreateChartVersionResponse) XXX_Size added in v0.0.8

func (m *CreateChartVersionResponse) XXX_Size() int

func (*CreateChartVersionResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateChartVersionResponse) XXX_Unmarshal(b []byte) error

type CreateChartVersionResponseValidationError added in v0.0.8

type CreateChartVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateChartVersionResponseValidationError is the validation error returned by CreateChartVersionResponse.Validate if the designated constraints aren't met.

func (CreateChartVersionResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (CreateChartVersionResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (CreateChartVersionResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (CreateChartVersionResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (CreateChartVersionResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (CreateChartVersionResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type CreateCloudProviderRequest added in v0.0.8

type CreateCloudProviderRequest struct {
	Payload              *CloudProvider `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateCloudProviderRequest) AtlasValidateJSON added in v0.0.8

func (_ *CreateCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateCloudProviderRequest.

func (*CreateCloudProviderRequest) Descriptor added in v0.0.8

func (*CreateCloudProviderRequest) Descriptor() ([]byte, []int)

func (*CreateCloudProviderRequest) GetPayload added in v0.0.8

func (m *CreateCloudProviderRequest) GetPayload() *CloudProvider

func (*CreateCloudProviderRequest) ProtoMessage added in v0.0.8

func (*CreateCloudProviderRequest) ProtoMessage()

func (*CreateCloudProviderRequest) Reset added in v0.0.8

func (m *CreateCloudProviderRequest) Reset()

func (*CreateCloudProviderRequest) String added in v0.0.8

func (m *CreateCloudProviderRequest) String() string

func (*CreateCloudProviderRequest) Validate added in v0.0.8

func (m *CreateCloudProviderRequest) Validate() error

Validate checks the field values on CreateCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateCloudProviderRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateCloudProviderRequest) XXX_DiscardUnknown()

func (*CreateCloudProviderRequest) XXX_Marshal added in v0.0.8

func (m *CreateCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCloudProviderRequest) XXX_Merge added in v0.0.8

func (m *CreateCloudProviderRequest) XXX_Merge(src proto.Message)

func (*CreateCloudProviderRequest) XXX_Size added in v0.0.8

func (m *CreateCloudProviderRequest) XXX_Size() int

func (*CreateCloudProviderRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateCloudProviderRequest) XXX_Unmarshal(b []byte) error

type CreateCloudProviderRequestValidationError added in v0.0.8

type CreateCloudProviderRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateCloudProviderRequestValidationError is the validation error returned by CreateCloudProviderRequest.Validate if the designated constraints aren't met.

func (CreateCloudProviderRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (CreateCloudProviderRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (CreateCloudProviderRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (CreateCloudProviderRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (CreateCloudProviderRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (CreateCloudProviderRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type CreateCloudProviderResponse added in v0.0.8

type CreateCloudProviderResponse struct {
	Result               *CloudProvider `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateCloudProviderResponse) AtlasValidateJSON added in v0.0.8

func (_ *CreateCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateCloudProviderResponse.

func (*CreateCloudProviderResponse) Descriptor added in v0.0.8

func (*CreateCloudProviderResponse) Descriptor() ([]byte, []int)

func (*CreateCloudProviderResponse) GetResult added in v0.0.8

func (*CreateCloudProviderResponse) ProtoMessage added in v0.0.8

func (*CreateCloudProviderResponse) ProtoMessage()

func (*CreateCloudProviderResponse) Reset added in v0.0.8

func (m *CreateCloudProviderResponse) Reset()

func (*CreateCloudProviderResponse) String added in v0.0.8

func (m *CreateCloudProviderResponse) String() string

func (*CreateCloudProviderResponse) Validate added in v0.0.8

func (m *CreateCloudProviderResponse) Validate() error

Validate checks the field values on CreateCloudProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateCloudProviderResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateCloudProviderResponse) XXX_DiscardUnknown()

func (*CreateCloudProviderResponse) XXX_Marshal added in v0.0.8

func (m *CreateCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCloudProviderResponse) XXX_Merge added in v0.0.8

func (m *CreateCloudProviderResponse) XXX_Merge(src proto.Message)

func (*CreateCloudProviderResponse) XXX_Size added in v0.0.8

func (m *CreateCloudProviderResponse) XXX_Size() int

func (*CreateCloudProviderResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateCloudProviderResponse) XXX_Unmarshal(b []byte) error

type CreateCloudProviderResponseValidationError added in v0.0.8

type CreateCloudProviderResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateCloudProviderResponseValidationError is the validation error returned by CreateCloudProviderResponse.Validate if the designated constraints aren't met.

func (CreateCloudProviderResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (CreateCloudProviderResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (CreateCloudProviderResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (CreateCloudProviderResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (CreateCloudProviderResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (CreateCloudProviderResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type CreateDeploymentRequest added in v0.0.6

type CreateDeploymentRequest struct {
	Payload              *Deployment `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateDeploymentRequest) AtlasValidateJSON added in v0.0.6

func (_ *CreateDeploymentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateDeploymentRequest.

func (*CreateDeploymentRequest) Descriptor added in v0.0.6

func (*CreateDeploymentRequest) Descriptor() ([]byte, []int)

func (*CreateDeploymentRequest) GetPayload added in v0.0.6

func (m *CreateDeploymentRequest) GetPayload() *Deployment

func (*CreateDeploymentRequest) ProtoMessage added in v0.0.6

func (*CreateDeploymentRequest) ProtoMessage()

func (*CreateDeploymentRequest) Reset added in v0.0.6

func (m *CreateDeploymentRequest) Reset()

func (*CreateDeploymentRequest) String added in v0.0.6

func (m *CreateDeploymentRequest) String() string

func (*CreateDeploymentRequest) Validate added in v0.0.6

func (m *CreateDeploymentRequest) Validate() error

Validate checks the field values on CreateDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateDeploymentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateDeploymentRequest) XXX_DiscardUnknown()

func (*CreateDeploymentRequest) XXX_Marshal added in v0.0.8

func (m *CreateDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateDeploymentRequest) XXX_Merge added in v0.0.8

func (m *CreateDeploymentRequest) XXX_Merge(src proto.Message)

func (*CreateDeploymentRequest) XXX_Size added in v0.0.8

func (m *CreateDeploymentRequest) XXX_Size() int

func (*CreateDeploymentRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateDeploymentRequest) XXX_Unmarshal(b []byte) error

type CreateDeploymentRequestValidationError added in v0.0.6

type CreateDeploymentRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateDeploymentRequestValidationError is the validation error returned by CreateDeploymentRequest.Validate if the designated constraints aren't met.

func (CreateDeploymentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateDeploymentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateDeploymentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateDeploymentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateDeploymentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateDeploymentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateDeploymentResponse added in v0.0.6

type CreateDeploymentResponse struct {
	Result               *Deployment `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateDeploymentResponse) AtlasValidateJSON added in v0.0.6

func (_ *CreateDeploymentResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateDeploymentResponse.

func (*CreateDeploymentResponse) Descriptor added in v0.0.6

func (*CreateDeploymentResponse) Descriptor() ([]byte, []int)

func (*CreateDeploymentResponse) GetResult added in v0.0.6

func (m *CreateDeploymentResponse) GetResult() *Deployment

func (*CreateDeploymentResponse) ProtoMessage added in v0.0.6

func (*CreateDeploymentResponse) ProtoMessage()

func (*CreateDeploymentResponse) Reset added in v0.0.6

func (m *CreateDeploymentResponse) Reset()

func (*CreateDeploymentResponse) String added in v0.0.6

func (m *CreateDeploymentResponse) String() string

func (*CreateDeploymentResponse) Validate added in v0.0.6

func (m *CreateDeploymentResponse) Validate() error

Validate checks the field values on CreateDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateDeploymentResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateDeploymentResponse) XXX_DiscardUnknown()

func (*CreateDeploymentResponse) XXX_Marshal added in v0.0.8

func (m *CreateDeploymentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateDeploymentResponse) XXX_Merge added in v0.0.8

func (m *CreateDeploymentResponse) XXX_Merge(src proto.Message)

func (*CreateDeploymentResponse) XXX_Size added in v0.0.8

func (m *CreateDeploymentResponse) XXX_Size() int

func (*CreateDeploymentResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateDeploymentResponse) XXX_Unmarshal(b []byte) error

type CreateDeploymentResponseValidationError added in v0.0.6

type CreateDeploymentResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateDeploymentResponseValidationError is the validation error returned by CreateDeploymentResponse.Validate if the designated constraints aren't met.

func (CreateDeploymentResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateDeploymentResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateDeploymentResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateDeploymentResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateDeploymentResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateDeploymentResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateEnvironmentRequest added in v0.0.6

type CreateEnvironmentRequest struct {
	Payload              *Environment `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateEnvironmentRequest) AtlasValidateJSON added in v0.0.6

func (_ *CreateEnvironmentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateEnvironmentRequest.

func (*CreateEnvironmentRequest) Descriptor added in v0.0.6

func (*CreateEnvironmentRequest) Descriptor() ([]byte, []int)

func (*CreateEnvironmentRequest) GetPayload added in v0.0.6

func (m *CreateEnvironmentRequest) GetPayload() *Environment

func (*CreateEnvironmentRequest) ProtoMessage added in v0.0.6

func (*CreateEnvironmentRequest) ProtoMessage()

func (*CreateEnvironmentRequest) Reset added in v0.0.6

func (m *CreateEnvironmentRequest) Reset()

func (*CreateEnvironmentRequest) String added in v0.0.6

func (m *CreateEnvironmentRequest) String() string

func (*CreateEnvironmentRequest) Validate added in v0.0.6

func (m *CreateEnvironmentRequest) Validate() error

Validate checks the field values on CreateEnvironmentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateEnvironmentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateEnvironmentRequest) XXX_DiscardUnknown()

func (*CreateEnvironmentRequest) XXX_Marshal added in v0.0.8

func (m *CreateEnvironmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEnvironmentRequest) XXX_Merge added in v0.0.8

func (m *CreateEnvironmentRequest) XXX_Merge(src proto.Message)

func (*CreateEnvironmentRequest) XXX_Size added in v0.0.8

func (m *CreateEnvironmentRequest) XXX_Size() int

func (*CreateEnvironmentRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateEnvironmentRequest) XXX_Unmarshal(b []byte) error

type CreateEnvironmentRequestValidationError added in v0.0.6

type CreateEnvironmentRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateEnvironmentRequestValidationError is the validation error returned by CreateEnvironmentRequest.Validate if the designated constraints aren't met.

func (CreateEnvironmentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateEnvironmentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateEnvironmentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateEnvironmentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateEnvironmentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateEnvironmentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateEnvironmentResponse added in v0.0.6

type CreateEnvironmentResponse struct {
	Result               *Environment `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateEnvironmentResponse) AtlasValidateJSON added in v0.0.6

func (_ *CreateEnvironmentResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateEnvironmentResponse.

func (*CreateEnvironmentResponse) Descriptor added in v0.0.6

func (*CreateEnvironmentResponse) Descriptor() ([]byte, []int)

func (*CreateEnvironmentResponse) GetResult added in v0.0.6

func (m *CreateEnvironmentResponse) GetResult() *Environment

func (*CreateEnvironmentResponse) ProtoMessage added in v0.0.6

func (*CreateEnvironmentResponse) ProtoMessage()

func (*CreateEnvironmentResponse) Reset added in v0.0.6

func (m *CreateEnvironmentResponse) Reset()

func (*CreateEnvironmentResponse) String added in v0.0.6

func (m *CreateEnvironmentResponse) String() string

func (*CreateEnvironmentResponse) Validate added in v0.0.6

func (m *CreateEnvironmentResponse) Validate() error

Validate checks the field values on CreateEnvironmentResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateEnvironmentResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateEnvironmentResponse) XXX_DiscardUnknown()

func (*CreateEnvironmentResponse) XXX_Marshal added in v0.0.8

func (m *CreateEnvironmentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEnvironmentResponse) XXX_Merge added in v0.0.8

func (m *CreateEnvironmentResponse) XXX_Merge(src proto.Message)

func (*CreateEnvironmentResponse) XXX_Size added in v0.0.8

func (m *CreateEnvironmentResponse) XXX_Size() int

func (*CreateEnvironmentResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateEnvironmentResponse) XXX_Unmarshal(b []byte) error

type CreateEnvironmentResponseValidationError added in v0.0.6

type CreateEnvironmentResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateEnvironmentResponseValidationError is the validation error returned by CreateEnvironmentResponse.Validate if the designated constraints aren't met.

func (CreateEnvironmentResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateEnvironmentResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateEnvironmentResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateEnvironmentResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateEnvironmentResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateEnvironmentResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateKubeClusterRequest added in v0.0.6

type CreateKubeClusterRequest struct {
	Payload              *KubeCluster `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateKubeClusterRequest) AtlasValidateJSON added in v0.0.6

func (_ *CreateKubeClusterRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateKubeClusterRequest.

func (*CreateKubeClusterRequest) Descriptor added in v0.0.6

func (*CreateKubeClusterRequest) Descriptor() ([]byte, []int)

func (*CreateKubeClusterRequest) GetPayload added in v0.0.6

func (m *CreateKubeClusterRequest) GetPayload() *KubeCluster

func (*CreateKubeClusterRequest) ProtoMessage added in v0.0.6

func (*CreateKubeClusterRequest) ProtoMessage()

func (*CreateKubeClusterRequest) Reset added in v0.0.6

func (m *CreateKubeClusterRequest) Reset()

func (*CreateKubeClusterRequest) String added in v0.0.6

func (m *CreateKubeClusterRequest) String() string

func (*CreateKubeClusterRequest) Validate added in v0.0.6

func (m *CreateKubeClusterRequest) Validate() error

Validate checks the field values on CreateKubeClusterRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateKubeClusterRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateKubeClusterRequest) XXX_DiscardUnknown()

func (*CreateKubeClusterRequest) XXX_Marshal added in v0.0.8

func (m *CreateKubeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateKubeClusterRequest) XXX_Merge added in v0.0.8

func (m *CreateKubeClusterRequest) XXX_Merge(src proto.Message)

func (*CreateKubeClusterRequest) XXX_Size added in v0.0.8

func (m *CreateKubeClusterRequest) XXX_Size() int

func (*CreateKubeClusterRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateKubeClusterRequest) XXX_Unmarshal(b []byte) error

type CreateKubeClusterRequestValidationError added in v0.0.6

type CreateKubeClusterRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateKubeClusterRequestValidationError is the validation error returned by CreateKubeClusterRequest.Validate if the designated constraints aren't met.

func (CreateKubeClusterRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateKubeClusterRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateKubeClusterRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateKubeClusterRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateKubeClusterRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateKubeClusterRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateKubeClusterResponse added in v0.0.6

type CreateKubeClusterResponse struct {
	Result               *KubeCluster `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateKubeClusterResponse) AtlasValidateJSON added in v0.0.6

func (_ *CreateKubeClusterResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateKubeClusterResponse.

func (*CreateKubeClusterResponse) Descriptor added in v0.0.6

func (*CreateKubeClusterResponse) Descriptor() ([]byte, []int)

func (*CreateKubeClusterResponse) GetResult added in v0.0.6

func (m *CreateKubeClusterResponse) GetResult() *KubeCluster

func (*CreateKubeClusterResponse) ProtoMessage added in v0.0.6

func (*CreateKubeClusterResponse) ProtoMessage()

func (*CreateKubeClusterResponse) Reset added in v0.0.6

func (m *CreateKubeClusterResponse) Reset()

func (*CreateKubeClusterResponse) String added in v0.0.6

func (m *CreateKubeClusterResponse) String() string

func (*CreateKubeClusterResponse) Validate added in v0.0.6

func (m *CreateKubeClusterResponse) Validate() error

Validate checks the field values on CreateKubeClusterResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateKubeClusterResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateKubeClusterResponse) XXX_DiscardUnknown()

func (*CreateKubeClusterResponse) XXX_Marshal added in v0.0.8

func (m *CreateKubeClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateKubeClusterResponse) XXX_Merge added in v0.0.8

func (m *CreateKubeClusterResponse) XXX_Merge(src proto.Message)

func (*CreateKubeClusterResponse) XXX_Size added in v0.0.8

func (m *CreateKubeClusterResponse) XXX_Size() int

func (*CreateKubeClusterResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateKubeClusterResponse) XXX_Unmarshal(b []byte) error

type CreateKubeClusterResponseValidationError added in v0.0.6

type CreateKubeClusterResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateKubeClusterResponseValidationError is the validation error returned by CreateKubeClusterResponse.Validate if the designated constraints aren't met.

func (CreateKubeClusterResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (CreateKubeClusterResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (CreateKubeClusterResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (CreateKubeClusterResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (CreateKubeClusterResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (CreateKubeClusterResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type CreateLifecycleRequest added in v0.0.15

type CreateLifecycleRequest struct {
	Payload              *Lifecycle `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateLifecycleRequest) AtlasValidateJSON added in v0.0.15

func (_ *CreateLifecycleRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateLifecycleRequest.

func (*CreateLifecycleRequest) Descriptor added in v0.0.15

func (*CreateLifecycleRequest) Descriptor() ([]byte, []int)

func (*CreateLifecycleRequest) GetPayload added in v0.0.15

func (m *CreateLifecycleRequest) GetPayload() *Lifecycle

func (*CreateLifecycleRequest) ProtoMessage added in v0.0.15

func (*CreateLifecycleRequest) ProtoMessage()

func (*CreateLifecycleRequest) Reset added in v0.0.15

func (m *CreateLifecycleRequest) Reset()

func (*CreateLifecycleRequest) String added in v0.0.15

func (m *CreateLifecycleRequest) String() string

func (*CreateLifecycleRequest) Validate added in v0.0.15

func (m *CreateLifecycleRequest) Validate() error

Validate checks the field values on CreateLifecycleRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateLifecycleRequest) XXX_DiscardUnknown added in v0.0.15

func (m *CreateLifecycleRequest) XXX_DiscardUnknown()

func (*CreateLifecycleRequest) XXX_Marshal added in v0.0.15

func (m *CreateLifecycleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateLifecycleRequest) XXX_Merge added in v0.0.15

func (m *CreateLifecycleRequest) XXX_Merge(src proto.Message)

func (*CreateLifecycleRequest) XXX_Size added in v0.0.15

func (m *CreateLifecycleRequest) XXX_Size() int

func (*CreateLifecycleRequest) XXX_Unmarshal added in v0.0.15

func (m *CreateLifecycleRequest) XXX_Unmarshal(b []byte) error

type CreateLifecycleRequestValidationError added in v0.0.15

type CreateLifecycleRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateLifecycleRequestValidationError is the validation error returned by CreateLifecycleRequest.Validate if the designated constraints aren't met.

func (CreateLifecycleRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (CreateLifecycleRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (CreateLifecycleRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (CreateLifecycleRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (CreateLifecycleRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (CreateLifecycleRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type CreateLifecycleResponse added in v0.0.15

type CreateLifecycleResponse struct {
	Result               *Lifecycle `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateLifecycleResponse) AtlasValidateJSON added in v0.0.15

func (_ *CreateLifecycleResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateLifecycleResponse.

func (*CreateLifecycleResponse) Descriptor added in v0.0.15

func (*CreateLifecycleResponse) Descriptor() ([]byte, []int)

func (*CreateLifecycleResponse) GetResult added in v0.0.15

func (m *CreateLifecycleResponse) GetResult() *Lifecycle

func (*CreateLifecycleResponse) ProtoMessage added in v0.0.15

func (*CreateLifecycleResponse) ProtoMessage()

func (*CreateLifecycleResponse) Reset added in v0.0.15

func (m *CreateLifecycleResponse) Reset()

func (*CreateLifecycleResponse) String added in v0.0.15

func (m *CreateLifecycleResponse) String() string

func (*CreateLifecycleResponse) Validate added in v0.0.15

func (m *CreateLifecycleResponse) Validate() error

Validate checks the field values on CreateLifecycleResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateLifecycleResponse) XXX_DiscardUnknown added in v0.0.15

func (m *CreateLifecycleResponse) XXX_DiscardUnknown()

func (*CreateLifecycleResponse) XXX_Marshal added in v0.0.15

func (m *CreateLifecycleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateLifecycleResponse) XXX_Merge added in v0.0.15

func (m *CreateLifecycleResponse) XXX_Merge(src proto.Message)

func (*CreateLifecycleResponse) XXX_Size added in v0.0.15

func (m *CreateLifecycleResponse) XXX_Size() int

func (*CreateLifecycleResponse) XXX_Unmarshal added in v0.0.15

func (m *CreateLifecycleResponse) XXX_Unmarshal(b []byte) error

type CreateLifecycleResponseValidationError added in v0.0.15

type CreateLifecycleResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateLifecycleResponseValidationError is the validation error returned by CreateLifecycleResponse.Validate if the designated constraints aren't met.

func (CreateLifecycleResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (CreateLifecycleResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (CreateLifecycleResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (CreateLifecycleResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (CreateLifecycleResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (CreateLifecycleResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type CreateNetworkRequest added in v0.0.27

type CreateNetworkRequest struct {
	Payload              *Network `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateNetworkRequest) AtlasValidateJSON added in v0.0.27

func (_ *CreateNetworkRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateNetworkRequest.

func (*CreateNetworkRequest) Descriptor added in v0.0.27

func (*CreateNetworkRequest) Descriptor() ([]byte, []int)

func (*CreateNetworkRequest) GetPayload added in v0.0.27

func (m *CreateNetworkRequest) GetPayload() *Network

func (*CreateNetworkRequest) ProtoMessage added in v0.0.27

func (*CreateNetworkRequest) ProtoMessage()

func (*CreateNetworkRequest) Reset added in v0.0.27

func (m *CreateNetworkRequest) Reset()

func (*CreateNetworkRequest) String added in v0.0.27

func (m *CreateNetworkRequest) String() string

func (*CreateNetworkRequest) Validate added in v0.0.27

func (m *CreateNetworkRequest) Validate() error

Validate checks the field values on CreateNetworkRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateNetworkRequest) XXX_DiscardUnknown added in v0.0.27

func (m *CreateNetworkRequest) XXX_DiscardUnknown()

func (*CreateNetworkRequest) XXX_Marshal added in v0.0.27

func (m *CreateNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateNetworkRequest) XXX_Merge added in v0.0.27

func (m *CreateNetworkRequest) XXX_Merge(src proto.Message)

func (*CreateNetworkRequest) XXX_Size added in v0.0.27

func (m *CreateNetworkRequest) XXX_Size() int

func (*CreateNetworkRequest) XXX_Unmarshal added in v0.0.27

func (m *CreateNetworkRequest) XXX_Unmarshal(b []byte) error

type CreateNetworkRequestValidationError added in v0.0.27

type CreateNetworkRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateNetworkRequestValidationError is the validation error returned by CreateNetworkRequest.Validate if the designated constraints aren't met.

func (CreateNetworkRequestValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (CreateNetworkRequestValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (CreateNetworkRequestValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (CreateNetworkRequestValidationError) Field added in v0.0.27

Field function returns field value.

func (CreateNetworkRequestValidationError) Key added in v0.0.27

Key function returns key value.

func (CreateNetworkRequestValidationError) Reason added in v0.0.27

Reason function returns reason value.

type CreateNetworkResponse added in v0.0.27

type CreateNetworkResponse struct {
	Result               *Network `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateNetworkResponse) AtlasValidateJSON added in v0.0.27

func (_ *CreateNetworkResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateNetworkResponse.

func (*CreateNetworkResponse) Descriptor added in v0.0.27

func (*CreateNetworkResponse) Descriptor() ([]byte, []int)

func (*CreateNetworkResponse) GetResult added in v0.0.27

func (m *CreateNetworkResponse) GetResult() *Network

func (*CreateNetworkResponse) ProtoMessage added in v0.0.27

func (*CreateNetworkResponse) ProtoMessage()

func (*CreateNetworkResponse) Reset added in v0.0.27

func (m *CreateNetworkResponse) Reset()

func (*CreateNetworkResponse) String added in v0.0.27

func (m *CreateNetworkResponse) String() string

func (*CreateNetworkResponse) Validate added in v0.0.27

func (m *CreateNetworkResponse) Validate() error

Validate checks the field values on CreateNetworkResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateNetworkResponse) XXX_DiscardUnknown added in v0.0.27

func (m *CreateNetworkResponse) XXX_DiscardUnknown()

func (*CreateNetworkResponse) XXX_Marshal added in v0.0.27

func (m *CreateNetworkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateNetworkResponse) XXX_Merge added in v0.0.27

func (m *CreateNetworkResponse) XXX_Merge(src proto.Message)

func (*CreateNetworkResponse) XXX_Size added in v0.0.27

func (m *CreateNetworkResponse) XXX_Size() int

func (*CreateNetworkResponse) XXX_Unmarshal added in v0.0.27

func (m *CreateNetworkResponse) XXX_Unmarshal(b []byte) error

type CreateNetworkResponseValidationError added in v0.0.27

type CreateNetworkResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateNetworkResponseValidationError is the validation error returned by CreateNetworkResponse.Validate if the designated constraints aren't met.

func (CreateNetworkResponseValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (CreateNetworkResponseValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (CreateNetworkResponseValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (CreateNetworkResponseValidationError) Field added in v0.0.27

Field function returns field value.

func (CreateNetworkResponseValidationError) Key added in v0.0.27

Key function returns key value.

func (CreateNetworkResponseValidationError) Reason added in v0.0.27

Reason function returns reason value.

type CreateRegionRequest

type CreateRegionRequest struct {
	Payload              *Region  `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRegionRequest) AtlasValidateJSON

func (_ *CreateRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateRegionRequest.

func (*CreateRegionRequest) Descriptor

func (*CreateRegionRequest) Descriptor() ([]byte, []int)

func (*CreateRegionRequest) GetPayload

func (m *CreateRegionRequest) GetPayload() *Region

func (*CreateRegionRequest) ProtoMessage

func (*CreateRegionRequest) ProtoMessage()

func (*CreateRegionRequest) Reset

func (m *CreateRegionRequest) Reset()

func (*CreateRegionRequest) String

func (m *CreateRegionRequest) String() string

func (*CreateRegionRequest) Validate

func (m *CreateRegionRequest) Validate() error

Validate checks the field values on CreateRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateRegionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateRegionRequest) XXX_DiscardUnknown()

func (*CreateRegionRequest) XXX_Marshal added in v0.0.8

func (m *CreateRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRegionRequest) XXX_Merge added in v0.0.8

func (m *CreateRegionRequest) XXX_Merge(src proto.Message)

func (*CreateRegionRequest) XXX_Size added in v0.0.8

func (m *CreateRegionRequest) XXX_Size() int

func (*CreateRegionRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateRegionRequest) XXX_Unmarshal(b []byte) error

type CreateRegionRequestValidationError

type CreateRegionRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateRegionRequestValidationError is the validation error returned by CreateRegionRequest.Validate if the designated constraints aren't met.

func (CreateRegionRequestValidationError) Cause

Cause function returns cause value.

func (CreateRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateRegionRequestValidationError) Field

Field function returns field value.

func (CreateRegionRequestValidationError) Key

Key function returns key value.

func (CreateRegionRequestValidationError) Reason

Reason function returns reason value.

type CreateRegionResponse

type CreateRegionResponse struct {
	Result               *Region  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRegionResponse) AtlasValidateJSON

func (_ *CreateRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateRegionResponse.

func (*CreateRegionResponse) Descriptor

func (*CreateRegionResponse) Descriptor() ([]byte, []int)

func (*CreateRegionResponse) GetResult

func (m *CreateRegionResponse) GetResult() *Region

func (*CreateRegionResponse) ProtoMessage

func (*CreateRegionResponse) ProtoMessage()

func (*CreateRegionResponse) Reset

func (m *CreateRegionResponse) Reset()

func (*CreateRegionResponse) String

func (m *CreateRegionResponse) String() string

func (*CreateRegionResponse) Validate

func (m *CreateRegionResponse) Validate() error

Validate checks the field values on CreateRegionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateRegionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateRegionResponse) XXX_DiscardUnknown()

func (*CreateRegionResponse) XXX_Marshal added in v0.0.8

func (m *CreateRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRegionResponse) XXX_Merge added in v0.0.8

func (m *CreateRegionResponse) XXX_Merge(src proto.Message)

func (*CreateRegionResponse) XXX_Size added in v0.0.8

func (m *CreateRegionResponse) XXX_Size() int

func (*CreateRegionResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateRegionResponse) XXX_Unmarshal(b []byte) error

type CreateRegionResponseValidationError

type CreateRegionResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateRegionResponseValidationError is the validation error returned by CreateRegionResponse.Validate if the designated constraints aren't met.

func (CreateRegionResponseValidationError) Cause

Cause function returns cause value.

func (CreateRegionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateRegionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateRegionResponseValidationError) Field

Field function returns field value.

func (CreateRegionResponseValidationError) Key

Key function returns key value.

func (CreateRegionResponseValidationError) Reason

Reason function returns reason value.

type CreateSecretRequest added in v0.0.5

type CreateSecretRequest struct {
	Payload              *Secret  `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSecretRequest) AtlasValidateJSON added in v0.0.5

func (_ *CreateSecretRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateSecretRequest.

func (*CreateSecretRequest) Descriptor added in v0.0.5

func (*CreateSecretRequest) Descriptor() ([]byte, []int)

func (*CreateSecretRequest) GetPayload added in v0.0.5

func (m *CreateSecretRequest) GetPayload() *Secret

func (*CreateSecretRequest) ProtoMessage added in v0.0.5

func (*CreateSecretRequest) ProtoMessage()

func (*CreateSecretRequest) Reset added in v0.0.5

func (m *CreateSecretRequest) Reset()

func (*CreateSecretRequest) String added in v0.0.5

func (m *CreateSecretRequest) String() string

func (*CreateSecretRequest) Validate added in v0.0.5

func (m *CreateSecretRequest) Validate() error

Validate checks the field values on CreateSecretRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateSecretRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateSecretRequest) XXX_DiscardUnknown()

func (*CreateSecretRequest) XXX_Marshal added in v0.0.8

func (m *CreateSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSecretRequest) XXX_Merge added in v0.0.8

func (m *CreateSecretRequest) XXX_Merge(src proto.Message)

func (*CreateSecretRequest) XXX_Size added in v0.0.8

func (m *CreateSecretRequest) XXX_Size() int

func (*CreateSecretRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateSecretRequest) XXX_Unmarshal(b []byte) error

type CreateSecretRequestValidationError added in v0.0.5

type CreateSecretRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateSecretRequestValidationError is the validation error returned by CreateSecretRequest.Validate if the designated constraints aren't met.

func (CreateSecretRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (CreateSecretRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (CreateSecretRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (CreateSecretRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (CreateSecretRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (CreateSecretRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type CreateSecretResponse added in v0.0.5

type CreateSecretResponse struct {
	Result               *Secret  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSecretResponse) AtlasValidateJSON added in v0.0.5

func (_ *CreateSecretResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateSecretResponse.

func (*CreateSecretResponse) Descriptor added in v0.0.5

func (*CreateSecretResponse) Descriptor() ([]byte, []int)

func (*CreateSecretResponse) GetResult added in v0.0.5

func (m *CreateSecretResponse) GetResult() *Secret

func (*CreateSecretResponse) ProtoMessage added in v0.0.5

func (*CreateSecretResponse) ProtoMessage()

func (*CreateSecretResponse) Reset added in v0.0.5

func (m *CreateSecretResponse) Reset()

func (*CreateSecretResponse) String added in v0.0.5

func (m *CreateSecretResponse) String() string

func (*CreateSecretResponse) Validate added in v0.0.5

func (m *CreateSecretResponse) Validate() error

Validate checks the field values on CreateSecretResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateSecretResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateSecretResponse) XXX_DiscardUnknown()

func (*CreateSecretResponse) XXX_Marshal added in v0.0.8

func (m *CreateSecretResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSecretResponse) XXX_Merge added in v0.0.8

func (m *CreateSecretResponse) XXX_Merge(src proto.Message)

func (*CreateSecretResponse) XXX_Size added in v0.0.8

func (m *CreateSecretResponse) XXX_Size() int

func (*CreateSecretResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateSecretResponse) XXX_Unmarshal(b []byte) error

type CreateSecretResponseValidationError added in v0.0.5

type CreateSecretResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateSecretResponseValidationError is the validation error returned by CreateSecretResponse.Validate if the designated constraints aren't met.

func (CreateSecretResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (CreateSecretResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (CreateSecretResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (CreateSecretResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (CreateSecretResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (CreateSecretResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type CreateVaultRequest added in v0.0.5

type CreateVaultRequest struct {
	Payload              *Vault   `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateVaultRequest) AtlasValidateJSON added in v0.0.5

func (_ *CreateVaultRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateVaultRequest.

func (*CreateVaultRequest) Descriptor added in v0.0.5

func (*CreateVaultRequest) Descriptor() ([]byte, []int)

func (*CreateVaultRequest) GetPayload added in v0.0.5

func (m *CreateVaultRequest) GetPayload() *Vault

func (*CreateVaultRequest) ProtoMessage added in v0.0.5

func (*CreateVaultRequest) ProtoMessage()

func (*CreateVaultRequest) Reset added in v0.0.5

func (m *CreateVaultRequest) Reset()

func (*CreateVaultRequest) String added in v0.0.5

func (m *CreateVaultRequest) String() string

func (*CreateVaultRequest) Validate added in v0.0.5

func (m *CreateVaultRequest) Validate() error

Validate checks the field values on CreateVaultRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateVaultRequest) XXX_DiscardUnknown added in v0.0.8

func (m *CreateVaultRequest) XXX_DiscardUnknown()

func (*CreateVaultRequest) XXX_Marshal added in v0.0.8

func (m *CreateVaultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateVaultRequest) XXX_Merge added in v0.0.8

func (m *CreateVaultRequest) XXX_Merge(src proto.Message)

func (*CreateVaultRequest) XXX_Size added in v0.0.8

func (m *CreateVaultRequest) XXX_Size() int

func (*CreateVaultRequest) XXX_Unmarshal added in v0.0.8

func (m *CreateVaultRequest) XXX_Unmarshal(b []byte) error

type CreateVaultRequestValidationError added in v0.0.5

type CreateVaultRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateVaultRequestValidationError is the validation error returned by CreateVaultRequest.Validate if the designated constraints aren't met.

func (CreateVaultRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (CreateVaultRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (CreateVaultRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (CreateVaultRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (CreateVaultRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (CreateVaultRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type CreateVaultResponse added in v0.0.5

type CreateVaultResponse struct {
	Result               *Vault   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateVaultResponse) AtlasValidateJSON added in v0.0.5

func (_ *CreateVaultResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateVaultResponse.

func (*CreateVaultResponse) Descriptor added in v0.0.5

func (*CreateVaultResponse) Descriptor() ([]byte, []int)

func (*CreateVaultResponse) GetResult added in v0.0.5

func (m *CreateVaultResponse) GetResult() *Vault

func (*CreateVaultResponse) ProtoMessage added in v0.0.5

func (*CreateVaultResponse) ProtoMessage()

func (*CreateVaultResponse) Reset added in v0.0.5

func (m *CreateVaultResponse) Reset()

func (*CreateVaultResponse) String added in v0.0.5

func (m *CreateVaultResponse) String() string

func (*CreateVaultResponse) Validate added in v0.0.5

func (m *CreateVaultResponse) Validate() error

Validate checks the field values on CreateVaultResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateVaultResponse) XXX_DiscardUnknown added in v0.0.8

func (m *CreateVaultResponse) XXX_DiscardUnknown()

func (*CreateVaultResponse) XXX_Marshal added in v0.0.8

func (m *CreateVaultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateVaultResponse) XXX_Merge added in v0.0.8

func (m *CreateVaultResponse) XXX_Merge(src proto.Message)

func (*CreateVaultResponse) XXX_Size added in v0.0.8

func (m *CreateVaultResponse) XXX_Size() int

func (*CreateVaultResponse) XXX_Unmarshal added in v0.0.8

func (m *CreateVaultResponse) XXX_Unmarshal(b []byte) error

type CreateVaultResponseValidationError added in v0.0.5

type CreateVaultResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateVaultResponseValidationError is the validation error returned by CreateVaultResponse.Validate if the designated constraints aren't met.

func (CreateVaultResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (CreateVaultResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (CreateVaultResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (CreateVaultResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (CreateVaultResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (CreateVaultResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type DeleteAppConfigRequest added in v0.0.15

type DeleteAppConfigRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteAppConfigRequest) AtlasValidateJSON added in v0.0.15

func (_ *DeleteAppConfigRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteAppConfigRequest.

func (*DeleteAppConfigRequest) Descriptor added in v0.0.15

func (*DeleteAppConfigRequest) Descriptor() ([]byte, []int)

func (*DeleteAppConfigRequest) GetId added in v0.0.15

func (*DeleteAppConfigRequest) ProtoMessage added in v0.0.15

func (*DeleteAppConfigRequest) ProtoMessage()

func (*DeleteAppConfigRequest) Reset added in v0.0.15

func (m *DeleteAppConfigRequest) Reset()

func (*DeleteAppConfigRequest) String added in v0.0.15

func (m *DeleteAppConfigRequest) String() string

func (*DeleteAppConfigRequest) Validate added in v0.0.15

func (m *DeleteAppConfigRequest) Validate() error

Validate checks the field values on DeleteAppConfigRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteAppConfigRequest) XXX_DiscardUnknown added in v0.0.15

func (m *DeleteAppConfigRequest) XXX_DiscardUnknown()

func (*DeleteAppConfigRequest) XXX_Marshal added in v0.0.15

func (m *DeleteAppConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteAppConfigRequest) XXX_Merge added in v0.0.15

func (m *DeleteAppConfigRequest) XXX_Merge(src proto.Message)

func (*DeleteAppConfigRequest) XXX_Size added in v0.0.15

func (m *DeleteAppConfigRequest) XXX_Size() int

func (*DeleteAppConfigRequest) XXX_Unmarshal added in v0.0.15

func (m *DeleteAppConfigRequest) XXX_Unmarshal(b []byte) error

type DeleteAppConfigRequestValidationError added in v0.0.15

type DeleteAppConfigRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteAppConfigRequestValidationError is the validation error returned by DeleteAppConfigRequest.Validate if the designated constraints aren't met.

func (DeleteAppConfigRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (DeleteAppConfigRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (DeleteAppConfigRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (DeleteAppConfigRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (DeleteAppConfigRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (DeleteAppConfigRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type DeleteAppConfigResponse added in v0.0.15

type DeleteAppConfigResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAppConfigResponse) AtlasValidateJSON added in v0.0.15

func (_ *DeleteAppConfigResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteAppConfigResponse.

func (*DeleteAppConfigResponse) Descriptor added in v0.0.15

func (*DeleteAppConfigResponse) Descriptor() ([]byte, []int)

func (*DeleteAppConfigResponse) ProtoMessage added in v0.0.15

func (*DeleteAppConfigResponse) ProtoMessage()

func (*DeleteAppConfigResponse) Reset added in v0.0.15

func (m *DeleteAppConfigResponse) Reset()

func (*DeleteAppConfigResponse) String added in v0.0.15

func (m *DeleteAppConfigResponse) String() string

func (*DeleteAppConfigResponse) Validate added in v0.0.15

func (m *DeleteAppConfigResponse) Validate() error

Validate checks the field values on DeleteAppConfigResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteAppConfigResponse) XXX_DiscardUnknown added in v0.0.15

func (m *DeleteAppConfigResponse) XXX_DiscardUnknown()

func (*DeleteAppConfigResponse) XXX_Marshal added in v0.0.15

func (m *DeleteAppConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteAppConfigResponse) XXX_Merge added in v0.0.15

func (m *DeleteAppConfigResponse) XXX_Merge(src proto.Message)

func (*DeleteAppConfigResponse) XXX_Size added in v0.0.15

func (m *DeleteAppConfigResponse) XXX_Size() int

func (*DeleteAppConfigResponse) XXX_Unmarshal added in v0.0.15

func (m *DeleteAppConfigResponse) XXX_Unmarshal(b []byte) error

type DeleteAppConfigResponseValidationError added in v0.0.15

type DeleteAppConfigResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteAppConfigResponseValidationError is the validation error returned by DeleteAppConfigResponse.Validate if the designated constraints aren't met.

func (DeleteAppConfigResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (DeleteAppConfigResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (DeleteAppConfigResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (DeleteAppConfigResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (DeleteAppConfigResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (DeleteAppConfigResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type DeleteAppVersionRequest added in v0.0.15

type DeleteAppVersionRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteAppVersionRequest) AtlasValidateJSON added in v0.0.15

func (_ *DeleteAppVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteAppVersionRequest.

func (*DeleteAppVersionRequest) Descriptor added in v0.0.15

func (*DeleteAppVersionRequest) Descriptor() ([]byte, []int)

func (*DeleteAppVersionRequest) GetId added in v0.0.15

func (*DeleteAppVersionRequest) ProtoMessage added in v0.0.15

func (*DeleteAppVersionRequest) ProtoMessage()

func (*DeleteAppVersionRequest) Reset added in v0.0.15

func (m *DeleteAppVersionRequest) Reset()

func (*DeleteAppVersionRequest) String added in v0.0.15

func (m *DeleteAppVersionRequest) String() string

func (*DeleteAppVersionRequest) Validate added in v0.0.15

func (m *DeleteAppVersionRequest) Validate() error

Validate checks the field values on DeleteAppVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteAppVersionRequest) XXX_DiscardUnknown added in v0.0.15

func (m *DeleteAppVersionRequest) XXX_DiscardUnknown()

func (*DeleteAppVersionRequest) XXX_Marshal added in v0.0.15

func (m *DeleteAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteAppVersionRequest) XXX_Merge added in v0.0.15

func (m *DeleteAppVersionRequest) XXX_Merge(src proto.Message)

func (*DeleteAppVersionRequest) XXX_Size added in v0.0.15

func (m *DeleteAppVersionRequest) XXX_Size() int

func (*DeleteAppVersionRequest) XXX_Unmarshal added in v0.0.15

func (m *DeleteAppVersionRequest) XXX_Unmarshal(b []byte) error

type DeleteAppVersionRequestValidationError added in v0.0.15

type DeleteAppVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteAppVersionRequestValidationError is the validation error returned by DeleteAppVersionRequest.Validate if the designated constraints aren't met.

func (DeleteAppVersionRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (DeleteAppVersionRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (DeleteAppVersionRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (DeleteAppVersionRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (DeleteAppVersionRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (DeleteAppVersionRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type DeleteAppVersionResponse added in v0.0.15

type DeleteAppVersionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAppVersionResponse) AtlasValidateJSON added in v0.0.15

func (_ *DeleteAppVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteAppVersionResponse.

func (*DeleteAppVersionResponse) Descriptor added in v0.0.15

func (*DeleteAppVersionResponse) Descriptor() ([]byte, []int)

func (*DeleteAppVersionResponse) ProtoMessage added in v0.0.15

func (*DeleteAppVersionResponse) ProtoMessage()

func (*DeleteAppVersionResponse) Reset added in v0.0.15

func (m *DeleteAppVersionResponse) Reset()

func (*DeleteAppVersionResponse) String added in v0.0.15

func (m *DeleteAppVersionResponse) String() string

func (*DeleteAppVersionResponse) Validate added in v0.0.15

func (m *DeleteAppVersionResponse) Validate() error

Validate checks the field values on DeleteAppVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteAppVersionResponse) XXX_DiscardUnknown added in v0.0.15

func (m *DeleteAppVersionResponse) XXX_DiscardUnknown()

func (*DeleteAppVersionResponse) XXX_Marshal added in v0.0.15

func (m *DeleteAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteAppVersionResponse) XXX_Merge added in v0.0.15

func (m *DeleteAppVersionResponse) XXX_Merge(src proto.Message)

func (*DeleteAppVersionResponse) XXX_Size added in v0.0.15

func (m *DeleteAppVersionResponse) XXX_Size() int

func (*DeleteAppVersionResponse) XXX_Unmarshal added in v0.0.15

func (m *DeleteAppVersionResponse) XXX_Unmarshal(b []byte) error

type DeleteAppVersionResponseValidationError added in v0.0.15

type DeleteAppVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteAppVersionResponseValidationError is the validation error returned by DeleteAppVersionResponse.Validate if the designated constraints aren't met.

func (DeleteAppVersionResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (DeleteAppVersionResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (DeleteAppVersionResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (DeleteAppVersionResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (DeleteAppVersionResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (DeleteAppVersionResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type DeleteApplicationInstanceRequest added in v0.0.8

type DeleteApplicationInstanceRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteApplicationInstanceRequest) AtlasValidateJSON added in v0.0.8

func (_ *DeleteApplicationInstanceRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteApplicationInstanceRequest.

func (*DeleteApplicationInstanceRequest) Descriptor added in v0.0.8

func (*DeleteApplicationInstanceRequest) Descriptor() ([]byte, []int)

func (*DeleteApplicationInstanceRequest) GetId added in v0.0.8

func (*DeleteApplicationInstanceRequest) ProtoMessage added in v0.0.8

func (*DeleteApplicationInstanceRequest) ProtoMessage()

func (*DeleteApplicationInstanceRequest) Reset added in v0.0.8

func (*DeleteApplicationInstanceRequest) String added in v0.0.8

func (*DeleteApplicationInstanceRequest) Validate added in v0.0.8

Validate checks the field values on DeleteApplicationInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteApplicationInstanceRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteApplicationInstanceRequest) XXX_DiscardUnknown()

func (*DeleteApplicationInstanceRequest) XXX_Marshal added in v0.0.8

func (m *DeleteApplicationInstanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteApplicationInstanceRequest) XXX_Merge added in v0.0.8

func (*DeleteApplicationInstanceRequest) XXX_Size added in v0.0.8

func (m *DeleteApplicationInstanceRequest) XXX_Size() int

func (*DeleteApplicationInstanceRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteApplicationInstanceRequest) XXX_Unmarshal(b []byte) error

type DeleteApplicationInstanceRequestValidationError added in v0.0.8

type DeleteApplicationInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteApplicationInstanceRequestValidationError is the validation error returned by DeleteApplicationInstanceRequest.Validate if the designated constraints aren't met.

func (DeleteApplicationInstanceRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (DeleteApplicationInstanceRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (DeleteApplicationInstanceRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (DeleteApplicationInstanceRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (DeleteApplicationInstanceRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (DeleteApplicationInstanceRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type DeleteApplicationInstanceResponse added in v0.0.8

type DeleteApplicationInstanceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteApplicationInstanceResponse) AtlasValidateJSON added in v0.0.8

func (_ *DeleteApplicationInstanceResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteApplicationInstanceResponse.

func (*DeleteApplicationInstanceResponse) Descriptor added in v0.0.8

func (*DeleteApplicationInstanceResponse) Descriptor() ([]byte, []int)

func (*DeleteApplicationInstanceResponse) ProtoMessage added in v0.0.8

func (*DeleteApplicationInstanceResponse) ProtoMessage()

func (*DeleteApplicationInstanceResponse) Reset added in v0.0.8

func (*DeleteApplicationInstanceResponse) String added in v0.0.8

func (*DeleteApplicationInstanceResponse) Validate added in v0.0.8

Validate checks the field values on DeleteApplicationInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteApplicationInstanceResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteApplicationInstanceResponse) XXX_DiscardUnknown()

func (*DeleteApplicationInstanceResponse) XXX_Marshal added in v0.0.8

func (m *DeleteApplicationInstanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteApplicationInstanceResponse) XXX_Merge added in v0.0.8

func (*DeleteApplicationInstanceResponse) XXX_Size added in v0.0.8

func (m *DeleteApplicationInstanceResponse) XXX_Size() int

func (*DeleteApplicationInstanceResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteApplicationInstanceResponse) XXX_Unmarshal(b []byte) error

type DeleteApplicationInstanceResponseValidationError added in v0.0.8

type DeleteApplicationInstanceResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteApplicationInstanceResponseValidationError is the validation error returned by DeleteApplicationInstanceResponse.Validate if the designated constraints aren't met.

func (DeleteApplicationInstanceResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (DeleteApplicationInstanceResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (DeleteApplicationInstanceResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (DeleteApplicationInstanceResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (DeleteApplicationInstanceResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (DeleteApplicationInstanceResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type DeleteApplicationRequest added in v0.0.6

type DeleteApplicationRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteApplicationRequest) AtlasValidateJSON added in v0.0.6

func (_ *DeleteApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteApplicationRequest.

func (*DeleteApplicationRequest) Descriptor added in v0.0.6

func (*DeleteApplicationRequest) Descriptor() ([]byte, []int)

func (*DeleteApplicationRequest) GetId added in v0.0.6

func (*DeleteApplicationRequest) ProtoMessage added in v0.0.6

func (*DeleteApplicationRequest) ProtoMessage()

func (*DeleteApplicationRequest) Reset added in v0.0.6

func (m *DeleteApplicationRequest) Reset()

func (*DeleteApplicationRequest) String added in v0.0.6

func (m *DeleteApplicationRequest) String() string

func (*DeleteApplicationRequest) Validate added in v0.0.6

func (m *DeleteApplicationRequest) Validate() error

Validate checks the field values on DeleteApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteApplicationRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteApplicationRequest) XXX_DiscardUnknown()

func (*DeleteApplicationRequest) XXX_Marshal added in v0.0.8

func (m *DeleteApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteApplicationRequest) XXX_Merge added in v0.0.8

func (m *DeleteApplicationRequest) XXX_Merge(src proto.Message)

func (*DeleteApplicationRequest) XXX_Size added in v0.0.8

func (m *DeleteApplicationRequest) XXX_Size() int

func (*DeleteApplicationRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteApplicationRequest) XXX_Unmarshal(b []byte) error

type DeleteApplicationRequestValidationError added in v0.0.6

type DeleteApplicationRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteApplicationRequestValidationError is the validation error returned by DeleteApplicationRequest.Validate if the designated constraints aren't met.

func (DeleteApplicationRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteApplicationRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteApplicationRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteApplicationRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteApplicationRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteApplicationRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteApplicationResponse added in v0.0.6

type DeleteApplicationResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteApplicationResponse) AtlasValidateJSON added in v0.0.6

func (_ *DeleteApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteApplicationResponse.

func (*DeleteApplicationResponse) Descriptor added in v0.0.6

func (*DeleteApplicationResponse) Descriptor() ([]byte, []int)

func (*DeleteApplicationResponse) ProtoMessage added in v0.0.6

func (*DeleteApplicationResponse) ProtoMessage()

func (*DeleteApplicationResponse) Reset added in v0.0.6

func (m *DeleteApplicationResponse) Reset()

func (*DeleteApplicationResponse) String added in v0.0.6

func (m *DeleteApplicationResponse) String() string

func (*DeleteApplicationResponse) Validate added in v0.0.6

func (m *DeleteApplicationResponse) Validate() error

Validate checks the field values on DeleteApplicationResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteApplicationResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteApplicationResponse) XXX_DiscardUnknown()

func (*DeleteApplicationResponse) XXX_Marshal added in v0.0.8

func (m *DeleteApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteApplicationResponse) XXX_Merge added in v0.0.8

func (m *DeleteApplicationResponse) XXX_Merge(src proto.Message)

func (*DeleteApplicationResponse) XXX_Size added in v0.0.8

func (m *DeleteApplicationResponse) XXX_Size() int

func (*DeleteApplicationResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteApplicationResponse) XXX_Unmarshal(b []byte) error

type DeleteApplicationResponseValidationError added in v0.0.6

type DeleteApplicationResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteApplicationResponseValidationError is the validation error returned by DeleteApplicationResponse.Validate if the designated constraints aren't met.

func (DeleteApplicationResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteApplicationResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteApplicationResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteApplicationResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteApplicationResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteApplicationResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteArtifactRequest added in v0.0.6

type DeleteArtifactRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteArtifactRequest) AtlasValidateJSON added in v0.0.6

func (_ *DeleteArtifactRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteArtifactRequest.

func (*DeleteArtifactRequest) Descriptor added in v0.0.6

func (*DeleteArtifactRequest) Descriptor() ([]byte, []int)

func (*DeleteArtifactRequest) GetId added in v0.0.6

func (*DeleteArtifactRequest) ProtoMessage added in v0.0.6

func (*DeleteArtifactRequest) ProtoMessage()

func (*DeleteArtifactRequest) Reset added in v0.0.6

func (m *DeleteArtifactRequest) Reset()

func (*DeleteArtifactRequest) String added in v0.0.6

func (m *DeleteArtifactRequest) String() string

func (*DeleteArtifactRequest) Validate added in v0.0.6

func (m *DeleteArtifactRequest) Validate() error

Validate checks the field values on DeleteArtifactRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteArtifactRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteArtifactRequest) XXX_DiscardUnknown()

func (*DeleteArtifactRequest) XXX_Marshal added in v0.0.8

func (m *DeleteArtifactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteArtifactRequest) XXX_Merge added in v0.0.8

func (m *DeleteArtifactRequest) XXX_Merge(src proto.Message)

func (*DeleteArtifactRequest) XXX_Size added in v0.0.8

func (m *DeleteArtifactRequest) XXX_Size() int

func (*DeleteArtifactRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteArtifactRequest) XXX_Unmarshal(b []byte) error

type DeleteArtifactRequestValidationError added in v0.0.6

type DeleteArtifactRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteArtifactRequestValidationError is the validation error returned by DeleteArtifactRequest.Validate if the designated constraints aren't met.

func (DeleteArtifactRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteArtifactRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteArtifactRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteArtifactRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteArtifactRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteArtifactRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteArtifactResponse added in v0.0.6

type DeleteArtifactResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteArtifactResponse) AtlasValidateJSON added in v0.0.6

func (_ *DeleteArtifactResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteArtifactResponse.

func (*DeleteArtifactResponse) Descriptor added in v0.0.6

func (*DeleteArtifactResponse) Descriptor() ([]byte, []int)

func (*DeleteArtifactResponse) ProtoMessage added in v0.0.6

func (*DeleteArtifactResponse) ProtoMessage()

func (*DeleteArtifactResponse) Reset added in v0.0.6

func (m *DeleteArtifactResponse) Reset()

func (*DeleteArtifactResponse) String added in v0.0.6

func (m *DeleteArtifactResponse) String() string

func (*DeleteArtifactResponse) Validate added in v0.0.6

func (m *DeleteArtifactResponse) Validate() error

Validate checks the field values on DeleteArtifactResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteArtifactResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteArtifactResponse) XXX_DiscardUnknown()

func (*DeleteArtifactResponse) XXX_Marshal added in v0.0.8

func (m *DeleteArtifactResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteArtifactResponse) XXX_Merge added in v0.0.8

func (m *DeleteArtifactResponse) XXX_Merge(src proto.Message)

func (*DeleteArtifactResponse) XXX_Size added in v0.0.8

func (m *DeleteArtifactResponse) XXX_Size() int

func (*DeleteArtifactResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteArtifactResponse) XXX_Unmarshal(b []byte) error

type DeleteArtifactResponseValidationError added in v0.0.6

type DeleteArtifactResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteArtifactResponseValidationError is the validation error returned by DeleteArtifactResponse.Validate if the designated constraints aren't met.

func (DeleteArtifactResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteArtifactResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteArtifactResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteArtifactResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteArtifactResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteArtifactResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteChartVersionRequest added in v0.0.8

type DeleteChartVersionRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteChartVersionRequest) AtlasValidateJSON added in v0.0.8

func (_ *DeleteChartVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteChartVersionRequest.

func (*DeleteChartVersionRequest) Descriptor added in v0.0.8

func (*DeleteChartVersionRequest) Descriptor() ([]byte, []int)

func (*DeleteChartVersionRequest) GetId added in v0.0.8

func (*DeleteChartVersionRequest) ProtoMessage added in v0.0.8

func (*DeleteChartVersionRequest) ProtoMessage()

func (*DeleteChartVersionRequest) Reset added in v0.0.8

func (m *DeleteChartVersionRequest) Reset()

func (*DeleteChartVersionRequest) String added in v0.0.8

func (m *DeleteChartVersionRequest) String() string

func (*DeleteChartVersionRequest) Validate added in v0.0.8

func (m *DeleteChartVersionRequest) Validate() error

Validate checks the field values on DeleteChartVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteChartVersionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteChartVersionRequest) XXX_DiscardUnknown()

func (*DeleteChartVersionRequest) XXX_Marshal added in v0.0.8

func (m *DeleteChartVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteChartVersionRequest) XXX_Merge added in v0.0.8

func (m *DeleteChartVersionRequest) XXX_Merge(src proto.Message)

func (*DeleteChartVersionRequest) XXX_Size added in v0.0.8

func (m *DeleteChartVersionRequest) XXX_Size() int

func (*DeleteChartVersionRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteChartVersionRequest) XXX_Unmarshal(b []byte) error

type DeleteChartVersionRequestValidationError added in v0.0.8

type DeleteChartVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteChartVersionRequestValidationError is the validation error returned by DeleteChartVersionRequest.Validate if the designated constraints aren't met.

func (DeleteChartVersionRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (DeleteChartVersionRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (DeleteChartVersionRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (DeleteChartVersionRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (DeleteChartVersionRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (DeleteChartVersionRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type DeleteChartVersionResponse added in v0.0.8

type DeleteChartVersionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteChartVersionResponse) AtlasValidateJSON added in v0.0.8

func (_ *DeleteChartVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteChartVersionResponse.

func (*DeleteChartVersionResponse) Descriptor added in v0.0.8

func (*DeleteChartVersionResponse) Descriptor() ([]byte, []int)

func (*DeleteChartVersionResponse) ProtoMessage added in v0.0.8

func (*DeleteChartVersionResponse) ProtoMessage()

func (*DeleteChartVersionResponse) Reset added in v0.0.8

func (m *DeleteChartVersionResponse) Reset()

func (*DeleteChartVersionResponse) String added in v0.0.8

func (m *DeleteChartVersionResponse) String() string

func (*DeleteChartVersionResponse) Validate added in v0.0.8

func (m *DeleteChartVersionResponse) Validate() error

Validate checks the field values on DeleteChartVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteChartVersionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteChartVersionResponse) XXX_DiscardUnknown()

func (*DeleteChartVersionResponse) XXX_Marshal added in v0.0.8

func (m *DeleteChartVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteChartVersionResponse) XXX_Merge added in v0.0.8

func (m *DeleteChartVersionResponse) XXX_Merge(src proto.Message)

func (*DeleteChartVersionResponse) XXX_Size added in v0.0.8

func (m *DeleteChartVersionResponse) XXX_Size() int

func (*DeleteChartVersionResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteChartVersionResponse) XXX_Unmarshal(b []byte) error

type DeleteChartVersionResponseValidationError added in v0.0.8

type DeleteChartVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteChartVersionResponseValidationError is the validation error returned by DeleteChartVersionResponse.Validate if the designated constraints aren't met.

func (DeleteChartVersionResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (DeleteChartVersionResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (DeleteChartVersionResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (DeleteChartVersionResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (DeleteChartVersionResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (DeleteChartVersionResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type DeleteCloudProviderRequest added in v0.0.8

type DeleteCloudProviderRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteCloudProviderRequest) AtlasValidateJSON added in v0.0.8

func (_ *DeleteCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteCloudProviderRequest.

func (*DeleteCloudProviderRequest) Descriptor added in v0.0.8

func (*DeleteCloudProviderRequest) Descriptor() ([]byte, []int)

func (*DeleteCloudProviderRequest) GetId added in v0.0.8

func (*DeleteCloudProviderRequest) ProtoMessage added in v0.0.8

func (*DeleteCloudProviderRequest) ProtoMessage()

func (*DeleteCloudProviderRequest) Reset added in v0.0.8

func (m *DeleteCloudProviderRequest) Reset()

func (*DeleteCloudProviderRequest) String added in v0.0.8

func (m *DeleteCloudProviderRequest) String() string

func (*DeleteCloudProviderRequest) Validate added in v0.0.8

func (m *DeleteCloudProviderRequest) Validate() error

Validate checks the field values on DeleteCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteCloudProviderRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteCloudProviderRequest) XXX_DiscardUnknown()

func (*DeleteCloudProviderRequest) XXX_Marshal added in v0.0.8

func (m *DeleteCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteCloudProviderRequest) XXX_Merge added in v0.0.8

func (m *DeleteCloudProviderRequest) XXX_Merge(src proto.Message)

func (*DeleteCloudProviderRequest) XXX_Size added in v0.0.8

func (m *DeleteCloudProviderRequest) XXX_Size() int

func (*DeleteCloudProviderRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteCloudProviderRequest) XXX_Unmarshal(b []byte) error

type DeleteCloudProviderRequestValidationError added in v0.0.8

type DeleteCloudProviderRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteCloudProviderRequestValidationError is the validation error returned by DeleteCloudProviderRequest.Validate if the designated constraints aren't met.

func (DeleteCloudProviderRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (DeleteCloudProviderRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (DeleteCloudProviderRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (DeleteCloudProviderRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (DeleteCloudProviderRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (DeleteCloudProviderRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type DeleteCloudProviderResponse added in v0.0.8

type DeleteCloudProviderResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteCloudProviderResponse) AtlasValidateJSON added in v0.0.8

func (_ *DeleteCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteCloudProviderResponse.

func (*DeleteCloudProviderResponse) Descriptor added in v0.0.8

func (*DeleteCloudProviderResponse) Descriptor() ([]byte, []int)

func (*DeleteCloudProviderResponse) ProtoMessage added in v0.0.8

func (*DeleteCloudProviderResponse) ProtoMessage()

func (*DeleteCloudProviderResponse) Reset added in v0.0.8

func (m *DeleteCloudProviderResponse) Reset()

func (*DeleteCloudProviderResponse) String added in v0.0.8

func (m *DeleteCloudProviderResponse) String() string

func (*DeleteCloudProviderResponse) Validate added in v0.0.8

func (m *DeleteCloudProviderResponse) Validate() error

Validate checks the field values on DeleteCloudProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteCloudProviderResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteCloudProviderResponse) XXX_DiscardUnknown()

func (*DeleteCloudProviderResponse) XXX_Marshal added in v0.0.8

func (m *DeleteCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteCloudProviderResponse) XXX_Merge added in v0.0.8

func (m *DeleteCloudProviderResponse) XXX_Merge(src proto.Message)

func (*DeleteCloudProviderResponse) XXX_Size added in v0.0.8

func (m *DeleteCloudProviderResponse) XXX_Size() int

func (*DeleteCloudProviderResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteCloudProviderResponse) XXX_Unmarshal(b []byte) error

type DeleteCloudProviderResponseValidationError added in v0.0.8

type DeleteCloudProviderResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteCloudProviderResponseValidationError is the validation error returned by DeleteCloudProviderResponse.Validate if the designated constraints aren't met.

func (DeleteCloudProviderResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (DeleteCloudProviderResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (DeleteCloudProviderResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (DeleteCloudProviderResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (DeleteCloudProviderResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (DeleteCloudProviderResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type DeleteDeploymentRequest added in v0.0.6

type DeleteDeploymentRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteDeploymentRequest) AtlasValidateJSON added in v0.0.6

func (_ *DeleteDeploymentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteDeploymentRequest.

func (*DeleteDeploymentRequest) Descriptor added in v0.0.6

func (*DeleteDeploymentRequest) Descriptor() ([]byte, []int)

func (*DeleteDeploymentRequest) GetId added in v0.0.6

func (*DeleteDeploymentRequest) ProtoMessage added in v0.0.6

func (*DeleteDeploymentRequest) ProtoMessage()

func (*DeleteDeploymentRequest) Reset added in v0.0.6

func (m *DeleteDeploymentRequest) Reset()

func (*DeleteDeploymentRequest) String added in v0.0.6

func (m *DeleteDeploymentRequest) String() string

func (*DeleteDeploymentRequest) Validate added in v0.0.6

func (m *DeleteDeploymentRequest) Validate() error

Validate checks the field values on DeleteDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteDeploymentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteDeploymentRequest) XXX_DiscardUnknown()

func (*DeleteDeploymentRequest) XXX_Marshal added in v0.0.8

func (m *DeleteDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteDeploymentRequest) XXX_Merge added in v0.0.8

func (m *DeleteDeploymentRequest) XXX_Merge(src proto.Message)

func (*DeleteDeploymentRequest) XXX_Size added in v0.0.8

func (m *DeleteDeploymentRequest) XXX_Size() int

func (*DeleteDeploymentRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteDeploymentRequest) XXX_Unmarshal(b []byte) error

type DeleteDeploymentRequestValidationError added in v0.0.6

type DeleteDeploymentRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteDeploymentRequestValidationError is the validation error returned by DeleteDeploymentRequest.Validate if the designated constraints aren't met.

func (DeleteDeploymentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteDeploymentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteDeploymentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteDeploymentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteDeploymentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteDeploymentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteDeploymentResponse added in v0.0.6

type DeleteDeploymentResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeploymentResponse) AtlasValidateJSON added in v0.0.6

func (_ *DeleteDeploymentResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteDeploymentResponse.

func (*DeleteDeploymentResponse) Descriptor added in v0.0.6

func (*DeleteDeploymentResponse) Descriptor() ([]byte, []int)

func (*DeleteDeploymentResponse) ProtoMessage added in v0.0.6

func (*DeleteDeploymentResponse) ProtoMessage()

func (*DeleteDeploymentResponse) Reset added in v0.0.6

func (m *DeleteDeploymentResponse) Reset()

func (*DeleteDeploymentResponse) String added in v0.0.6

func (m *DeleteDeploymentResponse) String() string

func (*DeleteDeploymentResponse) Validate added in v0.0.6

func (m *DeleteDeploymentResponse) Validate() error

Validate checks the field values on DeleteDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteDeploymentResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteDeploymentResponse) XXX_DiscardUnknown()

func (*DeleteDeploymentResponse) XXX_Marshal added in v0.0.8

func (m *DeleteDeploymentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteDeploymentResponse) XXX_Merge added in v0.0.8

func (m *DeleteDeploymentResponse) XXX_Merge(src proto.Message)

func (*DeleteDeploymentResponse) XXX_Size added in v0.0.8

func (m *DeleteDeploymentResponse) XXX_Size() int

func (*DeleteDeploymentResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteDeploymentResponse) XXX_Unmarshal(b []byte) error

type DeleteDeploymentResponseValidationError added in v0.0.6

type DeleteDeploymentResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteDeploymentResponseValidationError is the validation error returned by DeleteDeploymentResponse.Validate if the designated constraints aren't met.

func (DeleteDeploymentResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteDeploymentResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteDeploymentResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteDeploymentResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteDeploymentResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteDeploymentResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteEnvironmentRequest added in v0.0.6

type DeleteEnvironmentRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteEnvironmentRequest) AtlasValidateJSON added in v0.0.6

func (_ *DeleteEnvironmentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteEnvironmentRequest.

func (*DeleteEnvironmentRequest) Descriptor added in v0.0.6

func (*DeleteEnvironmentRequest) Descriptor() ([]byte, []int)

func (*DeleteEnvironmentRequest) GetId added in v0.0.6

func (*DeleteEnvironmentRequest) ProtoMessage added in v0.0.6

func (*DeleteEnvironmentRequest) ProtoMessage()

func (*DeleteEnvironmentRequest) Reset added in v0.0.6

func (m *DeleteEnvironmentRequest) Reset()

func (*DeleteEnvironmentRequest) String added in v0.0.6

func (m *DeleteEnvironmentRequest) String() string

func (*DeleteEnvironmentRequest) Validate added in v0.0.6

func (m *DeleteEnvironmentRequest) Validate() error

Validate checks the field values on DeleteEnvironmentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteEnvironmentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteEnvironmentRequest) XXX_DiscardUnknown()

func (*DeleteEnvironmentRequest) XXX_Marshal added in v0.0.8

func (m *DeleteEnvironmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteEnvironmentRequest) XXX_Merge added in v0.0.8

func (m *DeleteEnvironmentRequest) XXX_Merge(src proto.Message)

func (*DeleteEnvironmentRequest) XXX_Size added in v0.0.8

func (m *DeleteEnvironmentRequest) XXX_Size() int

func (*DeleteEnvironmentRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteEnvironmentRequest) XXX_Unmarshal(b []byte) error

type DeleteEnvironmentRequestValidationError added in v0.0.6

type DeleteEnvironmentRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteEnvironmentRequestValidationError is the validation error returned by DeleteEnvironmentRequest.Validate if the designated constraints aren't met.

func (DeleteEnvironmentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteEnvironmentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteEnvironmentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteEnvironmentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteEnvironmentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteEnvironmentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteEnvironmentResponse added in v0.0.6

type DeleteEnvironmentResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteEnvironmentResponse) AtlasValidateJSON added in v0.0.6

func (_ *DeleteEnvironmentResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteEnvironmentResponse.

func (*DeleteEnvironmentResponse) Descriptor added in v0.0.6

func (*DeleteEnvironmentResponse) Descriptor() ([]byte, []int)

func (*DeleteEnvironmentResponse) ProtoMessage added in v0.0.6

func (*DeleteEnvironmentResponse) ProtoMessage()

func (*DeleteEnvironmentResponse) Reset added in v0.0.6

func (m *DeleteEnvironmentResponse) Reset()

func (*DeleteEnvironmentResponse) String added in v0.0.6

func (m *DeleteEnvironmentResponse) String() string

func (*DeleteEnvironmentResponse) Validate added in v0.0.6

func (m *DeleteEnvironmentResponse) Validate() error

Validate checks the field values on DeleteEnvironmentResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteEnvironmentResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteEnvironmentResponse) XXX_DiscardUnknown()

func (*DeleteEnvironmentResponse) XXX_Marshal added in v0.0.8

func (m *DeleteEnvironmentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteEnvironmentResponse) XXX_Merge added in v0.0.8

func (m *DeleteEnvironmentResponse) XXX_Merge(src proto.Message)

func (*DeleteEnvironmentResponse) XXX_Size added in v0.0.8

func (m *DeleteEnvironmentResponse) XXX_Size() int

func (*DeleteEnvironmentResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteEnvironmentResponse) XXX_Unmarshal(b []byte) error

type DeleteEnvironmentResponseValidationError added in v0.0.6

type DeleteEnvironmentResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteEnvironmentResponseValidationError is the validation error returned by DeleteEnvironmentResponse.Validate if the designated constraints aren't met.

func (DeleteEnvironmentResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteEnvironmentResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteEnvironmentResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteEnvironmentResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteEnvironmentResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteEnvironmentResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteKubeClusterRequest added in v0.0.6

type DeleteKubeClusterRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteKubeClusterRequest) AtlasValidateJSON added in v0.0.6

func (_ *DeleteKubeClusterRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteKubeClusterRequest.

func (*DeleteKubeClusterRequest) Descriptor added in v0.0.6

func (*DeleteKubeClusterRequest) Descriptor() ([]byte, []int)

func (*DeleteKubeClusterRequest) GetId added in v0.0.6

func (*DeleteKubeClusterRequest) ProtoMessage added in v0.0.6

func (*DeleteKubeClusterRequest) ProtoMessage()

func (*DeleteKubeClusterRequest) Reset added in v0.0.6

func (m *DeleteKubeClusterRequest) Reset()

func (*DeleteKubeClusterRequest) String added in v0.0.6

func (m *DeleteKubeClusterRequest) String() string

func (*DeleteKubeClusterRequest) Validate added in v0.0.6

func (m *DeleteKubeClusterRequest) Validate() error

Validate checks the field values on DeleteKubeClusterRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteKubeClusterRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteKubeClusterRequest) XXX_DiscardUnknown()

func (*DeleteKubeClusterRequest) XXX_Marshal added in v0.0.8

func (m *DeleteKubeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteKubeClusterRequest) XXX_Merge added in v0.0.8

func (m *DeleteKubeClusterRequest) XXX_Merge(src proto.Message)

func (*DeleteKubeClusterRequest) XXX_Size added in v0.0.8

func (m *DeleteKubeClusterRequest) XXX_Size() int

func (*DeleteKubeClusterRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteKubeClusterRequest) XXX_Unmarshal(b []byte) error

type DeleteKubeClusterRequestValidationError added in v0.0.6

type DeleteKubeClusterRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteKubeClusterRequestValidationError is the validation error returned by DeleteKubeClusterRequest.Validate if the designated constraints aren't met.

func (DeleteKubeClusterRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteKubeClusterRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteKubeClusterRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteKubeClusterRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteKubeClusterRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteKubeClusterRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteKubeClusterResponse added in v0.0.6

type DeleteKubeClusterResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteKubeClusterResponse) AtlasValidateJSON added in v0.0.6

func (_ *DeleteKubeClusterResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteKubeClusterResponse.

func (*DeleteKubeClusterResponse) Descriptor added in v0.0.6

func (*DeleteKubeClusterResponse) Descriptor() ([]byte, []int)

func (*DeleteKubeClusterResponse) ProtoMessage added in v0.0.6

func (*DeleteKubeClusterResponse) ProtoMessage()

func (*DeleteKubeClusterResponse) Reset added in v0.0.6

func (m *DeleteKubeClusterResponse) Reset()

func (*DeleteKubeClusterResponse) String added in v0.0.6

func (m *DeleteKubeClusterResponse) String() string

func (*DeleteKubeClusterResponse) Validate added in v0.0.6

func (m *DeleteKubeClusterResponse) Validate() error

Validate checks the field values on DeleteKubeClusterResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteKubeClusterResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteKubeClusterResponse) XXX_DiscardUnknown()

func (*DeleteKubeClusterResponse) XXX_Marshal added in v0.0.8

func (m *DeleteKubeClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteKubeClusterResponse) XXX_Merge added in v0.0.8

func (m *DeleteKubeClusterResponse) XXX_Merge(src proto.Message)

func (*DeleteKubeClusterResponse) XXX_Size added in v0.0.8

func (m *DeleteKubeClusterResponse) XXX_Size() int

func (*DeleteKubeClusterResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteKubeClusterResponse) XXX_Unmarshal(b []byte) error

type DeleteKubeClusterResponseValidationError added in v0.0.6

type DeleteKubeClusterResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteKubeClusterResponseValidationError is the validation error returned by DeleteKubeClusterResponse.Validate if the designated constraints aren't met.

func (DeleteKubeClusterResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (DeleteKubeClusterResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeleteKubeClusterResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (DeleteKubeClusterResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (DeleteKubeClusterResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (DeleteKubeClusterResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type DeleteLifecycleRequest added in v0.0.15

type DeleteLifecycleRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteLifecycleRequest) AtlasValidateJSON added in v0.0.15

func (_ *DeleteLifecycleRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteLifecycleRequest.

func (*DeleteLifecycleRequest) Descriptor added in v0.0.15

func (*DeleteLifecycleRequest) Descriptor() ([]byte, []int)

func (*DeleteLifecycleRequest) GetId added in v0.0.15

func (*DeleteLifecycleRequest) ProtoMessage added in v0.0.15

func (*DeleteLifecycleRequest) ProtoMessage()

func (*DeleteLifecycleRequest) Reset added in v0.0.15

func (m *DeleteLifecycleRequest) Reset()

func (*DeleteLifecycleRequest) String added in v0.0.15

func (m *DeleteLifecycleRequest) String() string

func (*DeleteLifecycleRequest) Validate added in v0.0.15

func (m *DeleteLifecycleRequest) Validate() error

Validate checks the field values on DeleteLifecycleRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteLifecycleRequest) XXX_DiscardUnknown added in v0.0.15

func (m *DeleteLifecycleRequest) XXX_DiscardUnknown()

func (*DeleteLifecycleRequest) XXX_Marshal added in v0.0.15

func (m *DeleteLifecycleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteLifecycleRequest) XXX_Merge added in v0.0.15

func (m *DeleteLifecycleRequest) XXX_Merge(src proto.Message)

func (*DeleteLifecycleRequest) XXX_Size added in v0.0.15

func (m *DeleteLifecycleRequest) XXX_Size() int

func (*DeleteLifecycleRequest) XXX_Unmarshal added in v0.0.15

func (m *DeleteLifecycleRequest) XXX_Unmarshal(b []byte) error

type DeleteLifecycleRequestValidationError added in v0.0.15

type DeleteLifecycleRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteLifecycleRequestValidationError is the validation error returned by DeleteLifecycleRequest.Validate if the designated constraints aren't met.

func (DeleteLifecycleRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (DeleteLifecycleRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (DeleteLifecycleRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (DeleteLifecycleRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (DeleteLifecycleRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (DeleteLifecycleRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type DeleteLifecycleResponse added in v0.0.15

type DeleteLifecycleResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteLifecycleResponse) AtlasValidateJSON added in v0.0.15

func (_ *DeleteLifecycleResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteLifecycleResponse.

func (*DeleteLifecycleResponse) Descriptor added in v0.0.15

func (*DeleteLifecycleResponse) Descriptor() ([]byte, []int)

func (*DeleteLifecycleResponse) ProtoMessage added in v0.0.15

func (*DeleteLifecycleResponse) ProtoMessage()

func (*DeleteLifecycleResponse) Reset added in v0.0.15

func (m *DeleteLifecycleResponse) Reset()

func (*DeleteLifecycleResponse) String added in v0.0.15

func (m *DeleteLifecycleResponse) String() string

func (*DeleteLifecycleResponse) Validate added in v0.0.15

func (m *DeleteLifecycleResponse) Validate() error

Validate checks the field values on DeleteLifecycleResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteLifecycleResponse) XXX_DiscardUnknown added in v0.0.15

func (m *DeleteLifecycleResponse) XXX_DiscardUnknown()

func (*DeleteLifecycleResponse) XXX_Marshal added in v0.0.15

func (m *DeleteLifecycleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteLifecycleResponse) XXX_Merge added in v0.0.15

func (m *DeleteLifecycleResponse) XXX_Merge(src proto.Message)

func (*DeleteLifecycleResponse) XXX_Size added in v0.0.15

func (m *DeleteLifecycleResponse) XXX_Size() int

func (*DeleteLifecycleResponse) XXX_Unmarshal added in v0.0.15

func (m *DeleteLifecycleResponse) XXX_Unmarshal(b []byte) error

type DeleteLifecycleResponseValidationError added in v0.0.15

type DeleteLifecycleResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteLifecycleResponseValidationError is the validation error returned by DeleteLifecycleResponse.Validate if the designated constraints aren't met.

func (DeleteLifecycleResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (DeleteLifecycleResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (DeleteLifecycleResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (DeleteLifecycleResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (DeleteLifecycleResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (DeleteLifecycleResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type DeleteNetworkRequest added in v0.0.27

type DeleteNetworkRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteNetworkRequest) AtlasValidateJSON added in v0.0.27

func (_ *DeleteNetworkRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteNetworkRequest.

func (*DeleteNetworkRequest) Descriptor added in v0.0.27

func (*DeleteNetworkRequest) Descriptor() ([]byte, []int)

func (*DeleteNetworkRequest) GetId added in v0.0.27

func (*DeleteNetworkRequest) ProtoMessage added in v0.0.27

func (*DeleteNetworkRequest) ProtoMessage()

func (*DeleteNetworkRequest) Reset added in v0.0.27

func (m *DeleteNetworkRequest) Reset()

func (*DeleteNetworkRequest) String added in v0.0.27

func (m *DeleteNetworkRequest) String() string

func (*DeleteNetworkRequest) Validate added in v0.0.27

func (m *DeleteNetworkRequest) Validate() error

Validate checks the field values on DeleteNetworkRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteNetworkRequest) XXX_DiscardUnknown added in v0.0.27

func (m *DeleteNetworkRequest) XXX_DiscardUnknown()

func (*DeleteNetworkRequest) XXX_Marshal added in v0.0.27

func (m *DeleteNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteNetworkRequest) XXX_Merge added in v0.0.27

func (m *DeleteNetworkRequest) XXX_Merge(src proto.Message)

func (*DeleteNetworkRequest) XXX_Size added in v0.0.27

func (m *DeleteNetworkRequest) XXX_Size() int

func (*DeleteNetworkRequest) XXX_Unmarshal added in v0.0.27

func (m *DeleteNetworkRequest) XXX_Unmarshal(b []byte) error

type DeleteNetworkRequestValidationError added in v0.0.27

type DeleteNetworkRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteNetworkRequestValidationError is the validation error returned by DeleteNetworkRequest.Validate if the designated constraints aren't met.

func (DeleteNetworkRequestValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (DeleteNetworkRequestValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (DeleteNetworkRequestValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (DeleteNetworkRequestValidationError) Field added in v0.0.27

Field function returns field value.

func (DeleteNetworkRequestValidationError) Key added in v0.0.27

Key function returns key value.

func (DeleteNetworkRequestValidationError) Reason added in v0.0.27

Reason function returns reason value.

type DeleteNetworkResponse added in v0.0.27

type DeleteNetworkResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteNetworkResponse) AtlasValidateJSON added in v0.0.27

func (_ *DeleteNetworkResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteNetworkResponse.

func (*DeleteNetworkResponse) Descriptor added in v0.0.27

func (*DeleteNetworkResponse) Descriptor() ([]byte, []int)

func (*DeleteNetworkResponse) ProtoMessage added in v0.0.27

func (*DeleteNetworkResponse) ProtoMessage()

func (*DeleteNetworkResponse) Reset added in v0.0.27

func (m *DeleteNetworkResponse) Reset()

func (*DeleteNetworkResponse) String added in v0.0.27

func (m *DeleteNetworkResponse) String() string

func (*DeleteNetworkResponse) Validate added in v0.0.27

func (m *DeleteNetworkResponse) Validate() error

Validate checks the field values on DeleteNetworkResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteNetworkResponse) XXX_DiscardUnknown added in v0.0.27

func (m *DeleteNetworkResponse) XXX_DiscardUnknown()

func (*DeleteNetworkResponse) XXX_Marshal added in v0.0.27

func (m *DeleteNetworkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteNetworkResponse) XXX_Merge added in v0.0.27

func (m *DeleteNetworkResponse) XXX_Merge(src proto.Message)

func (*DeleteNetworkResponse) XXX_Size added in v0.0.27

func (m *DeleteNetworkResponse) XXX_Size() int

func (*DeleteNetworkResponse) XXX_Unmarshal added in v0.0.27

func (m *DeleteNetworkResponse) XXX_Unmarshal(b []byte) error

type DeleteNetworkResponseValidationError added in v0.0.27

type DeleteNetworkResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteNetworkResponseValidationError is the validation error returned by DeleteNetworkResponse.Validate if the designated constraints aren't met.

func (DeleteNetworkResponseValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (DeleteNetworkResponseValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (DeleteNetworkResponseValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (DeleteNetworkResponseValidationError) Field added in v0.0.27

Field function returns field value.

func (DeleteNetworkResponseValidationError) Key added in v0.0.27

Key function returns key value.

func (DeleteNetworkResponseValidationError) Reason added in v0.0.27

Reason function returns reason value.

type DeleteRegionRequest

type DeleteRegionRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteRegionRequest) AtlasValidateJSON

func (_ *DeleteRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteRegionRequest.

func (*DeleteRegionRequest) Descriptor

func (*DeleteRegionRequest) Descriptor() ([]byte, []int)

func (*DeleteRegionRequest) GetId

func (*DeleteRegionRequest) ProtoMessage

func (*DeleteRegionRequest) ProtoMessage()

func (*DeleteRegionRequest) Reset

func (m *DeleteRegionRequest) Reset()

func (*DeleteRegionRequest) String

func (m *DeleteRegionRequest) String() string

func (*DeleteRegionRequest) Validate

func (m *DeleteRegionRequest) Validate() error

Validate checks the field values on DeleteRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteRegionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteRegionRequest) XXX_DiscardUnknown()

func (*DeleteRegionRequest) XXX_Marshal added in v0.0.8

func (m *DeleteRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRegionRequest) XXX_Merge added in v0.0.8

func (m *DeleteRegionRequest) XXX_Merge(src proto.Message)

func (*DeleteRegionRequest) XXX_Size added in v0.0.8

func (m *DeleteRegionRequest) XXX_Size() int

func (*DeleteRegionRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteRegionRequest) XXX_Unmarshal(b []byte) error

type DeleteRegionRequestValidationError

type DeleteRegionRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteRegionRequestValidationError is the validation error returned by DeleteRegionRequest.Validate if the designated constraints aren't met.

func (DeleteRegionRequestValidationError) Cause

Cause function returns cause value.

func (DeleteRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteRegionRequestValidationError) Field

Field function returns field value.

func (DeleteRegionRequestValidationError) Key

Key function returns key value.

func (DeleteRegionRequestValidationError) Reason

Reason function returns reason value.

type DeleteRegionResponse

type DeleteRegionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteRegionResponse) AtlasValidateJSON

func (_ *DeleteRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteRegionResponse.

func (*DeleteRegionResponse) Descriptor

func (*DeleteRegionResponse) Descriptor() ([]byte, []int)

func (*DeleteRegionResponse) ProtoMessage

func (*DeleteRegionResponse) ProtoMessage()

func (*DeleteRegionResponse) Reset

func (m *DeleteRegionResponse) Reset()

func (*DeleteRegionResponse) String

func (m *DeleteRegionResponse) String() string

func (*DeleteRegionResponse) Validate

func (m *DeleteRegionResponse) Validate() error

Validate checks the field values on DeleteRegionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteRegionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteRegionResponse) XXX_DiscardUnknown()

func (*DeleteRegionResponse) XXX_Marshal added in v0.0.8

func (m *DeleteRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRegionResponse) XXX_Merge added in v0.0.8

func (m *DeleteRegionResponse) XXX_Merge(src proto.Message)

func (*DeleteRegionResponse) XXX_Size added in v0.0.8

func (m *DeleteRegionResponse) XXX_Size() int

func (*DeleteRegionResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteRegionResponse) XXX_Unmarshal(b []byte) error

type DeleteRegionResponseValidationError

type DeleteRegionResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteRegionResponseValidationError is the validation error returned by DeleteRegionResponse.Validate if the designated constraints aren't met.

func (DeleteRegionResponseValidationError) Cause

Cause function returns cause value.

func (DeleteRegionResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteRegionResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteRegionResponseValidationError) Field

Field function returns field value.

func (DeleteRegionResponseValidationError) Key

Key function returns key value.

func (DeleteRegionResponseValidationError) Reason

Reason function returns reason value.

type DeleteSecretRequest added in v0.0.5

type DeleteSecretRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteSecretRequest) AtlasValidateJSON added in v0.0.5

func (_ *DeleteSecretRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteSecretRequest.

func (*DeleteSecretRequest) Descriptor added in v0.0.5

func (*DeleteSecretRequest) Descriptor() ([]byte, []int)

func (*DeleteSecretRequest) GetId added in v0.0.5

func (*DeleteSecretRequest) ProtoMessage added in v0.0.5

func (*DeleteSecretRequest) ProtoMessage()

func (*DeleteSecretRequest) Reset added in v0.0.5

func (m *DeleteSecretRequest) Reset()

func (*DeleteSecretRequest) String added in v0.0.5

func (m *DeleteSecretRequest) String() string

func (*DeleteSecretRequest) Validate added in v0.0.5

func (m *DeleteSecretRequest) Validate() error

Validate checks the field values on DeleteSecretRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteSecretRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteSecretRequest) XXX_DiscardUnknown()

func (*DeleteSecretRequest) XXX_Marshal added in v0.0.8

func (m *DeleteSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteSecretRequest) XXX_Merge added in v0.0.8

func (m *DeleteSecretRequest) XXX_Merge(src proto.Message)

func (*DeleteSecretRequest) XXX_Size added in v0.0.8

func (m *DeleteSecretRequest) XXX_Size() int

func (*DeleteSecretRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteSecretRequest) XXX_Unmarshal(b []byte) error

type DeleteSecretRequestValidationError added in v0.0.5

type DeleteSecretRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteSecretRequestValidationError is the validation error returned by DeleteSecretRequest.Validate if the designated constraints aren't met.

func (DeleteSecretRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (DeleteSecretRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (DeleteSecretRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (DeleteSecretRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (DeleteSecretRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (DeleteSecretRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type DeleteSecretResponse added in v0.0.5

type DeleteSecretResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteSecretResponse) AtlasValidateJSON added in v0.0.5

func (_ *DeleteSecretResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteSecretResponse.

func (*DeleteSecretResponse) Descriptor added in v0.0.5

func (*DeleteSecretResponse) Descriptor() ([]byte, []int)

func (*DeleteSecretResponse) ProtoMessage added in v0.0.5

func (*DeleteSecretResponse) ProtoMessage()

func (*DeleteSecretResponse) Reset added in v0.0.5

func (m *DeleteSecretResponse) Reset()

func (*DeleteSecretResponse) String added in v0.0.5

func (m *DeleteSecretResponse) String() string

func (*DeleteSecretResponse) Validate added in v0.0.5

func (m *DeleteSecretResponse) Validate() error

Validate checks the field values on DeleteSecretResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteSecretResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteSecretResponse) XXX_DiscardUnknown()

func (*DeleteSecretResponse) XXX_Marshal added in v0.0.8

func (m *DeleteSecretResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteSecretResponse) XXX_Merge added in v0.0.8

func (m *DeleteSecretResponse) XXX_Merge(src proto.Message)

func (*DeleteSecretResponse) XXX_Size added in v0.0.8

func (m *DeleteSecretResponse) XXX_Size() int

func (*DeleteSecretResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteSecretResponse) XXX_Unmarshal(b []byte) error

type DeleteSecretResponseValidationError added in v0.0.5

type DeleteSecretResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteSecretResponseValidationError is the validation error returned by DeleteSecretResponse.Validate if the designated constraints aren't met.

func (DeleteSecretResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (DeleteSecretResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (DeleteSecretResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (DeleteSecretResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (DeleteSecretResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (DeleteSecretResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type DeleteVaultRequest added in v0.0.5

type DeleteVaultRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteVaultRequest) AtlasValidateJSON added in v0.0.5

func (_ *DeleteVaultRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteVaultRequest.

func (*DeleteVaultRequest) Descriptor added in v0.0.5

func (*DeleteVaultRequest) Descriptor() ([]byte, []int)

func (*DeleteVaultRequest) GetId added in v0.0.5

func (*DeleteVaultRequest) ProtoMessage added in v0.0.5

func (*DeleteVaultRequest) ProtoMessage()

func (*DeleteVaultRequest) Reset added in v0.0.5

func (m *DeleteVaultRequest) Reset()

func (*DeleteVaultRequest) String added in v0.0.5

func (m *DeleteVaultRequest) String() string

func (*DeleteVaultRequest) Validate added in v0.0.5

func (m *DeleteVaultRequest) Validate() error

Validate checks the field values on DeleteVaultRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteVaultRequest) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteVaultRequest) XXX_DiscardUnknown()

func (*DeleteVaultRequest) XXX_Marshal added in v0.0.8

func (m *DeleteVaultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteVaultRequest) XXX_Merge added in v0.0.8

func (m *DeleteVaultRequest) XXX_Merge(src proto.Message)

func (*DeleteVaultRequest) XXX_Size added in v0.0.8

func (m *DeleteVaultRequest) XXX_Size() int

func (*DeleteVaultRequest) XXX_Unmarshal added in v0.0.8

func (m *DeleteVaultRequest) XXX_Unmarshal(b []byte) error

type DeleteVaultRequestValidationError added in v0.0.5

type DeleteVaultRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteVaultRequestValidationError is the validation error returned by DeleteVaultRequest.Validate if the designated constraints aren't met.

func (DeleteVaultRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (DeleteVaultRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (DeleteVaultRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (DeleteVaultRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (DeleteVaultRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (DeleteVaultRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type DeleteVaultResponse added in v0.0.5

type DeleteVaultResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVaultResponse) AtlasValidateJSON added in v0.0.5

func (_ *DeleteVaultResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteVaultResponse.

func (*DeleteVaultResponse) Descriptor added in v0.0.5

func (*DeleteVaultResponse) Descriptor() ([]byte, []int)

func (*DeleteVaultResponse) ProtoMessage added in v0.0.5

func (*DeleteVaultResponse) ProtoMessage()

func (*DeleteVaultResponse) Reset added in v0.0.5

func (m *DeleteVaultResponse) Reset()

func (*DeleteVaultResponse) String added in v0.0.5

func (m *DeleteVaultResponse) String() string

func (*DeleteVaultResponse) Validate added in v0.0.5

func (m *DeleteVaultResponse) Validate() error

Validate checks the field values on DeleteVaultResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteVaultResponse) XXX_DiscardUnknown added in v0.0.8

func (m *DeleteVaultResponse) XXX_DiscardUnknown()

func (*DeleteVaultResponse) XXX_Marshal added in v0.0.8

func (m *DeleteVaultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteVaultResponse) XXX_Merge added in v0.0.8

func (m *DeleteVaultResponse) XXX_Merge(src proto.Message)

func (*DeleteVaultResponse) XXX_Size added in v0.0.8

func (m *DeleteVaultResponse) XXX_Size() int

func (*DeleteVaultResponse) XXX_Unmarshal added in v0.0.8

func (m *DeleteVaultResponse) XXX_Unmarshal(b []byte) error

type DeleteVaultResponseValidationError added in v0.0.5

type DeleteVaultResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteVaultResponseValidationError is the validation error returned by DeleteVaultResponse.Validate if the designated constraints aren't met.

func (DeleteVaultResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (DeleteVaultResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (DeleteVaultResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (DeleteVaultResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (DeleteVaultResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (DeleteVaultResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type Deployment added in v0.0.6

type Deployment struct {
	// The Deployment identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Deployment
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Deployment
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Artifact for resolved manifest used for the ApplicationInstance
	Artifact *Artifact `protobuf:"bytes,4,opt,name=artifact,proto3" json:"artifact,omitempty"`
	// Reference to Artifact
	ArtifactId *resource.Identifier `protobuf:"bytes,5,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// Kubernetes Cluster on which the ApplicationInstance is deployed
	KubeCluster *KubeCluster `protobuf:"bytes,6,opt,name=kube_cluster,json=kubeCluster,proto3" json:"kube_cluster,omitempty"`
	// Reference to Kubernetes Cluster
	KubeClusterId *resource.Identifier `protobuf:"bytes,7,opt,name=kube_cluster_id,json=kubeClusterId,proto3" json:"kube_cluster_id,omitempty"`
	// Reference to ApplicationInstanceInstance
	ApplicationInstanceId *resource.Identifier `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
	XXX_unrecognized      []byte               `json:"-"`
	XXX_sizecache         int32                `json:"-"`
}

--------------------------------------------------------------------- Deployment represents a particular ApplicationInstance running on Kubernetes ---------------------------------------------------------------------

func DefaultApplyFieldMaskDeployment added in v0.0.6

func DefaultApplyFieldMaskDeployment(ctx context.Context, patchee *Deployment, patcher *Deployment, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Deployment, error)

DefaultApplyFieldMaskDeployment patches an pbObject with patcher according to a field mask.

func DefaultCreateDeployment added in v0.0.6

func DefaultCreateDeployment(ctx context.Context, in *Deployment, db *gorm1.DB) (*Deployment, error)

DefaultCreateDeployment executes a basic gorm create call

func DefaultListDeployment added in v0.0.6

func DefaultListDeployment(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Deployment, error)

DefaultListDeployment executes a gorm list call

func DefaultPatchDeployment added in v0.0.6

func DefaultPatchDeployment(ctx context.Context, in *Deployment, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Deployment, error)

DefaultPatchDeployment executes a basic gorm update call with patch behavior

func DefaultPatchSetDeployment added in v0.0.8

func DefaultPatchSetDeployment(ctx context.Context, objects []*Deployment, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Deployment, error)

DefaultPatchSetDeployment executes a bulk gorm update call with patch behavior

func DefaultReadDeployment added in v0.0.6

func DefaultReadDeployment(ctx context.Context, in *Deployment, db *gorm1.DB, fs *query1.FieldSelection) (*Deployment, error)

DefaultReadDeployment executes a basic gorm read call

func DefaultStrictUpdateDeployment added in v0.0.6

func DefaultStrictUpdateDeployment(ctx context.Context, in *Deployment, db *gorm1.DB) (*Deployment, error)

DefaultStrictUpdateDeployment clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Deployment) AtlasValidateJSON added in v0.0.6

func (_ *Deployment) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Deployment.

func (*Deployment) Descriptor added in v0.0.6

func (*Deployment) Descriptor() ([]byte, []int)

func (*Deployment) GetApplicationInstanceId added in v0.0.8

func (m *Deployment) GetApplicationInstanceId() *resource.Identifier

func (*Deployment) GetArtifact added in v0.0.7

func (m *Deployment) GetArtifact() *Artifact

func (*Deployment) GetArtifactId added in v0.0.7

func (m *Deployment) GetArtifactId() *resource.Identifier

func (*Deployment) GetDescription added in v0.0.6

func (m *Deployment) GetDescription() string

func (*Deployment) GetId added in v0.0.6

func (m *Deployment) GetId() *resource.Identifier

func (*Deployment) GetKubeCluster added in v0.0.7

func (m *Deployment) GetKubeCluster() *KubeCluster

func (*Deployment) GetKubeClusterId added in v0.0.7

func (m *Deployment) GetKubeClusterId() *resource.Identifier

func (*Deployment) GetName added in v0.0.6

func (m *Deployment) GetName() string

func (*Deployment) ProtoMessage added in v0.0.6

func (*Deployment) ProtoMessage()

func (*Deployment) Reset added in v0.0.6

func (m *Deployment) Reset()

func (*Deployment) String added in v0.0.6

func (m *Deployment) String() string

func (*Deployment) ToORM added in v0.0.6

func (m *Deployment) ToORM(ctx context.Context) (DeploymentORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Deployment) Validate added in v0.0.6

func (m *Deployment) Validate() error

Validate checks the field values on Deployment with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Deployment) XXX_DiscardUnknown added in v0.0.8

func (m *Deployment) XXX_DiscardUnknown()

func (*Deployment) XXX_Marshal added in v0.0.8

func (m *Deployment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Deployment) XXX_Merge added in v0.0.8

func (m *Deployment) XXX_Merge(src proto.Message)

func (*Deployment) XXX_Size added in v0.0.8

func (m *Deployment) XXX_Size() int

func (*Deployment) XXX_Unmarshal added in v0.0.8

func (m *Deployment) XXX_Unmarshal(b []byte) error

type DeploymentORM added in v0.0.6

type DeploymentORM struct {
	AccountID             string
	ApplicationInstanceId *string      `gorm:"type:UUID"`
	Artifact              *ArtifactORM `gorm:"foreignkey:ArtifactId;association_foreignkey:Id"`
	ArtifactId            *string      `gorm:"type:UUID"`
	Description           string
	Id                    string          `gorm:"type:UUID;primary_key"`
	KubeCluster           *KubeClusterORM `gorm:"foreignkey:KubeClusterId;association_foreignkey:Id"`
	KubeClusterId         *string         `gorm:"type:UUID"`
	Name                  string
}

func (DeploymentORM) BeforeSave added in v0.0.27

func (pOrm DeploymentORM) BeforeSave(scope *gorm.Scope) error

func (DeploymentORM) TableName added in v0.0.6

func (DeploymentORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*DeploymentORM) ToPB added in v0.0.6

func (m *DeploymentORM) ToPB(ctx context.Context) (Deployment, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type DeploymentORMWithAfterCreate_ added in v0.0.8

type DeploymentORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type DeploymentORMWithAfterDeleteSet added in v0.0.8

type DeploymentORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Deployment, *gorm1.DB) error
}

type DeploymentORMWithAfterDelete_ added in v0.0.8

type DeploymentORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type DeploymentORMWithAfterListFind added in v0.0.6

type DeploymentORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]DeploymentORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type DeploymentORMWithAfterReadFind added in v0.0.6

type DeploymentORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type DeploymentORMWithAfterStrictUpdateSave added in v0.0.6

type DeploymentORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type DeploymentORMWithBeforeCreate_ added in v0.0.8

type DeploymentORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type DeploymentORMWithBeforeDeleteSet added in v0.0.8

type DeploymentORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Deployment, *gorm1.DB) (*gorm1.DB, error)
}

type DeploymentORMWithBeforeDelete_ added in v0.0.8

type DeploymentORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type DeploymentORMWithBeforeListApplyQuery added in v0.0.6

type DeploymentORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type DeploymentORMWithBeforeListFind added in v0.0.6

type DeploymentORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type DeploymentORMWithBeforeReadApplyQuery added in v0.0.6

type DeploymentORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type DeploymentORMWithBeforeReadFind added in v0.0.6

type DeploymentORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type DeploymentORMWithBeforeStrictUpdateCleanup added in v0.0.6

type DeploymentORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type DeploymentORMWithBeforeStrictUpdateSave added in v0.0.6

type DeploymentORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type DeploymentValidationError added in v0.0.6

type DeploymentValidationError struct {
	// contains filtered or unexported fields
}

DeploymentValidationError is the validation error returned by Deployment.Validate if the designated constraints aren't met.

func (DeploymentValidationError) Cause added in v0.0.6

func (e DeploymentValidationError) Cause() error

Cause function returns cause value.

func (DeploymentValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (DeploymentValidationError) ErrorName added in v0.0.6

func (e DeploymentValidationError) ErrorName() string

ErrorName returns error name.

func (DeploymentValidationError) Field added in v0.0.6

Field function returns field value.

func (DeploymentValidationError) Key added in v0.0.6

Key function returns key value.

func (DeploymentValidationError) Reason added in v0.0.6

func (e DeploymentValidationError) Reason() string

Reason function returns reason value.

type DeploymentWithAfterPatchSave added in v0.0.6

type DeploymentWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Deployment, *field_mask1.FieldMask, *gorm1.DB) error
}

type DeploymentWithAfterToORM added in v0.0.6

type DeploymentWithAfterToORM interface {
	AfterToORM(context.Context, *DeploymentORM) error
}

DeploymentAfterToORM called after default ToORM code

type DeploymentWithAfterToPB added in v0.0.6

type DeploymentWithAfterToPB interface {
	AfterToPB(context.Context, *Deployment) error
}

DeploymentAfterToPB called after default ToPB code

type DeploymentWithBeforePatchApplyFieldMask added in v0.0.6

type DeploymentWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Deployment, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type DeploymentWithBeforePatchRead added in v0.0.6

type DeploymentWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Deployment, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type DeploymentWithBeforePatchSave added in v0.0.6

type DeploymentWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Deployment, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type DeploymentWithBeforeToORM added in v0.0.6

type DeploymentWithBeforeToORM interface {
	BeforeToORM(context.Context, *DeploymentORM) error
}

DeploymentBeforeToORM called before default ToORM code

type DeploymentWithBeforeToPB added in v0.0.6

type DeploymentWithBeforeToPB interface {
	BeforeToPB(context.Context, *Deployment) error
}

DeploymentBeforeToPB called before default ToPB code

type DeploymentsClient added in v0.0.6

type DeploymentsClient interface {
	// Use this method to create a Deployment information.
	Create(ctx context.Context, in *CreateDeploymentRequest, opts ...grpc.CallOption) (*CreateDeploymentResponse, error)
	// Use this method to read a Deployment information by identifier.
	Read(ctx context.Context, in *ReadDeploymentRequest, opts ...grpc.CallOption) (*ReadDeploymentResponse, error)
	// Use this method to update a Deployment information.
	Update(ctx context.Context, in *UpdateDeploymentRequest, opts ...grpc.CallOption) (*UpdateDeploymentResponse, error)
	// Use this method to delete a particular Deployment.
	Delete(ctx context.Context, in *DeleteDeploymentRequest, opts ...grpc.CallOption) (*DeleteDeploymentResponse, error)
	// Use this method to retrieve all the Deployments.
	List(ctx context.Context, in *ListDeploymentRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error)
}

DeploymentsClient is the client API for Deployments service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDeploymentsClient added in v0.0.6

func NewDeploymentsClient(cc *grpc.ClientConn) DeploymentsClient

type DeploymentsDefaultServer added in v0.0.6

type DeploymentsDefaultServer struct {
}

func (*DeploymentsDefaultServer) Create added in v0.0.6

Create ...

func (*DeploymentsDefaultServer) Delete added in v0.0.6

Delete ...

func (*DeploymentsDefaultServer) List added in v0.0.6

List ...

func (*DeploymentsDefaultServer) Read added in v0.0.6

Read ...

func (*DeploymentsDefaultServer) Update added in v0.0.6

Update ...

type DeploymentsDeploymentWithAfterCreate added in v0.0.6

type DeploymentsDeploymentWithAfterCreate interface {
	AfterCreate(context.Context, *CreateDeploymentResponse, *gorm1.DB) error
}

DeploymentsDeploymentWithAfterCreate called before DefaultCreateDeployment in the default Create handler

type DeploymentsDeploymentWithAfterDelete added in v0.0.6

type DeploymentsDeploymentWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteDeploymentResponse, *gorm1.DB) error
}

DeploymentsDeploymentWithAfterDelete called before DefaultDeleteDeployment in the default Delete handler

type DeploymentsDeploymentWithAfterList added in v0.0.6

type DeploymentsDeploymentWithAfterList interface {
	AfterList(context.Context, *ListDeploymentsResponse, *gorm1.DB) error
}

DeploymentsDeploymentWithAfterList called before DefaultListDeployment in the default List handler

type DeploymentsDeploymentWithAfterRead added in v0.0.6

type DeploymentsDeploymentWithAfterRead interface {
	AfterRead(context.Context, *ReadDeploymentResponse, *gorm1.DB) error
}

DeploymentsDeploymentWithAfterRead called before DefaultReadDeployment in the default Read handler

type DeploymentsDeploymentWithAfterUpdate added in v0.0.7

type DeploymentsDeploymentWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateDeploymentResponse, *gorm1.DB) error
}

DeploymentsDeploymentWithAfterUpdate called before DefaultUpdateDeployment in the default Update handler

type DeploymentsDeploymentWithBeforeCreate added in v0.0.6

type DeploymentsDeploymentWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

DeploymentsDeploymentWithBeforeCreate called before DefaultCreateDeployment in the default Create handler

type DeploymentsDeploymentWithBeforeDelete added in v0.0.6

type DeploymentsDeploymentWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

DeploymentsDeploymentWithBeforeDelete called before DefaultDeleteDeployment in the default Delete handler

type DeploymentsDeploymentWithBeforeList added in v0.0.6

type DeploymentsDeploymentWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

DeploymentsDeploymentWithBeforeList called before DefaultListDeployment in the default List handler

type DeploymentsDeploymentWithBeforeRead added in v0.0.6

type DeploymentsDeploymentWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

DeploymentsDeploymentWithBeforeRead called before DefaultReadDeployment in the default Read handler

type DeploymentsDeploymentWithBeforeUpdate added in v0.0.7

type DeploymentsDeploymentWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

DeploymentsDeploymentWithBeforeUpdate called before DefaultUpdateDeployment in the default Update handler

type DeploymentsServer added in v0.0.6

type DeploymentsServer interface {
	// Use this method to create a Deployment information.
	Create(context.Context, *CreateDeploymentRequest) (*CreateDeploymentResponse, error)
	// Use this method to read a Deployment information by identifier.
	Read(context.Context, *ReadDeploymentRequest) (*ReadDeploymentResponse, error)
	// Use this method to update a Deployment information.
	Update(context.Context, *UpdateDeploymentRequest) (*UpdateDeploymentResponse, error)
	// Use this method to delete a particular Deployment.
	Delete(context.Context, *DeleteDeploymentRequest) (*DeleteDeploymentResponse, error)
	// Use this method to retrieve all the Deployments.
	List(context.Context, *ListDeploymentRequest) (*ListDeploymentsResponse, error)
}

DeploymentsServer is the server API for Deployments service.

type Environment added in v0.0.6

type Environment struct {
	// The Environment identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Environment
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Environment
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Custom config for this Environment
	ConfigYaml string `protobuf:"bytes,4,opt,name=config_yaml,json=configYaml,proto3" json:"config_yaml,omitempty"`
	// ApplicationInstances in this Environment
	ApplicationInstances []*ApplicationInstance `protobuf:"bytes,5,rep,name=application_instances,json=applicationInstances,proto3" json:"application_instances,omitempty"`
	// AppConfig
	AppConfig []*AppConfig `protobuf:"bytes,6,rep,name=app_config,json=appConfig,proto3" json:"app_config,omitempty"`
	// Lifecycle referenced by this Environment
	LifecycleId          *resource.Identifier `protobuf:"bytes,7,opt,name=lifecycle_id,json=lifecycleId,proto3" json:"lifecycle_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------------- Environment owns a set of ApplicationInstances for Deployment -------------------------------------------------------------

func DefaultApplyFieldMaskEnvironment added in v0.0.6

func DefaultApplyFieldMaskEnvironment(ctx context.Context, patchee *Environment, patcher *Environment, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Environment, error)

DefaultApplyFieldMaskEnvironment patches an pbObject with patcher according to a field mask.

func DefaultCreateEnvironment added in v0.0.6

func DefaultCreateEnvironment(ctx context.Context, in *Environment, db *gorm1.DB) (*Environment, error)

DefaultCreateEnvironment executes a basic gorm create call

func DefaultListEnvironment added in v0.0.6

func DefaultListEnvironment(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Environment, error)

DefaultListEnvironment executes a gorm list call

func DefaultPatchEnvironment added in v0.0.6

func DefaultPatchEnvironment(ctx context.Context, in *Environment, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Environment, error)

DefaultPatchEnvironment executes a basic gorm update call with patch behavior

func DefaultPatchSetEnvironment added in v0.0.8

func DefaultPatchSetEnvironment(ctx context.Context, objects []*Environment, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Environment, error)

DefaultPatchSetEnvironment executes a bulk gorm update call with patch behavior

func DefaultReadEnvironment added in v0.0.6

func DefaultReadEnvironment(ctx context.Context, in *Environment, db *gorm1.DB, fs *query1.FieldSelection) (*Environment, error)

DefaultReadEnvironment executes a basic gorm read call

func DefaultStrictUpdateEnvironment added in v0.0.6

func DefaultStrictUpdateEnvironment(ctx context.Context, in *Environment, db *gorm1.DB) (*Environment, error)

DefaultStrictUpdateEnvironment clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Environment) AtlasValidateJSON added in v0.0.6

func (_ *Environment) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Environment.

func (*Environment) Descriptor added in v0.0.6

func (*Environment) Descriptor() ([]byte, []int)

func (*Environment) GetAppConfig added in v0.0.21

func (m *Environment) GetAppConfig() []*AppConfig

func (*Environment) GetApplicationInstances added in v0.0.8

func (m *Environment) GetApplicationInstances() []*ApplicationInstance

func (*Environment) GetConfigYaml added in v0.0.15

func (m *Environment) GetConfigYaml() string

func (*Environment) GetDescription added in v0.0.6

func (m *Environment) GetDescription() string

func (*Environment) GetId added in v0.0.6

func (m *Environment) GetId() *resource.Identifier

func (*Environment) GetLifecycleId added in v0.0.15

func (m *Environment) GetLifecycleId() *resource.Identifier

func (*Environment) GetName added in v0.0.6

func (m *Environment) GetName() string

func (*Environment) ProtoMessage added in v0.0.6

func (*Environment) ProtoMessage()

func (*Environment) Reset added in v0.0.6

func (m *Environment) Reset()

func (*Environment) String added in v0.0.6

func (m *Environment) String() string

func (*Environment) ToORM added in v0.0.6

func (m *Environment) ToORM(ctx context.Context) (EnvironmentORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Environment) Validate added in v0.0.6

func (m *Environment) Validate() error

Validate checks the field values on Environment with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Environment) XXX_DiscardUnknown added in v0.0.8

func (m *Environment) XXX_DiscardUnknown()

func (*Environment) XXX_Marshal added in v0.0.8

func (m *Environment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Environment) XXX_Merge added in v0.0.8

func (m *Environment) XXX_Merge(src proto.Message)

func (*Environment) XXX_Size added in v0.0.8

func (m *Environment) XXX_Size() int

func (*Environment) XXX_Unmarshal added in v0.0.8

func (m *Environment) XXX_Unmarshal(b []byte) error

type EnvironmentORM added in v0.0.6

type EnvironmentORM struct {
	AccountID            string
	AppConfig            []*AppConfigORM           `gorm:"foreignkey:EnvironmentId;association_foreignkey:Id"`
	ApplicationInstances []*ApplicationInstanceORM `gorm:"foreignkey:EnvironmentId;association_foreignkey:Id"`
	ConfigYaml           string
	Description          string
	Id                   string  `gorm:"type:UUID;primary_key"`
	LifecycleId          *string `gorm:"type:UUID"`
	Name                 string
}

func (EnvironmentORM) BeforeSave added in v0.0.27

func (pOrm EnvironmentORM) BeforeSave(scope *gorm.Scope) error

func (EnvironmentORM) TableName added in v0.0.6

func (EnvironmentORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*EnvironmentORM) ToPB added in v0.0.6

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type EnvironmentORMWithAfterCreate_ added in v0.0.8

type EnvironmentORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type EnvironmentORMWithAfterDeleteSet added in v0.0.8

type EnvironmentORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Environment, *gorm1.DB) error
}

type EnvironmentORMWithAfterDelete_ added in v0.0.8

type EnvironmentORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type EnvironmentORMWithAfterListFind added in v0.0.6

type EnvironmentORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]EnvironmentORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type EnvironmentORMWithAfterReadFind added in v0.0.6

type EnvironmentORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type EnvironmentORMWithAfterStrictUpdateSave added in v0.0.6

type EnvironmentORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type EnvironmentORMWithBeforeCreate_ added in v0.0.8

type EnvironmentORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type EnvironmentORMWithBeforeDeleteSet added in v0.0.8

type EnvironmentORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Environment, *gorm1.DB) (*gorm1.DB, error)
}

type EnvironmentORMWithBeforeDelete_ added in v0.0.8

type EnvironmentORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type EnvironmentORMWithBeforeListApplyQuery added in v0.0.6

type EnvironmentORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type EnvironmentORMWithBeforeListFind added in v0.0.6

type EnvironmentORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type EnvironmentORMWithBeforeReadApplyQuery added in v0.0.6

type EnvironmentORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type EnvironmentORMWithBeforeReadFind added in v0.0.6

type EnvironmentORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type EnvironmentORMWithBeforeStrictUpdateCleanup added in v0.0.6

type EnvironmentORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type EnvironmentORMWithBeforeStrictUpdateSave added in v0.0.6

type EnvironmentORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type EnvironmentValidationError added in v0.0.6

type EnvironmentValidationError struct {
	// contains filtered or unexported fields
}

EnvironmentValidationError is the validation error returned by Environment.Validate if the designated constraints aren't met.

func (EnvironmentValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (EnvironmentValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (EnvironmentValidationError) ErrorName added in v0.0.6

func (e EnvironmentValidationError) ErrorName() string

ErrorName returns error name.

func (EnvironmentValidationError) Field added in v0.0.6

Field function returns field value.

func (EnvironmentValidationError) Key added in v0.0.6

Key function returns key value.

func (EnvironmentValidationError) Reason added in v0.0.6

Reason function returns reason value.

type EnvironmentWithAfterPatchSave added in v0.0.6

type EnvironmentWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Environment, *field_mask1.FieldMask, *gorm1.DB) error
}

type EnvironmentWithAfterToORM added in v0.0.6

type EnvironmentWithAfterToORM interface {
	AfterToORM(context.Context, *EnvironmentORM) error
}

EnvironmentAfterToORM called after default ToORM code

type EnvironmentWithAfterToPB added in v0.0.6

type EnvironmentWithAfterToPB interface {
	AfterToPB(context.Context, *Environment) error
}

EnvironmentAfterToPB called after default ToPB code

type EnvironmentWithBeforePatchApplyFieldMask added in v0.0.6

type EnvironmentWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Environment, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type EnvironmentWithBeforePatchRead added in v0.0.6

type EnvironmentWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Environment, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type EnvironmentWithBeforePatchSave added in v0.0.6

type EnvironmentWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Environment, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type EnvironmentWithBeforeToORM added in v0.0.6

type EnvironmentWithBeforeToORM interface {
	BeforeToORM(context.Context, *EnvironmentORM) error
}

EnvironmentBeforeToORM called before default ToORM code

type EnvironmentWithBeforeToPB added in v0.0.6

type EnvironmentWithBeforeToPB interface {
	BeforeToPB(context.Context, *Environment) error
}

EnvironmentBeforeToPB called before default ToPB code

type EnvironmentsClient added in v0.0.6

type EnvironmentsClient interface {
	// Use this method to create a Environment information.
	Create(ctx context.Context, in *CreateEnvironmentRequest, opts ...grpc.CallOption) (*CreateEnvironmentResponse, error)
	// Use this method to read a Environment information by identifier.
	Read(ctx context.Context, in *ReadEnvironmentRequest, opts ...grpc.CallOption) (*ReadEnvironmentResponse, error)
	// Use this method to update a Environment information.
	Update(ctx context.Context, in *UpdateEnvironmentRequest, opts ...grpc.CallOption) (*UpdateEnvironmentResponse, error)
	// Use this method to delete a particular Environment.
	Delete(ctx context.Context, in *DeleteEnvironmentRequest, opts ...grpc.CallOption) (*DeleteEnvironmentResponse, error)
	// Use this method to retrieve all the Environments.
	List(ctx context.Context, in *ListEnvironmentRequest, opts ...grpc.CallOption) (*ListEnvironmentsResponse, error)
}

EnvironmentsClient is the client API for Environments service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEnvironmentsClient added in v0.0.6

func NewEnvironmentsClient(cc *grpc.ClientConn) EnvironmentsClient

type EnvironmentsDefaultServer added in v0.0.6

type EnvironmentsDefaultServer struct {
}

func (*EnvironmentsDefaultServer) Create added in v0.0.6

Create ...

func (*EnvironmentsDefaultServer) Delete added in v0.0.6

Delete ...

func (*EnvironmentsDefaultServer) List added in v0.0.6

List ...

func (*EnvironmentsDefaultServer) Read added in v0.0.6

Read ...

func (*EnvironmentsDefaultServer) Update added in v0.0.6

Update ...

type EnvironmentsEnvironmentWithAfterCreate added in v0.0.6

type EnvironmentsEnvironmentWithAfterCreate interface {
	AfterCreate(context.Context, *CreateEnvironmentResponse, *gorm1.DB) error
}

EnvironmentsEnvironmentWithAfterCreate called before DefaultCreateEnvironment in the default Create handler

type EnvironmentsEnvironmentWithAfterDelete added in v0.0.6

type EnvironmentsEnvironmentWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteEnvironmentResponse, *gorm1.DB) error
}

EnvironmentsEnvironmentWithAfterDelete called before DefaultDeleteEnvironment in the default Delete handler

type EnvironmentsEnvironmentWithAfterList added in v0.0.6

type EnvironmentsEnvironmentWithAfterList interface {
	AfterList(context.Context, *ListEnvironmentsResponse, *gorm1.DB) error
}

EnvironmentsEnvironmentWithAfterList called before DefaultListEnvironment in the default List handler

type EnvironmentsEnvironmentWithAfterRead added in v0.0.6

type EnvironmentsEnvironmentWithAfterRead interface {
	AfterRead(context.Context, *ReadEnvironmentResponse, *gorm1.DB) error
}

EnvironmentsEnvironmentWithAfterRead called before DefaultReadEnvironment in the default Read handler

type EnvironmentsEnvironmentWithAfterUpdate added in v0.0.7

type EnvironmentsEnvironmentWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateEnvironmentResponse, *gorm1.DB) error
}

EnvironmentsEnvironmentWithAfterUpdate called before DefaultUpdateEnvironment in the default Update handler

type EnvironmentsEnvironmentWithBeforeCreate added in v0.0.6

type EnvironmentsEnvironmentWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EnvironmentsEnvironmentWithBeforeCreate called before DefaultCreateEnvironment in the default Create handler

type EnvironmentsEnvironmentWithBeforeDelete added in v0.0.6

type EnvironmentsEnvironmentWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EnvironmentsEnvironmentWithBeforeDelete called before DefaultDeleteEnvironment in the default Delete handler

type EnvironmentsEnvironmentWithBeforeList added in v0.0.6

type EnvironmentsEnvironmentWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EnvironmentsEnvironmentWithBeforeList called before DefaultListEnvironment in the default List handler

type EnvironmentsEnvironmentWithBeforeRead added in v0.0.6

type EnvironmentsEnvironmentWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EnvironmentsEnvironmentWithBeforeRead called before DefaultReadEnvironment in the default Read handler

type EnvironmentsEnvironmentWithBeforeUpdate added in v0.0.7

type EnvironmentsEnvironmentWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EnvironmentsEnvironmentWithBeforeUpdate called before DefaultUpdateEnvironment in the default Update handler

type EnvironmentsServer added in v0.0.6

type EnvironmentsServer interface {
	// Use this method to create a Environment information.
	Create(context.Context, *CreateEnvironmentRequest) (*CreateEnvironmentResponse, error)
	// Use this method to read a Environment information by identifier.
	Read(context.Context, *ReadEnvironmentRequest) (*ReadEnvironmentResponse, error)
	// Use this method to update a Environment information.
	Update(context.Context, *UpdateEnvironmentRequest) (*UpdateEnvironmentResponse, error)
	// Use this method to delete a particular Environment.
	Delete(context.Context, *DeleteEnvironmentRequest) (*DeleteEnvironmentResponse, error)
	// Use this method to retrieve all the Environments.
	List(context.Context, *ListEnvironmentRequest) (*ListEnvironmentsResponse, error)
}

EnvironmentsServer is the server API for Environments service.

type KubeCluster added in v0.0.6

type KubeCluster struct {
	// The KubeCluster identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the KubeCluster
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the KubeCluster
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Reference to Network
	NetworkId            *resource.Identifier `protobuf:"bytes,5,opt,name=network_id,json=networkId,proto3" json:"network_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------ KubeCluster represents a Kubernetes Cluster ------------------------------------------------------

func DefaultApplyFieldMaskKubeCluster added in v0.0.6

func DefaultApplyFieldMaskKubeCluster(ctx context.Context, patchee *KubeCluster, patcher *KubeCluster, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*KubeCluster, error)

DefaultApplyFieldMaskKubeCluster patches an pbObject with patcher according to a field mask.

func DefaultCreateKubeCluster added in v0.0.6

func DefaultCreateKubeCluster(ctx context.Context, in *KubeCluster, db *gorm1.DB) (*KubeCluster, error)

DefaultCreateKubeCluster executes a basic gorm create call

func DefaultListKubeCluster added in v0.0.6

func DefaultListKubeCluster(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*KubeCluster, error)

DefaultListKubeCluster executes a gorm list call

func DefaultPatchKubeCluster added in v0.0.6

func DefaultPatchKubeCluster(ctx context.Context, in *KubeCluster, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*KubeCluster, error)

DefaultPatchKubeCluster executes a basic gorm update call with patch behavior

func DefaultPatchSetKubeCluster added in v0.0.8

func DefaultPatchSetKubeCluster(ctx context.Context, objects []*KubeCluster, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*KubeCluster, error)

DefaultPatchSetKubeCluster executes a bulk gorm update call with patch behavior

func DefaultReadKubeCluster added in v0.0.6

func DefaultReadKubeCluster(ctx context.Context, in *KubeCluster, db *gorm1.DB, fs *query1.FieldSelection) (*KubeCluster, error)

DefaultReadKubeCluster executes a basic gorm read call

func DefaultStrictUpdateKubeCluster added in v0.0.6

func DefaultStrictUpdateKubeCluster(ctx context.Context, in *KubeCluster, db *gorm1.DB) (*KubeCluster, error)

DefaultStrictUpdateKubeCluster clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*KubeCluster) AtlasValidateJSON added in v0.0.6

func (_ *KubeCluster) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object KubeCluster.

func (*KubeCluster) Descriptor added in v0.0.6

func (*KubeCluster) Descriptor() ([]byte, []int)

func (*KubeCluster) GetDescription added in v0.0.6

func (m *KubeCluster) GetDescription() string

func (*KubeCluster) GetId added in v0.0.6

func (m *KubeCluster) GetId() *resource.Identifier

func (*KubeCluster) GetName added in v0.0.6

func (m *KubeCluster) GetName() string

func (*KubeCluster) GetNetworkId added in v0.0.27

func (m *KubeCluster) GetNetworkId() *resource.Identifier

func (*KubeCluster) ProtoMessage added in v0.0.6

func (*KubeCluster) ProtoMessage()

func (*KubeCluster) Reset added in v0.0.6

func (m *KubeCluster) Reset()

func (*KubeCluster) String added in v0.0.6

func (m *KubeCluster) String() string

func (*KubeCluster) ToORM added in v0.0.6

func (m *KubeCluster) ToORM(ctx context.Context) (KubeClusterORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*KubeCluster) Validate added in v0.0.6

func (m *KubeCluster) Validate() error

Validate checks the field values on KubeCluster with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*KubeCluster) XXX_DiscardUnknown added in v0.0.8

func (m *KubeCluster) XXX_DiscardUnknown()

func (*KubeCluster) XXX_Marshal added in v0.0.8

func (m *KubeCluster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KubeCluster) XXX_Merge added in v0.0.8

func (m *KubeCluster) XXX_Merge(src proto.Message)

func (*KubeCluster) XXX_Size added in v0.0.8

func (m *KubeCluster) XXX_Size() int

func (*KubeCluster) XXX_Unmarshal added in v0.0.8

func (m *KubeCluster) XXX_Unmarshal(b []byte) error

type KubeClusterORM added in v0.0.6

type KubeClusterORM struct {
	AccountID   string
	Description string
	Id          string `gorm:"type:UUID;primary_key"`
	Name        string
	NetworkId   *string `gorm:"type:UUID"`
}

func (KubeClusterORM) BeforeSave added in v0.0.27

func (pOrm KubeClusterORM) BeforeSave(scope *gorm.Scope) error

func (KubeClusterORM) TableName added in v0.0.6

func (KubeClusterORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*KubeClusterORM) ToPB added in v0.0.6

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type KubeClusterORMWithAfterCreate_ added in v0.0.8

type KubeClusterORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type KubeClusterORMWithAfterDeleteSet added in v0.0.8

type KubeClusterORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*KubeCluster, *gorm1.DB) error
}

type KubeClusterORMWithAfterDelete_ added in v0.0.8

type KubeClusterORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type KubeClusterORMWithAfterListFind added in v0.0.6

type KubeClusterORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]KubeClusterORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type KubeClusterORMWithAfterReadFind added in v0.0.6

type KubeClusterORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type KubeClusterORMWithAfterStrictUpdateSave added in v0.0.6

type KubeClusterORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type KubeClusterORMWithBeforeCreate_ added in v0.0.8

type KubeClusterORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type KubeClusterORMWithBeforeDeleteSet added in v0.0.8

type KubeClusterORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*KubeCluster, *gorm1.DB) (*gorm1.DB, error)
}

type KubeClusterORMWithBeforeDelete_ added in v0.0.8

type KubeClusterORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type KubeClusterORMWithBeforeListApplyQuery added in v0.0.6

type KubeClusterORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type KubeClusterORMWithBeforeListFind added in v0.0.6

type KubeClusterORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type KubeClusterORMWithBeforeReadApplyQuery added in v0.0.6

type KubeClusterORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type KubeClusterORMWithBeforeReadFind added in v0.0.6

type KubeClusterORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type KubeClusterORMWithBeforeStrictUpdateCleanup added in v0.0.6

type KubeClusterORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type KubeClusterORMWithBeforeStrictUpdateSave added in v0.0.6

type KubeClusterORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type KubeClusterValidationError added in v0.0.6

type KubeClusterValidationError struct {
	// contains filtered or unexported fields
}

KubeClusterValidationError is the validation error returned by KubeCluster.Validate if the designated constraints aren't met.

func (KubeClusterValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (KubeClusterValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (KubeClusterValidationError) ErrorName added in v0.0.6

func (e KubeClusterValidationError) ErrorName() string

ErrorName returns error name.

func (KubeClusterValidationError) Field added in v0.0.6

Field function returns field value.

func (KubeClusterValidationError) Key added in v0.0.6

Key function returns key value.

func (KubeClusterValidationError) Reason added in v0.0.6

Reason function returns reason value.

type KubeClusterWithAfterPatchSave added in v0.0.6

type KubeClusterWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *KubeCluster, *field_mask1.FieldMask, *gorm1.DB) error
}

type KubeClusterWithAfterToORM added in v0.0.6

type KubeClusterWithAfterToORM interface {
	AfterToORM(context.Context, *KubeClusterORM) error
}

KubeClusterAfterToORM called after default ToORM code

type KubeClusterWithAfterToPB added in v0.0.6

type KubeClusterWithAfterToPB interface {
	AfterToPB(context.Context, *KubeCluster) error
}

KubeClusterAfterToPB called after default ToPB code

type KubeClusterWithBeforePatchApplyFieldMask added in v0.0.6

type KubeClusterWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *KubeCluster, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type KubeClusterWithBeforePatchRead added in v0.0.6

type KubeClusterWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *KubeCluster, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type KubeClusterWithBeforePatchSave added in v0.0.6

type KubeClusterWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *KubeCluster, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type KubeClusterWithBeforeToORM added in v0.0.6

type KubeClusterWithBeforeToORM interface {
	BeforeToORM(context.Context, *KubeClusterORM) error
}

KubeClusterBeforeToORM called before default ToORM code

type KubeClusterWithBeforeToPB added in v0.0.6

type KubeClusterWithBeforeToPB interface {
	BeforeToPB(context.Context, *KubeCluster) error
}

KubeClusterBeforeToPB called before default ToPB code

type KubeClustersClient added in v0.0.6

type KubeClustersClient interface {
	// Use this method to create a KubeCluster information.
	Create(ctx context.Context, in *CreateKubeClusterRequest, opts ...grpc.CallOption) (*CreateKubeClusterResponse, error)
	// Use this method to read a KubeCluster information by identifier.
	Read(ctx context.Context, in *ReadKubeClusterRequest, opts ...grpc.CallOption) (*ReadKubeClusterResponse, error)
	// Use this method to update a KubeCluster information.
	Update(ctx context.Context, in *UpdateKubeClusterRequest, opts ...grpc.CallOption) (*UpdateKubeClusterResponse, error)
	// Use this method to delete a particular KubeCluster.
	Delete(ctx context.Context, in *DeleteKubeClusterRequest, opts ...grpc.CallOption) (*DeleteKubeClusterResponse, error)
	// Use this method to retrieve all the KubeClusters.
	List(ctx context.Context, in *ListKubeClusterRequest, opts ...grpc.CallOption) (*ListKubeClustersResponse, error)
}

KubeClustersClient is the client API for KubeClusters service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewKubeClustersClient added in v0.0.6

func NewKubeClustersClient(cc *grpc.ClientConn) KubeClustersClient

type KubeClustersDefaultServer added in v0.0.6

type KubeClustersDefaultServer struct {
}

func (*KubeClustersDefaultServer) Create added in v0.0.6

Create ...

func (*KubeClustersDefaultServer) Delete added in v0.0.6

Delete ...

func (*KubeClustersDefaultServer) List added in v0.0.6

List ...

func (*KubeClustersDefaultServer) Read added in v0.0.6

Read ...

func (*KubeClustersDefaultServer) Update added in v0.0.6

Update ...

type KubeClustersKubeClusterWithAfterCreate added in v0.0.6

type KubeClustersKubeClusterWithAfterCreate interface {
	AfterCreate(context.Context, *CreateKubeClusterResponse, *gorm1.DB) error
}

KubeClustersKubeClusterWithAfterCreate called before DefaultCreateKubeCluster in the default Create handler

type KubeClustersKubeClusterWithAfterDelete added in v0.0.6

type KubeClustersKubeClusterWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteKubeClusterResponse, *gorm1.DB) error
}

KubeClustersKubeClusterWithAfterDelete called before DefaultDeleteKubeCluster in the default Delete handler

type KubeClustersKubeClusterWithAfterList added in v0.0.6

type KubeClustersKubeClusterWithAfterList interface {
	AfterList(context.Context, *ListKubeClustersResponse, *gorm1.DB) error
}

KubeClustersKubeClusterWithAfterList called before DefaultListKubeCluster in the default List handler

type KubeClustersKubeClusterWithAfterRead added in v0.0.6

type KubeClustersKubeClusterWithAfterRead interface {
	AfterRead(context.Context, *ReadKubeClusterResponse, *gorm1.DB) error
}

KubeClustersKubeClusterWithAfterRead called before DefaultReadKubeCluster in the default Read handler

type KubeClustersKubeClusterWithAfterUpdate added in v0.0.7

type KubeClustersKubeClusterWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateKubeClusterResponse, *gorm1.DB) error
}

KubeClustersKubeClusterWithAfterUpdate called before DefaultUpdateKubeCluster in the default Update handler

type KubeClustersKubeClusterWithBeforeCreate added in v0.0.6

type KubeClustersKubeClusterWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KubeClustersKubeClusterWithBeforeCreate called before DefaultCreateKubeCluster in the default Create handler

type KubeClustersKubeClusterWithBeforeDelete added in v0.0.6

type KubeClustersKubeClusterWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KubeClustersKubeClusterWithBeforeDelete called before DefaultDeleteKubeCluster in the default Delete handler

type KubeClustersKubeClusterWithBeforeList added in v0.0.6

type KubeClustersKubeClusterWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KubeClustersKubeClusterWithBeforeList called before DefaultListKubeCluster in the default List handler

type KubeClustersKubeClusterWithBeforeRead added in v0.0.6

type KubeClustersKubeClusterWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KubeClustersKubeClusterWithBeforeRead called before DefaultReadKubeCluster in the default Read handler

type KubeClustersKubeClusterWithBeforeUpdate added in v0.0.7

type KubeClustersKubeClusterWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KubeClustersKubeClusterWithBeforeUpdate called before DefaultUpdateKubeCluster in the default Update handler

type KubeClustersServer added in v0.0.6

type KubeClustersServer interface {
	// Use this method to create a KubeCluster information.
	Create(context.Context, *CreateKubeClusterRequest) (*CreateKubeClusterResponse, error)
	// Use this method to read a KubeCluster information by identifier.
	Read(context.Context, *ReadKubeClusterRequest) (*ReadKubeClusterResponse, error)
	// Use this method to update a KubeCluster information.
	Update(context.Context, *UpdateKubeClusterRequest) (*UpdateKubeClusterResponse, error)
	// Use this method to delete a particular KubeCluster.
	Delete(context.Context, *DeleteKubeClusterRequest) (*DeleteKubeClusterResponse, error)
	// Use this method to retrieve all the KubeClusters.
	List(context.Context, *ListKubeClusterRequest) (*ListKubeClustersResponse, error)
}

KubeClustersServer is the server API for KubeClusters service.

type Lifecycle added in v0.0.15

type Lifecycle struct {
	// The Lifecycle identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Lifecycle
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Lifecycle
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Custom configuration
	ConfigYaml string `protobuf:"bytes,4,opt,name=config_yaml,json=configYaml,proto3" json:"config_yaml,omitempty"`
	// Evironments in this Lifecycle
	Environments []*Environment `protobuf:"bytes,5,rep,name=environments,proto3" json:"environments,omitempty"`
	// Lifecycles chained to this stage
	Lifecycles []*Lifecycle `protobuf:"bytes,6,rep,name=lifecycles,proto3" json:"lifecycles,omitempty"`
	// AppConfig
	AppConfig []*AppConfig `protobuf:"bytes,7,rep,name=app_config,json=appConfig,proto3" json:"app_config,omitempty"`
	// AppVersion
	AppVersion []*AppVersion `protobuf:"bytes,8,rep,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	// Reference to parent Lifecycle
	LifecycleId          *resource.Identifier `protobuf:"bytes,9,opt,name=lifecycle_id,json=lifecycleId,proto3" json:"lifecycle_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

----------------------------------------------------------- Lifecycle represents a stage in CI/CD e.g. preprod or prod -----------------------------------------------------------

func DefaultApplyFieldMaskLifecycle added in v0.0.15

func DefaultApplyFieldMaskLifecycle(ctx context.Context, patchee *Lifecycle, patcher *Lifecycle, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Lifecycle, error)

DefaultApplyFieldMaskLifecycle patches an pbObject with patcher according to a field mask.

func DefaultCreateLifecycle added in v0.0.15

func DefaultCreateLifecycle(ctx context.Context, in *Lifecycle, db *gorm1.DB) (*Lifecycle, error)

DefaultCreateLifecycle executes a basic gorm create call

func DefaultListLifecycle added in v0.0.15

func DefaultListLifecycle(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Lifecycle, error)

DefaultListLifecycle executes a gorm list call

func DefaultPatchLifecycle added in v0.0.15

func DefaultPatchLifecycle(ctx context.Context, in *Lifecycle, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Lifecycle, error)

DefaultPatchLifecycle executes a basic gorm update call with patch behavior

func DefaultPatchSetLifecycle added in v0.0.15

func DefaultPatchSetLifecycle(ctx context.Context, objects []*Lifecycle, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Lifecycle, error)

DefaultPatchSetLifecycle executes a bulk gorm update call with patch behavior

func DefaultReadLifecycle added in v0.0.15

func DefaultReadLifecycle(ctx context.Context, in *Lifecycle, db *gorm1.DB, fs *query1.FieldSelection) (*Lifecycle, error)

DefaultReadLifecycle executes a basic gorm read call

func DefaultStrictUpdateLifecycle added in v0.0.15

func DefaultStrictUpdateLifecycle(ctx context.Context, in *Lifecycle, db *gorm1.DB) (*Lifecycle, error)

DefaultStrictUpdateLifecycle clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Lifecycle) AtlasValidateJSON added in v0.0.15

func (_ *Lifecycle) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Lifecycle.

func (*Lifecycle) Descriptor added in v0.0.15

func (*Lifecycle) Descriptor() ([]byte, []int)

func (*Lifecycle) GetAppConfig added in v0.0.20

func (m *Lifecycle) GetAppConfig() []*AppConfig

func (*Lifecycle) GetAppVersion added in v0.0.20

func (m *Lifecycle) GetAppVersion() []*AppVersion

func (*Lifecycle) GetConfigYaml added in v0.0.15

func (m *Lifecycle) GetConfigYaml() string

func (*Lifecycle) GetDescription added in v0.0.15

func (m *Lifecycle) GetDescription() string

func (*Lifecycle) GetEnvironments added in v0.0.15

func (m *Lifecycle) GetEnvironments() []*Environment

func (*Lifecycle) GetId added in v0.0.15

func (m *Lifecycle) GetId() *resource.Identifier

func (*Lifecycle) GetLifecycleId added in v0.0.18

func (m *Lifecycle) GetLifecycleId() *resource.Identifier

func (*Lifecycle) GetLifecycles added in v0.0.28

func (m *Lifecycle) GetLifecycles() []*Lifecycle

func (*Lifecycle) GetName added in v0.0.15

func (m *Lifecycle) GetName() string

func (*Lifecycle) ProtoMessage added in v0.0.15

func (*Lifecycle) ProtoMessage()

func (*Lifecycle) Reset added in v0.0.15

func (m *Lifecycle) Reset()

func (*Lifecycle) String added in v0.0.15

func (m *Lifecycle) String() string

func (*Lifecycle) ToORM added in v0.0.15

func (m *Lifecycle) ToORM(ctx context.Context) (LifecycleORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Lifecycle) Validate added in v0.0.15

func (m *Lifecycle) Validate() error

Validate checks the field values on Lifecycle with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Lifecycle) XXX_DiscardUnknown added in v0.0.15

func (m *Lifecycle) XXX_DiscardUnknown()

func (*Lifecycle) XXX_Marshal added in v0.0.15

func (m *Lifecycle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Lifecycle) XXX_Merge added in v0.0.15

func (m *Lifecycle) XXX_Merge(src proto.Message)

func (*Lifecycle) XXX_Size added in v0.0.15

func (m *Lifecycle) XXX_Size() int

func (*Lifecycle) XXX_Unmarshal added in v0.0.15

func (m *Lifecycle) XXX_Unmarshal(b []byte) error

type LifecycleORM added in v0.0.15

type LifecycleORM struct {
	AccountID    string
	AppConfig    []*AppConfigORM  `gorm:"foreignkey:LifecycleId;association_foreignkey:Id"`
	AppVersion   []*AppVersionORM `gorm:"foreignkey:LifecycleId;association_foreignkey:Id"`
	ConfigYaml   string
	Description  string
	Environments []*EnvironmentORM `gorm:"foreignkey:LifecycleId;association_foreignkey:Id"`
	Id           string            `gorm:"type:UUID;primary_key"`
	LifecycleId  *string           `gorm:"type:UUID"`
	Lifecycles   []*LifecycleORM   `gorm:"foreignkey:LifecycleId;association_foreignkey:Id"`
	Name         string
}

func (LifecycleORM) BeforeSave added in v0.0.27

func (pOrm LifecycleORM) BeforeSave(scope *gorm.Scope) error

func (LifecycleORM) TableName added in v0.0.15

func (LifecycleORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*LifecycleORM) ToPB added in v0.0.15

func (m *LifecycleORM) ToPB(ctx context.Context) (Lifecycle, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type LifecycleORMWithAfterCreate_ added in v0.0.15

type LifecycleORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type LifecycleORMWithAfterDeleteSet added in v0.0.15

type LifecycleORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Lifecycle, *gorm1.DB) error
}

type LifecycleORMWithAfterDelete_ added in v0.0.15

type LifecycleORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type LifecycleORMWithAfterListFind added in v0.0.15

type LifecycleORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]LifecycleORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type LifecycleORMWithAfterReadFind added in v0.0.15

type LifecycleORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type LifecycleORMWithAfterStrictUpdateSave added in v0.0.15

type LifecycleORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type LifecycleORMWithBeforeCreate_ added in v0.0.15

type LifecycleORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type LifecycleORMWithBeforeDeleteSet added in v0.0.15

type LifecycleORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Lifecycle, *gorm1.DB) (*gorm1.DB, error)
}

type LifecycleORMWithBeforeDelete_ added in v0.0.15

type LifecycleORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type LifecycleORMWithBeforeListApplyQuery added in v0.0.15

type LifecycleORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type LifecycleORMWithBeforeListFind added in v0.0.15

type LifecycleORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type LifecycleORMWithBeforeReadApplyQuery added in v0.0.15

type LifecycleORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type LifecycleORMWithBeforeReadFind added in v0.0.15

type LifecycleORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type LifecycleORMWithBeforeStrictUpdateCleanup added in v0.0.15

type LifecycleORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type LifecycleORMWithBeforeStrictUpdateSave added in v0.0.15

type LifecycleORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type LifecycleValidationError added in v0.0.15

type LifecycleValidationError struct {
	// contains filtered or unexported fields
}

LifecycleValidationError is the validation error returned by Lifecycle.Validate if the designated constraints aren't met.

func (LifecycleValidationError) Cause added in v0.0.15

func (e LifecycleValidationError) Cause() error

Cause function returns cause value.

func (LifecycleValidationError) Error added in v0.0.15

func (e LifecycleValidationError) Error() string

Error satisfies the builtin error interface

func (LifecycleValidationError) ErrorName added in v0.0.15

func (e LifecycleValidationError) ErrorName() string

ErrorName returns error name.

func (LifecycleValidationError) Field added in v0.0.15

func (e LifecycleValidationError) Field() string

Field function returns field value.

func (LifecycleValidationError) Key added in v0.0.15

Key function returns key value.

func (LifecycleValidationError) Reason added in v0.0.15

func (e LifecycleValidationError) Reason() string

Reason function returns reason value.

type LifecycleWithAfterPatchSave added in v0.0.15

type LifecycleWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Lifecycle, *field_mask1.FieldMask, *gorm1.DB) error
}

type LifecycleWithAfterToORM added in v0.0.15

type LifecycleWithAfterToORM interface {
	AfterToORM(context.Context, *LifecycleORM) error
}

LifecycleAfterToORM called after default ToORM code

type LifecycleWithAfterToPB added in v0.0.15

type LifecycleWithAfterToPB interface {
	AfterToPB(context.Context, *Lifecycle) error
}

LifecycleAfterToPB called after default ToPB code

type LifecycleWithBeforePatchApplyFieldMask added in v0.0.15

type LifecycleWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Lifecycle, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type LifecycleWithBeforePatchRead added in v0.0.15

type LifecycleWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Lifecycle, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type LifecycleWithBeforePatchSave added in v0.0.15

type LifecycleWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Lifecycle, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type LifecycleWithBeforeToORM added in v0.0.15

type LifecycleWithBeforeToORM interface {
	BeforeToORM(context.Context, *LifecycleORM) error
}

LifecycleBeforeToORM called before default ToORM code

type LifecycleWithBeforeToPB added in v0.0.15

type LifecycleWithBeforeToPB interface {
	BeforeToPB(context.Context, *Lifecycle) error
}

LifecycleBeforeToPB called before default ToPB code

type LifecyclesClient added in v0.0.15

type LifecyclesClient interface {
	// Use this method to create a Lifecycle information.
	Create(ctx context.Context, in *CreateLifecycleRequest, opts ...grpc.CallOption) (*CreateLifecycleResponse, error)
	// Use this method to read a Lifecycle information by identifier.
	Read(ctx context.Context, in *ReadLifecycleRequest, opts ...grpc.CallOption) (*ReadLifecycleResponse, error)
	// Use this method to update a Lifecycle information.
	Update(ctx context.Context, in *UpdateLifecycleRequest, opts ...grpc.CallOption) (*UpdateLifecycleResponse, error)
	// Use this method to delete a particular Lifecycle.
	Delete(ctx context.Context, in *DeleteLifecycleRequest, opts ...grpc.CallOption) (*DeleteLifecycleResponse, error)
	// Use this method to retrieve all the Lifecycles.
	List(ctx context.Context, in *ListLifecycleRequest, opts ...grpc.CallOption) (*ListLifecyclesResponse, error)
}

LifecyclesClient is the client API for Lifecycles service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLifecyclesClient added in v0.0.15

func NewLifecyclesClient(cc *grpc.ClientConn) LifecyclesClient

type LifecyclesDefaultServer added in v0.0.15

type LifecyclesDefaultServer struct {
}

func (*LifecyclesDefaultServer) Create added in v0.0.15

Create ...

func (*LifecyclesDefaultServer) Delete added in v0.0.15

Delete ...

func (*LifecyclesDefaultServer) List added in v0.0.15

List ...

func (*LifecyclesDefaultServer) Read added in v0.0.15

Read ...

func (*LifecyclesDefaultServer) Update added in v0.0.15

Update ...

type LifecyclesLifecycleWithAfterCreate added in v0.0.15

type LifecyclesLifecycleWithAfterCreate interface {
	AfterCreate(context.Context, *CreateLifecycleResponse, *gorm1.DB) error
}

LifecyclesLifecycleWithAfterCreate called before DefaultCreateLifecycle in the default Create handler

type LifecyclesLifecycleWithAfterDelete added in v0.0.15

type LifecyclesLifecycleWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteLifecycleResponse, *gorm1.DB) error
}

LifecyclesLifecycleWithAfterDelete called before DefaultDeleteLifecycle in the default Delete handler

type LifecyclesLifecycleWithAfterList added in v0.0.15

type LifecyclesLifecycleWithAfterList interface {
	AfterList(context.Context, *ListLifecyclesResponse, *gorm1.DB) error
}

LifecyclesLifecycleWithAfterList called before DefaultListLifecycle in the default List handler

type LifecyclesLifecycleWithAfterRead added in v0.0.15

type LifecyclesLifecycleWithAfterRead interface {
	AfterRead(context.Context, *ReadLifecycleResponse, *gorm1.DB) error
}

LifecyclesLifecycleWithAfterRead called before DefaultReadLifecycle in the default Read handler

type LifecyclesLifecycleWithAfterUpdate added in v0.0.15

type LifecyclesLifecycleWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateLifecycleResponse, *gorm1.DB) error
}

LifecyclesLifecycleWithAfterUpdate called before DefaultUpdateLifecycle in the default Update handler

type LifecyclesLifecycleWithBeforeCreate added in v0.0.15

type LifecyclesLifecycleWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

LifecyclesLifecycleWithBeforeCreate called before DefaultCreateLifecycle in the default Create handler

type LifecyclesLifecycleWithBeforeDelete added in v0.0.15

type LifecyclesLifecycleWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

LifecyclesLifecycleWithBeforeDelete called before DefaultDeleteLifecycle in the default Delete handler

type LifecyclesLifecycleWithBeforeList added in v0.0.15

type LifecyclesLifecycleWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

LifecyclesLifecycleWithBeforeList called before DefaultListLifecycle in the default List handler

type LifecyclesLifecycleWithBeforeRead added in v0.0.15

type LifecyclesLifecycleWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

LifecyclesLifecycleWithBeforeRead called before DefaultReadLifecycle in the default Read handler

type LifecyclesLifecycleWithBeforeUpdate added in v0.0.15

type LifecyclesLifecycleWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

LifecyclesLifecycleWithBeforeUpdate called before DefaultUpdateLifecycle in the default Update handler

type LifecyclesServer added in v0.0.15

type LifecyclesServer interface {
	// Use this method to create a Lifecycle information.
	Create(context.Context, *CreateLifecycleRequest) (*CreateLifecycleResponse, error)
	// Use this method to read a Lifecycle information by identifier.
	Read(context.Context, *ReadLifecycleRequest) (*ReadLifecycleResponse, error)
	// Use this method to update a Lifecycle information.
	Update(context.Context, *UpdateLifecycleRequest) (*UpdateLifecycleResponse, error)
	// Use this method to delete a particular Lifecycle.
	Delete(context.Context, *DeleteLifecycleRequest) (*DeleteLifecycleResponse, error)
	// Use this method to retrieve all the Lifecycles.
	List(context.Context, *ListLifecycleRequest) (*ListLifecyclesResponse, error)
}

LifecyclesServer is the server API for Lifecycles service.

type ListAppConfigRequest added in v0.0.15

type ListAppConfigRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListAppConfigRequest) AtlasValidateJSON added in v0.0.15

func (_ *ListAppConfigRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListAppConfigRequest.

func (*ListAppConfigRequest) Descriptor added in v0.0.15

func (*ListAppConfigRequest) Descriptor() ([]byte, []int)

func (*ListAppConfigRequest) GetFields added in v0.0.15

func (m *ListAppConfigRequest) GetFields() *query.FieldSelection

func (*ListAppConfigRequest) GetFilter added in v0.0.15

func (m *ListAppConfigRequest) GetFilter() *query.Filtering

func (*ListAppConfigRequest) GetOrderBy added in v0.0.15

func (m *ListAppConfigRequest) GetOrderBy() *query.Sorting

func (*ListAppConfigRequest) GetPaging added in v0.0.15

func (m *ListAppConfigRequest) GetPaging() *query.Pagination

func (*ListAppConfigRequest) ProtoMessage added in v0.0.15

func (*ListAppConfigRequest) ProtoMessage()

func (*ListAppConfigRequest) Reset added in v0.0.15

func (m *ListAppConfigRequest) Reset()

func (*ListAppConfigRequest) String added in v0.0.15

func (m *ListAppConfigRequest) String() string

func (*ListAppConfigRequest) Validate added in v0.0.15

func (m *ListAppConfigRequest) Validate() error

Validate checks the field values on ListAppConfigRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListAppConfigRequest) XXX_DiscardUnknown added in v0.0.15

func (m *ListAppConfigRequest) XXX_DiscardUnknown()

func (*ListAppConfigRequest) XXX_Marshal added in v0.0.15

func (m *ListAppConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAppConfigRequest) XXX_Merge added in v0.0.15

func (m *ListAppConfigRequest) XXX_Merge(src proto.Message)

func (*ListAppConfigRequest) XXX_Size added in v0.0.15

func (m *ListAppConfigRequest) XXX_Size() int

func (*ListAppConfigRequest) XXX_Unmarshal added in v0.0.15

func (m *ListAppConfigRequest) XXX_Unmarshal(b []byte) error

type ListAppConfigRequestValidationError added in v0.0.15

type ListAppConfigRequestValidationError struct {
	// contains filtered or unexported fields
}

ListAppConfigRequestValidationError is the validation error returned by ListAppConfigRequest.Validate if the designated constraints aren't met.

func (ListAppConfigRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ListAppConfigRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ListAppConfigRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ListAppConfigRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (ListAppConfigRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (ListAppConfigRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ListAppConfigsResponse added in v0.0.15

type ListAppConfigsResponse struct {
	Results              []*AppConfig    `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListAppConfigsResponse) AtlasValidateJSON added in v0.0.15

func (_ *ListAppConfigsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListAppConfigsResponse.

func (*ListAppConfigsResponse) Descriptor added in v0.0.15

func (*ListAppConfigsResponse) Descriptor() ([]byte, []int)

func (*ListAppConfigsResponse) GetPage added in v0.0.15

func (m *ListAppConfigsResponse) GetPage() *query.PageInfo

func (*ListAppConfigsResponse) GetResults added in v0.0.15

func (m *ListAppConfigsResponse) GetResults() []*AppConfig

func (*ListAppConfigsResponse) ProtoMessage added in v0.0.15

func (*ListAppConfigsResponse) ProtoMessage()

func (*ListAppConfigsResponse) Reset added in v0.0.15

func (m *ListAppConfigsResponse) Reset()

func (*ListAppConfigsResponse) String added in v0.0.15

func (m *ListAppConfigsResponse) String() string

func (*ListAppConfigsResponse) Validate added in v0.0.15

func (m *ListAppConfigsResponse) Validate() error

Validate checks the field values on ListAppConfigsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListAppConfigsResponse) XXX_DiscardUnknown added in v0.0.15

func (m *ListAppConfigsResponse) XXX_DiscardUnknown()

func (*ListAppConfigsResponse) XXX_Marshal added in v0.0.15

func (m *ListAppConfigsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAppConfigsResponse) XXX_Merge added in v0.0.15

func (m *ListAppConfigsResponse) XXX_Merge(src proto.Message)

func (*ListAppConfigsResponse) XXX_Size added in v0.0.15

func (m *ListAppConfigsResponse) XXX_Size() int

func (*ListAppConfigsResponse) XXX_Unmarshal added in v0.0.15

func (m *ListAppConfigsResponse) XXX_Unmarshal(b []byte) error

type ListAppConfigsResponseValidationError added in v0.0.15

type ListAppConfigsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListAppConfigsResponseValidationError is the validation error returned by ListAppConfigsResponse.Validate if the designated constraints aren't met.

func (ListAppConfigsResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ListAppConfigsResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ListAppConfigsResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ListAppConfigsResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (ListAppConfigsResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (ListAppConfigsResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ListAppVersionRequest added in v0.0.15

type ListAppVersionRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListAppVersionRequest) AtlasValidateJSON added in v0.0.15

func (_ *ListAppVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListAppVersionRequest.

func (*ListAppVersionRequest) Descriptor added in v0.0.15

func (*ListAppVersionRequest) Descriptor() ([]byte, []int)

func (*ListAppVersionRequest) GetFields added in v0.0.15

func (m *ListAppVersionRequest) GetFields() *query.FieldSelection

func (*ListAppVersionRequest) GetFilter added in v0.0.15

func (m *ListAppVersionRequest) GetFilter() *query.Filtering

func (*ListAppVersionRequest) GetOrderBy added in v0.0.15

func (m *ListAppVersionRequest) GetOrderBy() *query.Sorting

func (*ListAppVersionRequest) GetPaging added in v0.0.15

func (m *ListAppVersionRequest) GetPaging() *query.Pagination

func (*ListAppVersionRequest) ProtoMessage added in v0.0.15

func (*ListAppVersionRequest) ProtoMessage()

func (*ListAppVersionRequest) Reset added in v0.0.15

func (m *ListAppVersionRequest) Reset()

func (*ListAppVersionRequest) String added in v0.0.15

func (m *ListAppVersionRequest) String() string

func (*ListAppVersionRequest) Validate added in v0.0.15

func (m *ListAppVersionRequest) Validate() error

Validate checks the field values on ListAppVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListAppVersionRequest) XXX_DiscardUnknown added in v0.0.15

func (m *ListAppVersionRequest) XXX_DiscardUnknown()

func (*ListAppVersionRequest) XXX_Marshal added in v0.0.15

func (m *ListAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAppVersionRequest) XXX_Merge added in v0.0.15

func (m *ListAppVersionRequest) XXX_Merge(src proto.Message)

func (*ListAppVersionRequest) XXX_Size added in v0.0.15

func (m *ListAppVersionRequest) XXX_Size() int

func (*ListAppVersionRequest) XXX_Unmarshal added in v0.0.15

func (m *ListAppVersionRequest) XXX_Unmarshal(b []byte) error

type ListAppVersionRequestValidationError added in v0.0.15

type ListAppVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

ListAppVersionRequestValidationError is the validation error returned by ListAppVersionRequest.Validate if the designated constraints aren't met.

func (ListAppVersionRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ListAppVersionRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ListAppVersionRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ListAppVersionRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (ListAppVersionRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (ListAppVersionRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ListAppVersionsResponse added in v0.0.15

type ListAppVersionsResponse struct {
	Results              []*AppVersion   `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListAppVersionsResponse) AtlasValidateJSON added in v0.0.15

func (_ *ListAppVersionsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListAppVersionsResponse.

func (*ListAppVersionsResponse) Descriptor added in v0.0.15

func (*ListAppVersionsResponse) Descriptor() ([]byte, []int)

func (*ListAppVersionsResponse) GetPage added in v0.0.15

func (m *ListAppVersionsResponse) GetPage() *query.PageInfo

func (*ListAppVersionsResponse) GetResults added in v0.0.15

func (m *ListAppVersionsResponse) GetResults() []*AppVersion

func (*ListAppVersionsResponse) ProtoMessage added in v0.0.15

func (*ListAppVersionsResponse) ProtoMessage()

func (*ListAppVersionsResponse) Reset added in v0.0.15

func (m *ListAppVersionsResponse) Reset()

func (*ListAppVersionsResponse) String added in v0.0.15

func (m *ListAppVersionsResponse) String() string

func (*ListAppVersionsResponse) Validate added in v0.0.15

func (m *ListAppVersionsResponse) Validate() error

Validate checks the field values on ListAppVersionsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListAppVersionsResponse) XXX_DiscardUnknown added in v0.0.15

func (m *ListAppVersionsResponse) XXX_DiscardUnknown()

func (*ListAppVersionsResponse) XXX_Marshal added in v0.0.15

func (m *ListAppVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAppVersionsResponse) XXX_Merge added in v0.0.15

func (m *ListAppVersionsResponse) XXX_Merge(src proto.Message)

func (*ListAppVersionsResponse) XXX_Size added in v0.0.15

func (m *ListAppVersionsResponse) XXX_Size() int

func (*ListAppVersionsResponse) XXX_Unmarshal added in v0.0.15

func (m *ListAppVersionsResponse) XXX_Unmarshal(b []byte) error

type ListAppVersionsResponseValidationError added in v0.0.15

type ListAppVersionsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListAppVersionsResponseValidationError is the validation error returned by ListAppVersionsResponse.Validate if the designated constraints aren't met.

func (ListAppVersionsResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ListAppVersionsResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ListAppVersionsResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ListAppVersionsResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (ListAppVersionsResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (ListAppVersionsResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ListApplicationInstanceRequest added in v0.0.8

type ListApplicationInstanceRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListApplicationInstanceRequest) AtlasValidateJSON added in v0.0.8

func (_ *ListApplicationInstanceRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListApplicationInstanceRequest.

func (*ListApplicationInstanceRequest) Descriptor added in v0.0.8

func (*ListApplicationInstanceRequest) Descriptor() ([]byte, []int)

func (*ListApplicationInstanceRequest) GetFields added in v0.0.8

func (*ListApplicationInstanceRequest) GetFilter added in v0.0.8

func (*ListApplicationInstanceRequest) GetOrderBy added in v0.0.8

func (m *ListApplicationInstanceRequest) GetOrderBy() *query.Sorting

func (*ListApplicationInstanceRequest) GetPaging added in v0.0.8

func (*ListApplicationInstanceRequest) ProtoMessage added in v0.0.8

func (*ListApplicationInstanceRequest) ProtoMessage()

func (*ListApplicationInstanceRequest) Reset added in v0.0.8

func (m *ListApplicationInstanceRequest) Reset()

func (*ListApplicationInstanceRequest) String added in v0.0.8

func (*ListApplicationInstanceRequest) Validate added in v0.0.8

func (m *ListApplicationInstanceRequest) Validate() error

Validate checks the field values on ListApplicationInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListApplicationInstanceRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListApplicationInstanceRequest) XXX_DiscardUnknown()

func (*ListApplicationInstanceRequest) XXX_Marshal added in v0.0.8

func (m *ListApplicationInstanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationInstanceRequest) XXX_Merge added in v0.0.8

func (m *ListApplicationInstanceRequest) XXX_Merge(src proto.Message)

func (*ListApplicationInstanceRequest) XXX_Size added in v0.0.8

func (m *ListApplicationInstanceRequest) XXX_Size() int

func (*ListApplicationInstanceRequest) XXX_Unmarshal added in v0.0.8

func (m *ListApplicationInstanceRequest) XXX_Unmarshal(b []byte) error

type ListApplicationInstanceRequestValidationError added in v0.0.8

type ListApplicationInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

ListApplicationInstanceRequestValidationError is the validation error returned by ListApplicationInstanceRequest.Validate if the designated constraints aren't met.

func (ListApplicationInstanceRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ListApplicationInstanceRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ListApplicationInstanceRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ListApplicationInstanceRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (ListApplicationInstanceRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (ListApplicationInstanceRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ListApplicationInstancesResponse added in v0.0.8

type ListApplicationInstancesResponse struct {
	Results              []*ApplicationInstance `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo        `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ListApplicationInstancesResponse) AtlasValidateJSON added in v0.0.8

func (_ *ListApplicationInstancesResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListApplicationInstancesResponse.

func (*ListApplicationInstancesResponse) Descriptor added in v0.0.8

func (*ListApplicationInstancesResponse) Descriptor() ([]byte, []int)

func (*ListApplicationInstancesResponse) GetPage added in v0.0.8

func (*ListApplicationInstancesResponse) GetResults added in v0.0.8

func (*ListApplicationInstancesResponse) ProtoMessage added in v0.0.8

func (*ListApplicationInstancesResponse) ProtoMessage()

func (*ListApplicationInstancesResponse) Reset added in v0.0.8

func (*ListApplicationInstancesResponse) String added in v0.0.8

func (*ListApplicationInstancesResponse) Validate added in v0.0.8

Validate checks the field values on ListApplicationInstancesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListApplicationInstancesResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListApplicationInstancesResponse) XXX_DiscardUnknown()

func (*ListApplicationInstancesResponse) XXX_Marshal added in v0.0.8

func (m *ListApplicationInstancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationInstancesResponse) XXX_Merge added in v0.0.8

func (*ListApplicationInstancesResponse) XXX_Size added in v0.0.8

func (m *ListApplicationInstancesResponse) XXX_Size() int

func (*ListApplicationInstancesResponse) XXX_Unmarshal added in v0.0.8

func (m *ListApplicationInstancesResponse) XXX_Unmarshal(b []byte) error

type ListApplicationInstancesResponseValidationError added in v0.0.8

type ListApplicationInstancesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListApplicationInstancesResponseValidationError is the validation error returned by ListApplicationInstancesResponse.Validate if the designated constraints aren't met.

func (ListApplicationInstancesResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ListApplicationInstancesResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ListApplicationInstancesResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ListApplicationInstancesResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (ListApplicationInstancesResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (ListApplicationInstancesResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ListApplicationRequest added in v0.0.6

type ListApplicationRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListApplicationRequest) AtlasValidateJSON added in v0.0.6

func (_ *ListApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListApplicationRequest.

func (*ListApplicationRequest) Descriptor added in v0.0.6

func (*ListApplicationRequest) Descriptor() ([]byte, []int)

func (*ListApplicationRequest) GetFields added in v0.0.6

func (*ListApplicationRequest) GetFilter added in v0.0.6

func (m *ListApplicationRequest) GetFilter() *query.Filtering

func (*ListApplicationRequest) GetOrderBy added in v0.0.6

func (m *ListApplicationRequest) GetOrderBy() *query.Sorting

func (*ListApplicationRequest) GetPaging added in v0.0.6

func (m *ListApplicationRequest) GetPaging() *query.Pagination

func (*ListApplicationRequest) ProtoMessage added in v0.0.6

func (*ListApplicationRequest) ProtoMessage()

func (*ListApplicationRequest) Reset added in v0.0.6

func (m *ListApplicationRequest) Reset()

func (*ListApplicationRequest) String added in v0.0.6

func (m *ListApplicationRequest) String() string

func (*ListApplicationRequest) Validate added in v0.0.6

func (m *ListApplicationRequest) Validate() error

Validate checks the field values on ListApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListApplicationRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListApplicationRequest) XXX_DiscardUnknown()

func (*ListApplicationRequest) XXX_Marshal added in v0.0.8

func (m *ListApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationRequest) XXX_Merge added in v0.0.8

func (m *ListApplicationRequest) XXX_Merge(src proto.Message)

func (*ListApplicationRequest) XXX_Size added in v0.0.8

func (m *ListApplicationRequest) XXX_Size() int

func (*ListApplicationRequest) XXX_Unmarshal added in v0.0.8

func (m *ListApplicationRequest) XXX_Unmarshal(b []byte) error

type ListApplicationRequestValidationError added in v0.0.6

type ListApplicationRequestValidationError struct {
	// contains filtered or unexported fields
}

ListApplicationRequestValidationError is the validation error returned by ListApplicationRequest.Validate if the designated constraints aren't met.

func (ListApplicationRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListApplicationRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListApplicationRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListApplicationRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ListApplicationRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ListApplicationRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListApplicationsResponse added in v0.0.6

type ListApplicationsResponse struct {
	Results              []*Application  `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListApplicationsResponse) AtlasValidateJSON added in v0.0.6

func (_ *ListApplicationsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListApplicationsResponse.

func (*ListApplicationsResponse) Descriptor added in v0.0.6

func (*ListApplicationsResponse) Descriptor() ([]byte, []int)

func (*ListApplicationsResponse) GetPage added in v0.0.6

func (m *ListApplicationsResponse) GetPage() *query.PageInfo

func (*ListApplicationsResponse) GetResults added in v0.0.6

func (m *ListApplicationsResponse) GetResults() []*Application

func (*ListApplicationsResponse) ProtoMessage added in v0.0.6

func (*ListApplicationsResponse) ProtoMessage()

func (*ListApplicationsResponse) Reset added in v0.0.6

func (m *ListApplicationsResponse) Reset()

func (*ListApplicationsResponse) String added in v0.0.6

func (m *ListApplicationsResponse) String() string

func (*ListApplicationsResponse) Validate added in v0.0.6

func (m *ListApplicationsResponse) Validate() error

Validate checks the field values on ListApplicationsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListApplicationsResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListApplicationsResponse) XXX_DiscardUnknown()

func (*ListApplicationsResponse) XXX_Marshal added in v0.0.8

func (m *ListApplicationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationsResponse) XXX_Merge added in v0.0.8

func (m *ListApplicationsResponse) XXX_Merge(src proto.Message)

func (*ListApplicationsResponse) XXX_Size added in v0.0.8

func (m *ListApplicationsResponse) XXX_Size() int

func (*ListApplicationsResponse) XXX_Unmarshal added in v0.0.8

func (m *ListApplicationsResponse) XXX_Unmarshal(b []byte) error

type ListApplicationsResponseValidationError added in v0.0.6

type ListApplicationsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListApplicationsResponseValidationError is the validation error returned by ListApplicationsResponse.Validate if the designated constraints aren't met.

func (ListApplicationsResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListApplicationsResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListApplicationsResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListApplicationsResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ListApplicationsResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ListApplicationsResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListArtifactRequest added in v0.0.6

type ListArtifactRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListArtifactRequest) AtlasValidateJSON added in v0.0.6

func (_ *ListArtifactRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListArtifactRequest.

func (*ListArtifactRequest) Descriptor added in v0.0.6

func (*ListArtifactRequest) Descriptor() ([]byte, []int)

func (*ListArtifactRequest) GetFields added in v0.0.6

func (m *ListArtifactRequest) GetFields() *query.FieldSelection

func (*ListArtifactRequest) GetFilter added in v0.0.6

func (m *ListArtifactRequest) GetFilter() *query.Filtering

func (*ListArtifactRequest) GetOrderBy added in v0.0.6

func (m *ListArtifactRequest) GetOrderBy() *query.Sorting

func (*ListArtifactRequest) GetPaging added in v0.0.6

func (m *ListArtifactRequest) GetPaging() *query.Pagination

func (*ListArtifactRequest) ProtoMessage added in v0.0.6

func (*ListArtifactRequest) ProtoMessage()

func (*ListArtifactRequest) Reset added in v0.0.6

func (m *ListArtifactRequest) Reset()

func (*ListArtifactRequest) String added in v0.0.6

func (m *ListArtifactRequest) String() string

func (*ListArtifactRequest) Validate added in v0.0.6

func (m *ListArtifactRequest) Validate() error

Validate checks the field values on ListArtifactRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListArtifactRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListArtifactRequest) XXX_DiscardUnknown()

func (*ListArtifactRequest) XXX_Marshal added in v0.0.8

func (m *ListArtifactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListArtifactRequest) XXX_Merge added in v0.0.8

func (m *ListArtifactRequest) XXX_Merge(src proto.Message)

func (*ListArtifactRequest) XXX_Size added in v0.0.8

func (m *ListArtifactRequest) XXX_Size() int

func (*ListArtifactRequest) XXX_Unmarshal added in v0.0.8

func (m *ListArtifactRequest) XXX_Unmarshal(b []byte) error

type ListArtifactRequestValidationError added in v0.0.6

type ListArtifactRequestValidationError struct {
	// contains filtered or unexported fields
}

ListArtifactRequestValidationError is the validation error returned by ListArtifactRequest.Validate if the designated constraints aren't met.

func (ListArtifactRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListArtifactRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListArtifactRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListArtifactRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ListArtifactRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ListArtifactRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListArtifactsResponse added in v0.0.6

type ListArtifactsResponse struct {
	Results              []*Artifact     `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListArtifactsResponse) AtlasValidateJSON added in v0.0.6

func (_ *ListArtifactsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListArtifactsResponse.

func (*ListArtifactsResponse) Descriptor added in v0.0.6

func (*ListArtifactsResponse) Descriptor() ([]byte, []int)

func (*ListArtifactsResponse) GetPage added in v0.0.6

func (m *ListArtifactsResponse) GetPage() *query.PageInfo

func (*ListArtifactsResponse) GetResults added in v0.0.6

func (m *ListArtifactsResponse) GetResults() []*Artifact

func (*ListArtifactsResponse) ProtoMessage added in v0.0.6

func (*ListArtifactsResponse) ProtoMessage()

func (*ListArtifactsResponse) Reset added in v0.0.6

func (m *ListArtifactsResponse) Reset()

func (*ListArtifactsResponse) String added in v0.0.6

func (m *ListArtifactsResponse) String() string

func (*ListArtifactsResponse) Validate added in v0.0.6

func (m *ListArtifactsResponse) Validate() error

Validate checks the field values on ListArtifactsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListArtifactsResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListArtifactsResponse) XXX_DiscardUnknown()

func (*ListArtifactsResponse) XXX_Marshal added in v0.0.8

func (m *ListArtifactsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListArtifactsResponse) XXX_Merge added in v0.0.8

func (m *ListArtifactsResponse) XXX_Merge(src proto.Message)

func (*ListArtifactsResponse) XXX_Size added in v0.0.8

func (m *ListArtifactsResponse) XXX_Size() int

func (*ListArtifactsResponse) XXX_Unmarshal added in v0.0.8

func (m *ListArtifactsResponse) XXX_Unmarshal(b []byte) error

type ListArtifactsResponseValidationError added in v0.0.6

type ListArtifactsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListArtifactsResponseValidationError is the validation error returned by ListArtifactsResponse.Validate if the designated constraints aren't met.

func (ListArtifactsResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListArtifactsResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListArtifactsResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListArtifactsResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ListArtifactsResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ListArtifactsResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListChartVersionRequest added in v0.0.8

type ListChartVersionRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListChartVersionRequest) AtlasValidateJSON added in v0.0.8

func (_ *ListChartVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListChartVersionRequest.

func (*ListChartVersionRequest) Descriptor added in v0.0.8

func (*ListChartVersionRequest) Descriptor() ([]byte, []int)

func (*ListChartVersionRequest) GetFields added in v0.0.8

func (*ListChartVersionRequest) GetFilter added in v0.0.8

func (m *ListChartVersionRequest) GetFilter() *query.Filtering

func (*ListChartVersionRequest) GetOrderBy added in v0.0.8

func (m *ListChartVersionRequest) GetOrderBy() *query.Sorting

func (*ListChartVersionRequest) GetPaging added in v0.0.8

func (m *ListChartVersionRequest) GetPaging() *query.Pagination

func (*ListChartVersionRequest) ProtoMessage added in v0.0.8

func (*ListChartVersionRequest) ProtoMessage()

func (*ListChartVersionRequest) Reset added in v0.0.8

func (m *ListChartVersionRequest) Reset()

func (*ListChartVersionRequest) String added in v0.0.8

func (m *ListChartVersionRequest) String() string

func (*ListChartVersionRequest) Validate added in v0.0.8

func (m *ListChartVersionRequest) Validate() error

Validate checks the field values on ListChartVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListChartVersionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListChartVersionRequest) XXX_DiscardUnknown()

func (*ListChartVersionRequest) XXX_Marshal added in v0.0.8

func (m *ListChartVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListChartVersionRequest) XXX_Merge added in v0.0.8

func (m *ListChartVersionRequest) XXX_Merge(src proto.Message)

func (*ListChartVersionRequest) XXX_Size added in v0.0.8

func (m *ListChartVersionRequest) XXX_Size() int

func (*ListChartVersionRequest) XXX_Unmarshal added in v0.0.8

func (m *ListChartVersionRequest) XXX_Unmarshal(b []byte) error

type ListChartVersionRequestValidationError added in v0.0.8

type ListChartVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

ListChartVersionRequestValidationError is the validation error returned by ListChartVersionRequest.Validate if the designated constraints aren't met.

func (ListChartVersionRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ListChartVersionRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ListChartVersionRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ListChartVersionRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (ListChartVersionRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (ListChartVersionRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ListChartVersionsResponse added in v0.0.8

type ListChartVersionsResponse struct {
	Results              []*ChartVersion `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListChartVersionsResponse) AtlasValidateJSON added in v0.0.8

func (_ *ListChartVersionsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListChartVersionsResponse.

func (*ListChartVersionsResponse) Descriptor added in v0.0.8

func (*ListChartVersionsResponse) Descriptor() ([]byte, []int)

func (*ListChartVersionsResponse) GetPage added in v0.0.8

func (*ListChartVersionsResponse) GetResults added in v0.0.8

func (m *ListChartVersionsResponse) GetResults() []*ChartVersion

func (*ListChartVersionsResponse) ProtoMessage added in v0.0.8

func (*ListChartVersionsResponse) ProtoMessage()

func (*ListChartVersionsResponse) Reset added in v0.0.8

func (m *ListChartVersionsResponse) Reset()

func (*ListChartVersionsResponse) String added in v0.0.8

func (m *ListChartVersionsResponse) String() string

func (*ListChartVersionsResponse) Validate added in v0.0.8

func (m *ListChartVersionsResponse) Validate() error

Validate checks the field values on ListChartVersionsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListChartVersionsResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListChartVersionsResponse) XXX_DiscardUnknown()

func (*ListChartVersionsResponse) XXX_Marshal added in v0.0.8

func (m *ListChartVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListChartVersionsResponse) XXX_Merge added in v0.0.8

func (m *ListChartVersionsResponse) XXX_Merge(src proto.Message)

func (*ListChartVersionsResponse) XXX_Size added in v0.0.8

func (m *ListChartVersionsResponse) XXX_Size() int

func (*ListChartVersionsResponse) XXX_Unmarshal added in v0.0.8

func (m *ListChartVersionsResponse) XXX_Unmarshal(b []byte) error

type ListChartVersionsResponseValidationError added in v0.0.8

type ListChartVersionsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListChartVersionsResponseValidationError is the validation error returned by ListChartVersionsResponse.Validate if the designated constraints aren't met.

func (ListChartVersionsResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ListChartVersionsResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ListChartVersionsResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ListChartVersionsResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (ListChartVersionsResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (ListChartVersionsResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ListCloudProviderRequest added in v0.0.8

type ListCloudProviderRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListCloudProviderRequest) AtlasValidateJSON added in v0.0.8

func (_ *ListCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListCloudProviderRequest.

func (*ListCloudProviderRequest) Descriptor added in v0.0.8

func (*ListCloudProviderRequest) Descriptor() ([]byte, []int)

func (*ListCloudProviderRequest) GetFields added in v0.0.8

func (*ListCloudProviderRequest) GetFilter added in v0.0.8

func (m *ListCloudProviderRequest) GetFilter() *query.Filtering

func (*ListCloudProviderRequest) GetOrderBy added in v0.0.8

func (m *ListCloudProviderRequest) GetOrderBy() *query.Sorting

func (*ListCloudProviderRequest) GetPaging added in v0.0.8

func (m *ListCloudProviderRequest) GetPaging() *query.Pagination

func (*ListCloudProviderRequest) ProtoMessage added in v0.0.8

func (*ListCloudProviderRequest) ProtoMessage()

func (*ListCloudProviderRequest) Reset added in v0.0.8

func (m *ListCloudProviderRequest) Reset()

func (*ListCloudProviderRequest) String added in v0.0.8

func (m *ListCloudProviderRequest) String() string

func (*ListCloudProviderRequest) Validate added in v0.0.8

func (m *ListCloudProviderRequest) Validate() error

Validate checks the field values on ListCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListCloudProviderRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListCloudProviderRequest) XXX_DiscardUnknown()

func (*ListCloudProviderRequest) XXX_Marshal added in v0.0.8

func (m *ListCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCloudProviderRequest) XXX_Merge added in v0.0.8

func (m *ListCloudProviderRequest) XXX_Merge(src proto.Message)

func (*ListCloudProviderRequest) XXX_Size added in v0.0.8

func (m *ListCloudProviderRequest) XXX_Size() int

func (*ListCloudProviderRequest) XXX_Unmarshal added in v0.0.8

func (m *ListCloudProviderRequest) XXX_Unmarshal(b []byte) error

type ListCloudProviderRequestValidationError added in v0.0.8

type ListCloudProviderRequestValidationError struct {
	// contains filtered or unexported fields
}

ListCloudProviderRequestValidationError is the validation error returned by ListCloudProviderRequest.Validate if the designated constraints aren't met.

func (ListCloudProviderRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ListCloudProviderRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ListCloudProviderRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ListCloudProviderRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (ListCloudProviderRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (ListCloudProviderRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ListCloudProvidersResponse added in v0.0.8

type ListCloudProvidersResponse struct {
	Results              []*CloudProvider `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo  `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListCloudProvidersResponse) AtlasValidateJSON added in v0.0.8

func (_ *ListCloudProvidersResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListCloudProvidersResponse.

func (*ListCloudProvidersResponse) Descriptor added in v0.0.8

func (*ListCloudProvidersResponse) Descriptor() ([]byte, []int)

func (*ListCloudProvidersResponse) GetPage added in v0.0.8

func (*ListCloudProvidersResponse) GetResults added in v0.0.8

func (m *ListCloudProvidersResponse) GetResults() []*CloudProvider

func (*ListCloudProvidersResponse) ProtoMessage added in v0.0.8

func (*ListCloudProvidersResponse) ProtoMessage()

func (*ListCloudProvidersResponse) Reset added in v0.0.8

func (m *ListCloudProvidersResponse) Reset()

func (*ListCloudProvidersResponse) String added in v0.0.8

func (m *ListCloudProvidersResponse) String() string

func (*ListCloudProvidersResponse) Validate added in v0.0.8

func (m *ListCloudProvidersResponse) Validate() error

Validate checks the field values on ListCloudProvidersResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListCloudProvidersResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListCloudProvidersResponse) XXX_DiscardUnknown()

func (*ListCloudProvidersResponse) XXX_Marshal added in v0.0.8

func (m *ListCloudProvidersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCloudProvidersResponse) XXX_Merge added in v0.0.8

func (m *ListCloudProvidersResponse) XXX_Merge(src proto.Message)

func (*ListCloudProvidersResponse) XXX_Size added in v0.0.8

func (m *ListCloudProvidersResponse) XXX_Size() int

func (*ListCloudProvidersResponse) XXX_Unmarshal added in v0.0.8

func (m *ListCloudProvidersResponse) XXX_Unmarshal(b []byte) error

type ListCloudProvidersResponseValidationError added in v0.0.8

type ListCloudProvidersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListCloudProvidersResponseValidationError is the validation error returned by ListCloudProvidersResponse.Validate if the designated constraints aren't met.

func (ListCloudProvidersResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ListCloudProvidersResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ListCloudProvidersResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ListCloudProvidersResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (ListCloudProvidersResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (ListCloudProvidersResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ListDeploymentRequest added in v0.0.6

type ListDeploymentRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListDeploymentRequest) AtlasValidateJSON added in v0.0.6

func (_ *ListDeploymentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListDeploymentRequest.

func (*ListDeploymentRequest) Descriptor added in v0.0.6

func (*ListDeploymentRequest) Descriptor() ([]byte, []int)

func (*ListDeploymentRequest) GetFields added in v0.0.6

func (m *ListDeploymentRequest) GetFields() *query.FieldSelection

func (*ListDeploymentRequest) GetFilter added in v0.0.6

func (m *ListDeploymentRequest) GetFilter() *query.Filtering

func (*ListDeploymentRequest) GetOrderBy added in v0.0.6

func (m *ListDeploymentRequest) GetOrderBy() *query.Sorting

func (*ListDeploymentRequest) GetPaging added in v0.0.6

func (m *ListDeploymentRequest) GetPaging() *query.Pagination

func (*ListDeploymentRequest) ProtoMessage added in v0.0.6

func (*ListDeploymentRequest) ProtoMessage()

func (*ListDeploymentRequest) Reset added in v0.0.6

func (m *ListDeploymentRequest) Reset()

func (*ListDeploymentRequest) String added in v0.0.6

func (m *ListDeploymentRequest) String() string

func (*ListDeploymentRequest) Validate added in v0.0.6

func (m *ListDeploymentRequest) Validate() error

Validate checks the field values on ListDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListDeploymentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListDeploymentRequest) XXX_DiscardUnknown()

func (*ListDeploymentRequest) XXX_Marshal added in v0.0.8

func (m *ListDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDeploymentRequest) XXX_Merge added in v0.0.8

func (m *ListDeploymentRequest) XXX_Merge(src proto.Message)

func (*ListDeploymentRequest) XXX_Size added in v0.0.8

func (m *ListDeploymentRequest) XXX_Size() int

func (*ListDeploymentRequest) XXX_Unmarshal added in v0.0.8

func (m *ListDeploymentRequest) XXX_Unmarshal(b []byte) error

type ListDeploymentRequestValidationError added in v0.0.6

type ListDeploymentRequestValidationError struct {
	// contains filtered or unexported fields
}

ListDeploymentRequestValidationError is the validation error returned by ListDeploymentRequest.Validate if the designated constraints aren't met.

func (ListDeploymentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListDeploymentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListDeploymentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListDeploymentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ListDeploymentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ListDeploymentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListDeploymentsResponse added in v0.0.6

type ListDeploymentsResponse struct {
	Results              []*Deployment   `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListDeploymentsResponse) AtlasValidateJSON added in v0.0.6

func (_ *ListDeploymentsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListDeploymentsResponse.

func (*ListDeploymentsResponse) Descriptor added in v0.0.6

func (*ListDeploymentsResponse) Descriptor() ([]byte, []int)

func (*ListDeploymentsResponse) GetPage added in v0.0.6

func (m *ListDeploymentsResponse) GetPage() *query.PageInfo

func (*ListDeploymentsResponse) GetResults added in v0.0.6

func (m *ListDeploymentsResponse) GetResults() []*Deployment

func (*ListDeploymentsResponse) ProtoMessage added in v0.0.6

func (*ListDeploymentsResponse) ProtoMessage()

func (*ListDeploymentsResponse) Reset added in v0.0.6

func (m *ListDeploymentsResponse) Reset()

func (*ListDeploymentsResponse) String added in v0.0.6

func (m *ListDeploymentsResponse) String() string

func (*ListDeploymentsResponse) Validate added in v0.0.6

func (m *ListDeploymentsResponse) Validate() error

Validate checks the field values on ListDeploymentsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListDeploymentsResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListDeploymentsResponse) XXX_DiscardUnknown()

func (*ListDeploymentsResponse) XXX_Marshal added in v0.0.8

func (m *ListDeploymentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDeploymentsResponse) XXX_Merge added in v0.0.8

func (m *ListDeploymentsResponse) XXX_Merge(src proto.Message)

func (*ListDeploymentsResponse) XXX_Size added in v0.0.8

func (m *ListDeploymentsResponse) XXX_Size() int

func (*ListDeploymentsResponse) XXX_Unmarshal added in v0.0.8

func (m *ListDeploymentsResponse) XXX_Unmarshal(b []byte) error

type ListDeploymentsResponseValidationError added in v0.0.6

type ListDeploymentsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListDeploymentsResponseValidationError is the validation error returned by ListDeploymentsResponse.Validate if the designated constraints aren't met.

func (ListDeploymentsResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListDeploymentsResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListDeploymentsResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListDeploymentsResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ListDeploymentsResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ListDeploymentsResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListEnvironmentRequest added in v0.0.6

type ListEnvironmentRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListEnvironmentRequest) AtlasValidateJSON added in v0.0.6

func (_ *ListEnvironmentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListEnvironmentRequest.

func (*ListEnvironmentRequest) Descriptor added in v0.0.6

func (*ListEnvironmentRequest) Descriptor() ([]byte, []int)

func (*ListEnvironmentRequest) GetFields added in v0.0.6

func (*ListEnvironmentRequest) GetFilter added in v0.0.6

func (m *ListEnvironmentRequest) GetFilter() *query.Filtering

func (*ListEnvironmentRequest) GetOrderBy added in v0.0.6

func (m *ListEnvironmentRequest) GetOrderBy() *query.Sorting

func (*ListEnvironmentRequest) GetPaging added in v0.0.6

func (m *ListEnvironmentRequest) GetPaging() *query.Pagination

func (*ListEnvironmentRequest) ProtoMessage added in v0.0.6

func (*ListEnvironmentRequest) ProtoMessage()

func (*ListEnvironmentRequest) Reset added in v0.0.6

func (m *ListEnvironmentRequest) Reset()

func (*ListEnvironmentRequest) String added in v0.0.6

func (m *ListEnvironmentRequest) String() string

func (*ListEnvironmentRequest) Validate added in v0.0.6

func (m *ListEnvironmentRequest) Validate() error

Validate checks the field values on ListEnvironmentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListEnvironmentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListEnvironmentRequest) XXX_DiscardUnknown()

func (*ListEnvironmentRequest) XXX_Marshal added in v0.0.8

func (m *ListEnvironmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEnvironmentRequest) XXX_Merge added in v0.0.8

func (m *ListEnvironmentRequest) XXX_Merge(src proto.Message)

func (*ListEnvironmentRequest) XXX_Size added in v0.0.8

func (m *ListEnvironmentRequest) XXX_Size() int

func (*ListEnvironmentRequest) XXX_Unmarshal added in v0.0.8

func (m *ListEnvironmentRequest) XXX_Unmarshal(b []byte) error

type ListEnvironmentRequestValidationError added in v0.0.6

type ListEnvironmentRequestValidationError struct {
	// contains filtered or unexported fields
}

ListEnvironmentRequestValidationError is the validation error returned by ListEnvironmentRequest.Validate if the designated constraints aren't met.

func (ListEnvironmentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListEnvironmentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListEnvironmentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListEnvironmentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ListEnvironmentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ListEnvironmentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListEnvironmentsResponse added in v0.0.6

type ListEnvironmentsResponse struct {
	Results              []*Environment  `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListEnvironmentsResponse) AtlasValidateJSON added in v0.0.6

func (_ *ListEnvironmentsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListEnvironmentsResponse.

func (*ListEnvironmentsResponse) Descriptor added in v0.0.6

func (*ListEnvironmentsResponse) Descriptor() ([]byte, []int)

func (*ListEnvironmentsResponse) GetPage added in v0.0.6

func (m *ListEnvironmentsResponse) GetPage() *query.PageInfo

func (*ListEnvironmentsResponse) GetResults added in v0.0.6

func (m *ListEnvironmentsResponse) GetResults() []*Environment

func (*ListEnvironmentsResponse) ProtoMessage added in v0.0.6

func (*ListEnvironmentsResponse) ProtoMessage()

func (*ListEnvironmentsResponse) Reset added in v0.0.6

func (m *ListEnvironmentsResponse) Reset()

func (*ListEnvironmentsResponse) String added in v0.0.6

func (m *ListEnvironmentsResponse) String() string

func (*ListEnvironmentsResponse) Validate added in v0.0.6

func (m *ListEnvironmentsResponse) Validate() error

Validate checks the field values on ListEnvironmentsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListEnvironmentsResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListEnvironmentsResponse) XXX_DiscardUnknown()

func (*ListEnvironmentsResponse) XXX_Marshal added in v0.0.8

func (m *ListEnvironmentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEnvironmentsResponse) XXX_Merge added in v0.0.8

func (m *ListEnvironmentsResponse) XXX_Merge(src proto.Message)

func (*ListEnvironmentsResponse) XXX_Size added in v0.0.8

func (m *ListEnvironmentsResponse) XXX_Size() int

func (*ListEnvironmentsResponse) XXX_Unmarshal added in v0.0.8

func (m *ListEnvironmentsResponse) XXX_Unmarshal(b []byte) error

type ListEnvironmentsResponseValidationError added in v0.0.6

type ListEnvironmentsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListEnvironmentsResponseValidationError is the validation error returned by ListEnvironmentsResponse.Validate if the designated constraints aren't met.

func (ListEnvironmentsResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListEnvironmentsResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListEnvironmentsResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListEnvironmentsResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ListEnvironmentsResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ListEnvironmentsResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListKubeClusterRequest added in v0.0.6

type ListKubeClusterRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListKubeClusterRequest) AtlasValidateJSON added in v0.0.6

func (_ *ListKubeClusterRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListKubeClusterRequest.

func (*ListKubeClusterRequest) Descriptor added in v0.0.6

func (*ListKubeClusterRequest) Descriptor() ([]byte, []int)

func (*ListKubeClusterRequest) GetFields added in v0.0.6

func (*ListKubeClusterRequest) GetFilter added in v0.0.6

func (m *ListKubeClusterRequest) GetFilter() *query.Filtering

func (*ListKubeClusterRequest) GetOrderBy added in v0.0.6

func (m *ListKubeClusterRequest) GetOrderBy() *query.Sorting

func (*ListKubeClusterRequest) GetPaging added in v0.0.6

func (m *ListKubeClusterRequest) GetPaging() *query.Pagination

func (*ListKubeClusterRequest) ProtoMessage added in v0.0.6

func (*ListKubeClusterRequest) ProtoMessage()

func (*ListKubeClusterRequest) Reset added in v0.0.6

func (m *ListKubeClusterRequest) Reset()

func (*ListKubeClusterRequest) String added in v0.0.6

func (m *ListKubeClusterRequest) String() string

func (*ListKubeClusterRequest) Validate added in v0.0.6

func (m *ListKubeClusterRequest) Validate() error

Validate checks the field values on ListKubeClusterRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListKubeClusterRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListKubeClusterRequest) XXX_DiscardUnknown()

func (*ListKubeClusterRequest) XXX_Marshal added in v0.0.8

func (m *ListKubeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListKubeClusterRequest) XXX_Merge added in v0.0.8

func (m *ListKubeClusterRequest) XXX_Merge(src proto.Message)

func (*ListKubeClusterRequest) XXX_Size added in v0.0.8

func (m *ListKubeClusterRequest) XXX_Size() int

func (*ListKubeClusterRequest) XXX_Unmarshal added in v0.0.8

func (m *ListKubeClusterRequest) XXX_Unmarshal(b []byte) error

type ListKubeClusterRequestValidationError added in v0.0.6

type ListKubeClusterRequestValidationError struct {
	// contains filtered or unexported fields
}

ListKubeClusterRequestValidationError is the validation error returned by ListKubeClusterRequest.Validate if the designated constraints aren't met.

func (ListKubeClusterRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListKubeClusterRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListKubeClusterRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListKubeClusterRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ListKubeClusterRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ListKubeClusterRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListKubeClustersResponse added in v0.0.6

type ListKubeClustersResponse struct {
	Results              []*KubeCluster  `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListKubeClustersResponse) AtlasValidateJSON added in v0.0.6

func (_ *ListKubeClustersResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListKubeClustersResponse.

func (*ListKubeClustersResponse) Descriptor added in v0.0.6

func (*ListKubeClustersResponse) Descriptor() ([]byte, []int)

func (*ListKubeClustersResponse) GetPage added in v0.0.6

func (m *ListKubeClustersResponse) GetPage() *query.PageInfo

func (*ListKubeClustersResponse) GetResults added in v0.0.6

func (m *ListKubeClustersResponse) GetResults() []*KubeCluster

func (*ListKubeClustersResponse) ProtoMessage added in v0.0.6

func (*ListKubeClustersResponse) ProtoMessage()

func (*ListKubeClustersResponse) Reset added in v0.0.6

func (m *ListKubeClustersResponse) Reset()

func (*ListKubeClustersResponse) String added in v0.0.6

func (m *ListKubeClustersResponse) String() string

func (*ListKubeClustersResponse) Validate added in v0.0.6

func (m *ListKubeClustersResponse) Validate() error

Validate checks the field values on ListKubeClustersResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListKubeClustersResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListKubeClustersResponse) XXX_DiscardUnknown()

func (*ListKubeClustersResponse) XXX_Marshal added in v0.0.8

func (m *ListKubeClustersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListKubeClustersResponse) XXX_Merge added in v0.0.8

func (m *ListKubeClustersResponse) XXX_Merge(src proto.Message)

func (*ListKubeClustersResponse) XXX_Size added in v0.0.8

func (m *ListKubeClustersResponse) XXX_Size() int

func (*ListKubeClustersResponse) XXX_Unmarshal added in v0.0.8

func (m *ListKubeClustersResponse) XXX_Unmarshal(b []byte) error

type ListKubeClustersResponseValidationError added in v0.0.6

type ListKubeClustersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListKubeClustersResponseValidationError is the validation error returned by ListKubeClustersResponse.Validate if the designated constraints aren't met.

func (ListKubeClustersResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ListKubeClustersResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ListKubeClustersResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ListKubeClustersResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ListKubeClustersResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ListKubeClustersResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ListLifecycleRequest added in v0.0.15

type ListLifecycleRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListLifecycleRequest) AtlasValidateJSON added in v0.0.15

func (_ *ListLifecycleRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListLifecycleRequest.

func (*ListLifecycleRequest) Descriptor added in v0.0.15

func (*ListLifecycleRequest) Descriptor() ([]byte, []int)

func (*ListLifecycleRequest) GetFields added in v0.0.15

func (m *ListLifecycleRequest) GetFields() *query.FieldSelection

func (*ListLifecycleRequest) GetFilter added in v0.0.15

func (m *ListLifecycleRequest) GetFilter() *query.Filtering

func (*ListLifecycleRequest) GetOrderBy added in v0.0.15

func (m *ListLifecycleRequest) GetOrderBy() *query.Sorting

func (*ListLifecycleRequest) GetPaging added in v0.0.15

func (m *ListLifecycleRequest) GetPaging() *query.Pagination

func (*ListLifecycleRequest) ProtoMessage added in v0.0.15

func (*ListLifecycleRequest) ProtoMessage()

func (*ListLifecycleRequest) Reset added in v0.0.15

func (m *ListLifecycleRequest) Reset()

func (*ListLifecycleRequest) String added in v0.0.15

func (m *ListLifecycleRequest) String() string

func (*ListLifecycleRequest) Validate added in v0.0.15

func (m *ListLifecycleRequest) Validate() error

Validate checks the field values on ListLifecycleRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListLifecycleRequest) XXX_DiscardUnknown added in v0.0.15

func (m *ListLifecycleRequest) XXX_DiscardUnknown()

func (*ListLifecycleRequest) XXX_Marshal added in v0.0.15

func (m *ListLifecycleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListLifecycleRequest) XXX_Merge added in v0.0.15

func (m *ListLifecycleRequest) XXX_Merge(src proto.Message)

func (*ListLifecycleRequest) XXX_Size added in v0.0.15

func (m *ListLifecycleRequest) XXX_Size() int

func (*ListLifecycleRequest) XXX_Unmarshal added in v0.0.15

func (m *ListLifecycleRequest) XXX_Unmarshal(b []byte) error

type ListLifecycleRequestValidationError added in v0.0.15

type ListLifecycleRequestValidationError struct {
	// contains filtered or unexported fields
}

ListLifecycleRequestValidationError is the validation error returned by ListLifecycleRequest.Validate if the designated constraints aren't met.

func (ListLifecycleRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ListLifecycleRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ListLifecycleRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ListLifecycleRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (ListLifecycleRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (ListLifecycleRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ListLifecyclesResponse added in v0.0.15

type ListLifecyclesResponse struct {
	Results              []*Lifecycle    `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListLifecyclesResponse) AtlasValidateJSON added in v0.0.15

func (_ *ListLifecyclesResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListLifecyclesResponse.

func (*ListLifecyclesResponse) Descriptor added in v0.0.15

func (*ListLifecyclesResponse) Descriptor() ([]byte, []int)

func (*ListLifecyclesResponse) GetPage added in v0.0.15

func (m *ListLifecyclesResponse) GetPage() *query.PageInfo

func (*ListLifecyclesResponse) GetResults added in v0.0.15

func (m *ListLifecyclesResponse) GetResults() []*Lifecycle

func (*ListLifecyclesResponse) ProtoMessage added in v0.0.15

func (*ListLifecyclesResponse) ProtoMessage()

func (*ListLifecyclesResponse) Reset added in v0.0.15

func (m *ListLifecyclesResponse) Reset()

func (*ListLifecyclesResponse) String added in v0.0.15

func (m *ListLifecyclesResponse) String() string

func (*ListLifecyclesResponse) Validate added in v0.0.15

func (m *ListLifecyclesResponse) Validate() error

Validate checks the field values on ListLifecyclesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListLifecyclesResponse) XXX_DiscardUnknown added in v0.0.15

func (m *ListLifecyclesResponse) XXX_DiscardUnknown()

func (*ListLifecyclesResponse) XXX_Marshal added in v0.0.15

func (m *ListLifecyclesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListLifecyclesResponse) XXX_Merge added in v0.0.15

func (m *ListLifecyclesResponse) XXX_Merge(src proto.Message)

func (*ListLifecyclesResponse) XXX_Size added in v0.0.15

func (m *ListLifecyclesResponse) XXX_Size() int

func (*ListLifecyclesResponse) XXX_Unmarshal added in v0.0.15

func (m *ListLifecyclesResponse) XXX_Unmarshal(b []byte) error

type ListLifecyclesResponseValidationError added in v0.0.15

type ListLifecyclesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListLifecyclesResponseValidationError is the validation error returned by ListLifecyclesResponse.Validate if the designated constraints aren't met.

func (ListLifecyclesResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ListLifecyclesResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ListLifecyclesResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ListLifecyclesResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (ListLifecyclesResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (ListLifecyclesResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ListNetworkRequest added in v0.0.27

type ListNetworkRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListNetworkRequest) AtlasValidateJSON added in v0.0.27

func (_ *ListNetworkRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListNetworkRequest.

func (*ListNetworkRequest) Descriptor added in v0.0.27

func (*ListNetworkRequest) Descriptor() ([]byte, []int)

func (*ListNetworkRequest) GetFields added in v0.0.27

func (m *ListNetworkRequest) GetFields() *query.FieldSelection

func (*ListNetworkRequest) GetFilter added in v0.0.27

func (m *ListNetworkRequest) GetFilter() *query.Filtering

func (*ListNetworkRequest) GetOrderBy added in v0.0.27

func (m *ListNetworkRequest) GetOrderBy() *query.Sorting

func (*ListNetworkRequest) GetPaging added in v0.0.27

func (m *ListNetworkRequest) GetPaging() *query.Pagination

func (*ListNetworkRequest) ProtoMessage added in v0.0.27

func (*ListNetworkRequest) ProtoMessage()

func (*ListNetworkRequest) Reset added in v0.0.27

func (m *ListNetworkRequest) Reset()

func (*ListNetworkRequest) String added in v0.0.27

func (m *ListNetworkRequest) String() string

func (*ListNetworkRequest) Validate added in v0.0.27

func (m *ListNetworkRequest) Validate() error

Validate checks the field values on ListNetworkRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListNetworkRequest) XXX_DiscardUnknown added in v0.0.27

func (m *ListNetworkRequest) XXX_DiscardUnknown()

func (*ListNetworkRequest) XXX_Marshal added in v0.0.27

func (m *ListNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNetworkRequest) XXX_Merge added in v0.0.27

func (m *ListNetworkRequest) XXX_Merge(src proto.Message)

func (*ListNetworkRequest) XXX_Size added in v0.0.27

func (m *ListNetworkRequest) XXX_Size() int

func (*ListNetworkRequest) XXX_Unmarshal added in v0.0.27

func (m *ListNetworkRequest) XXX_Unmarshal(b []byte) error

type ListNetworkRequestValidationError added in v0.0.27

type ListNetworkRequestValidationError struct {
	// contains filtered or unexported fields
}

ListNetworkRequestValidationError is the validation error returned by ListNetworkRequest.Validate if the designated constraints aren't met.

func (ListNetworkRequestValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (ListNetworkRequestValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (ListNetworkRequestValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (ListNetworkRequestValidationError) Field added in v0.0.27

Field function returns field value.

func (ListNetworkRequestValidationError) Key added in v0.0.27

Key function returns key value.

func (ListNetworkRequestValidationError) Reason added in v0.0.27

Reason function returns reason value.

type ListNetworksResponse added in v0.0.27

type ListNetworksResponse struct {
	Results              []*Network      `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListNetworksResponse) AtlasValidateJSON added in v0.0.27

func (_ *ListNetworksResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListNetworksResponse.

func (*ListNetworksResponse) Descriptor added in v0.0.27

func (*ListNetworksResponse) Descriptor() ([]byte, []int)

func (*ListNetworksResponse) GetPage added in v0.0.27

func (m *ListNetworksResponse) GetPage() *query.PageInfo

func (*ListNetworksResponse) GetResults added in v0.0.27

func (m *ListNetworksResponse) GetResults() []*Network

func (*ListNetworksResponse) ProtoMessage added in v0.0.27

func (*ListNetworksResponse) ProtoMessage()

func (*ListNetworksResponse) Reset added in v0.0.27

func (m *ListNetworksResponse) Reset()

func (*ListNetworksResponse) String added in v0.0.27

func (m *ListNetworksResponse) String() string

func (*ListNetworksResponse) Validate added in v0.0.27

func (m *ListNetworksResponse) Validate() error

Validate checks the field values on ListNetworksResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListNetworksResponse) XXX_DiscardUnknown added in v0.0.27

func (m *ListNetworksResponse) XXX_DiscardUnknown()

func (*ListNetworksResponse) XXX_Marshal added in v0.0.27

func (m *ListNetworksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNetworksResponse) XXX_Merge added in v0.0.27

func (m *ListNetworksResponse) XXX_Merge(src proto.Message)

func (*ListNetworksResponse) XXX_Size added in v0.0.27

func (m *ListNetworksResponse) XXX_Size() int

func (*ListNetworksResponse) XXX_Unmarshal added in v0.0.27

func (m *ListNetworksResponse) XXX_Unmarshal(b []byte) error

type ListNetworksResponseValidationError added in v0.0.27

type ListNetworksResponseValidationError struct {
	// contains filtered or unexported fields
}

ListNetworksResponseValidationError is the validation error returned by ListNetworksResponse.Validate if the designated constraints aren't met.

func (ListNetworksResponseValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (ListNetworksResponseValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (ListNetworksResponseValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (ListNetworksResponseValidationError) Field added in v0.0.27

Field function returns field value.

func (ListNetworksResponseValidationError) Key added in v0.0.27

Key function returns key value.

func (ListNetworksResponseValidationError) Reason added in v0.0.27

Reason function returns reason value.

type ListRegionRequest

type ListRegionRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListRegionRequest) AtlasValidateJSON

func (_ *ListRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListRegionRequest.

func (*ListRegionRequest) Descriptor

func (*ListRegionRequest) Descriptor() ([]byte, []int)

func (*ListRegionRequest) GetFields

func (m *ListRegionRequest) GetFields() *query.FieldSelection

func (*ListRegionRequest) GetFilter

func (m *ListRegionRequest) GetFilter() *query.Filtering

func (*ListRegionRequest) GetOrderBy

func (m *ListRegionRequest) GetOrderBy() *query.Sorting

func (*ListRegionRequest) GetPaging

func (m *ListRegionRequest) GetPaging() *query.Pagination

func (*ListRegionRequest) ProtoMessage

func (*ListRegionRequest) ProtoMessage()

func (*ListRegionRequest) Reset

func (m *ListRegionRequest) Reset()

func (*ListRegionRequest) String

func (m *ListRegionRequest) String() string

func (*ListRegionRequest) Validate

func (m *ListRegionRequest) Validate() error

Validate checks the field values on ListRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListRegionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListRegionRequest) XXX_DiscardUnknown()

func (*ListRegionRequest) XXX_Marshal added in v0.0.8

func (m *ListRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRegionRequest) XXX_Merge added in v0.0.8

func (m *ListRegionRequest) XXX_Merge(src proto.Message)

func (*ListRegionRequest) XXX_Size added in v0.0.8

func (m *ListRegionRequest) XXX_Size() int

func (*ListRegionRequest) XXX_Unmarshal added in v0.0.8

func (m *ListRegionRequest) XXX_Unmarshal(b []byte) error

type ListRegionRequestValidationError

type ListRegionRequestValidationError struct {
	// contains filtered or unexported fields
}

ListRegionRequestValidationError is the validation error returned by ListRegionRequest.Validate if the designated constraints aren't met.

func (ListRegionRequestValidationError) Cause

Cause function returns cause value.

func (ListRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (ListRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (ListRegionRequestValidationError) Field

Field function returns field value.

func (ListRegionRequestValidationError) Key

Key function returns key value.

func (ListRegionRequestValidationError) Reason

Reason function returns reason value.

type ListRegionsResponse

type ListRegionsResponse struct {
	Results              []*Region       `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListRegionsResponse) AtlasValidateJSON

func (_ *ListRegionsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListRegionsResponse.

func (*ListRegionsResponse) Descriptor

func (*ListRegionsResponse) Descriptor() ([]byte, []int)

func (*ListRegionsResponse) GetPage

func (m *ListRegionsResponse) GetPage() *query.PageInfo

func (*ListRegionsResponse) GetResults

func (m *ListRegionsResponse) GetResults() []*Region

func (*ListRegionsResponse) ProtoMessage

func (*ListRegionsResponse) ProtoMessage()

func (*ListRegionsResponse) Reset

func (m *ListRegionsResponse) Reset()

func (*ListRegionsResponse) String

func (m *ListRegionsResponse) String() string

func (*ListRegionsResponse) Validate

func (m *ListRegionsResponse) Validate() error

Validate checks the field values on ListRegionsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListRegionsResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListRegionsResponse) XXX_DiscardUnknown()

func (*ListRegionsResponse) XXX_Marshal added in v0.0.8

func (m *ListRegionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRegionsResponse) XXX_Merge added in v0.0.8

func (m *ListRegionsResponse) XXX_Merge(src proto.Message)

func (*ListRegionsResponse) XXX_Size added in v0.0.8

func (m *ListRegionsResponse) XXX_Size() int

func (*ListRegionsResponse) XXX_Unmarshal added in v0.0.8

func (m *ListRegionsResponse) XXX_Unmarshal(b []byte) error

type ListRegionsResponseValidationError

type ListRegionsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListRegionsResponseValidationError is the validation error returned by ListRegionsResponse.Validate if the designated constraints aren't met.

func (ListRegionsResponseValidationError) Cause

Cause function returns cause value.

func (ListRegionsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListRegionsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListRegionsResponseValidationError) Field

Field function returns field value.

func (ListRegionsResponseValidationError) Key

Key function returns key value.

func (ListRegionsResponseValidationError) Reason

Reason function returns reason value.

type ListSecretRequest added in v0.0.5

type ListSecretRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListSecretRequest) AtlasValidateJSON added in v0.0.5

func (_ *ListSecretRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListSecretRequest.

func (*ListSecretRequest) Descriptor added in v0.0.5

func (*ListSecretRequest) Descriptor() ([]byte, []int)

func (*ListSecretRequest) GetFields added in v0.0.5

func (m *ListSecretRequest) GetFields() *query.FieldSelection

func (*ListSecretRequest) GetFilter added in v0.0.5

func (m *ListSecretRequest) GetFilter() *query.Filtering

func (*ListSecretRequest) GetOrderBy added in v0.0.5

func (m *ListSecretRequest) GetOrderBy() *query.Sorting

func (*ListSecretRequest) GetPaging added in v0.0.5

func (m *ListSecretRequest) GetPaging() *query.Pagination

func (*ListSecretRequest) ProtoMessage added in v0.0.5

func (*ListSecretRequest) ProtoMessage()

func (*ListSecretRequest) Reset added in v0.0.5

func (m *ListSecretRequest) Reset()

func (*ListSecretRequest) String added in v0.0.5

func (m *ListSecretRequest) String() string

func (*ListSecretRequest) Validate added in v0.0.5

func (m *ListSecretRequest) Validate() error

Validate checks the field values on ListSecretRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListSecretRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListSecretRequest) XXX_DiscardUnknown()

func (*ListSecretRequest) XXX_Marshal added in v0.0.8

func (m *ListSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSecretRequest) XXX_Merge added in v0.0.8

func (m *ListSecretRequest) XXX_Merge(src proto.Message)

func (*ListSecretRequest) XXX_Size added in v0.0.8

func (m *ListSecretRequest) XXX_Size() int

func (*ListSecretRequest) XXX_Unmarshal added in v0.0.8

func (m *ListSecretRequest) XXX_Unmarshal(b []byte) error

type ListSecretRequestValidationError added in v0.0.5

type ListSecretRequestValidationError struct {
	// contains filtered or unexported fields
}

ListSecretRequestValidationError is the validation error returned by ListSecretRequest.Validate if the designated constraints aren't met.

func (ListSecretRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (ListSecretRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (ListSecretRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (ListSecretRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (ListSecretRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (ListSecretRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type ListSecretsResponse added in v0.0.5

type ListSecretsResponse struct {
	Results              []*Secret       `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListSecretsResponse) AtlasValidateJSON added in v0.0.5

func (_ *ListSecretsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListSecretsResponse.

func (*ListSecretsResponse) Descriptor added in v0.0.5

func (*ListSecretsResponse) Descriptor() ([]byte, []int)

func (*ListSecretsResponse) GetPage added in v0.0.5

func (m *ListSecretsResponse) GetPage() *query.PageInfo

func (*ListSecretsResponse) GetResults added in v0.0.5

func (m *ListSecretsResponse) GetResults() []*Secret

func (*ListSecretsResponse) ProtoMessage added in v0.0.5

func (*ListSecretsResponse) ProtoMessage()

func (*ListSecretsResponse) Reset added in v0.0.5

func (m *ListSecretsResponse) Reset()

func (*ListSecretsResponse) String added in v0.0.5

func (m *ListSecretsResponse) String() string

func (*ListSecretsResponse) Validate added in v0.0.5

func (m *ListSecretsResponse) Validate() error

Validate checks the field values on ListSecretsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListSecretsResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListSecretsResponse) XXX_DiscardUnknown()

func (*ListSecretsResponse) XXX_Marshal added in v0.0.8

func (m *ListSecretsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSecretsResponse) XXX_Merge added in v0.0.8

func (m *ListSecretsResponse) XXX_Merge(src proto.Message)

func (*ListSecretsResponse) XXX_Size added in v0.0.8

func (m *ListSecretsResponse) XXX_Size() int

func (*ListSecretsResponse) XXX_Unmarshal added in v0.0.8

func (m *ListSecretsResponse) XXX_Unmarshal(b []byte) error

type ListSecretsResponseValidationError added in v0.0.5

type ListSecretsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListSecretsResponseValidationError is the validation error returned by ListSecretsResponse.Validate if the designated constraints aren't met.

func (ListSecretsResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (ListSecretsResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (ListSecretsResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (ListSecretsResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (ListSecretsResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (ListSecretsResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type ListVaultRequest added in v0.0.5

type ListVaultRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListVaultRequest) AtlasValidateJSON added in v0.0.5

func (_ *ListVaultRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListVaultRequest.

func (*ListVaultRequest) Descriptor added in v0.0.5

func (*ListVaultRequest) Descriptor() ([]byte, []int)

func (*ListVaultRequest) GetFields added in v0.0.5

func (m *ListVaultRequest) GetFields() *query.FieldSelection

func (*ListVaultRequest) GetFilter added in v0.0.5

func (m *ListVaultRequest) GetFilter() *query.Filtering

func (*ListVaultRequest) GetOrderBy added in v0.0.5

func (m *ListVaultRequest) GetOrderBy() *query.Sorting

func (*ListVaultRequest) GetPaging added in v0.0.5

func (m *ListVaultRequest) GetPaging() *query.Pagination

func (*ListVaultRequest) ProtoMessage added in v0.0.5

func (*ListVaultRequest) ProtoMessage()

func (*ListVaultRequest) Reset added in v0.0.5

func (m *ListVaultRequest) Reset()

func (*ListVaultRequest) String added in v0.0.5

func (m *ListVaultRequest) String() string

func (*ListVaultRequest) Validate added in v0.0.5

func (m *ListVaultRequest) Validate() error

Validate checks the field values on ListVaultRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListVaultRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ListVaultRequest) XXX_DiscardUnknown()

func (*ListVaultRequest) XXX_Marshal added in v0.0.8

func (m *ListVaultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListVaultRequest) XXX_Merge added in v0.0.8

func (m *ListVaultRequest) XXX_Merge(src proto.Message)

func (*ListVaultRequest) XXX_Size added in v0.0.8

func (m *ListVaultRequest) XXX_Size() int

func (*ListVaultRequest) XXX_Unmarshal added in v0.0.8

func (m *ListVaultRequest) XXX_Unmarshal(b []byte) error

type ListVaultRequestValidationError added in v0.0.5

type ListVaultRequestValidationError struct {
	// contains filtered or unexported fields
}

ListVaultRequestValidationError is the validation error returned by ListVaultRequest.Validate if the designated constraints aren't met.

func (ListVaultRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (ListVaultRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (ListVaultRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (ListVaultRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (ListVaultRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (ListVaultRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type ListVaultsResponse added in v0.0.5

type ListVaultsResponse struct {
	Results              []*Vault        `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListVaultsResponse) AtlasValidateJSON added in v0.0.5

func (_ *ListVaultsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListVaultsResponse.

func (*ListVaultsResponse) Descriptor added in v0.0.5

func (*ListVaultsResponse) Descriptor() ([]byte, []int)

func (*ListVaultsResponse) GetPage added in v0.0.5

func (m *ListVaultsResponse) GetPage() *query.PageInfo

func (*ListVaultsResponse) GetResults added in v0.0.5

func (m *ListVaultsResponse) GetResults() []*Vault

func (*ListVaultsResponse) ProtoMessage added in v0.0.5

func (*ListVaultsResponse) ProtoMessage()

func (*ListVaultsResponse) Reset added in v0.0.5

func (m *ListVaultsResponse) Reset()

func (*ListVaultsResponse) String added in v0.0.5

func (m *ListVaultsResponse) String() string

func (*ListVaultsResponse) Validate added in v0.0.5

func (m *ListVaultsResponse) Validate() error

Validate checks the field values on ListVaultsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListVaultsResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ListVaultsResponse) XXX_DiscardUnknown()

func (*ListVaultsResponse) XXX_Marshal added in v0.0.8

func (m *ListVaultsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListVaultsResponse) XXX_Merge added in v0.0.8

func (m *ListVaultsResponse) XXX_Merge(src proto.Message)

func (*ListVaultsResponse) XXX_Size added in v0.0.8

func (m *ListVaultsResponse) XXX_Size() int

func (*ListVaultsResponse) XXX_Unmarshal added in v0.0.8

func (m *ListVaultsResponse) XXX_Unmarshal(b []byte) error

type ListVaultsResponseValidationError added in v0.0.5

type ListVaultsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListVaultsResponseValidationError is the validation error returned by ListVaultsResponse.Validate if the designated constraints aren't met.

func (ListVaultsResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (ListVaultsResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (ListVaultsResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (ListVaultsResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (ListVaultsResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (ListVaultsResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type ManifestClient added in v0.0.31

type ManifestClient interface {
	ManifestCreate(ctx context.Context, in *ManifestCreateRequest, opts ...grpc.CallOption) (*ManifestCreateResponse, error)
	ManifestConfigCreate(ctx context.Context, in *ManifestConfigCreateRequest, opts ...grpc.CallOption) (*ManifestConfigCreateResponse, error)
}

ManifestClient is the client API for Manifest service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewManifestClient added in v0.0.31

func NewManifestClient(cc *grpc.ClientConn) ManifestClient

type ManifestConfigCreateRequest added in v0.0.31

type ManifestConfigCreateRequest struct {
	// Application Instance Id for which you want the artifact
	AppInstanceId *resource.Identifier `protobuf:"bytes,1,opt,name=app_instance_id,json=appInstanceId,proto3" json:"app_instance_id,omitempty"`
	// Optional if you want to skip Lifecycle Values
	LifecycleSkipValues bool `protobuf:"varint,2,opt,name=lifecycle_skip_values,json=lifecycleSkipValues,proto3" json:"lifecycle_skip_values,omitempty"`
	// Optional if you want to skip environment Values
	EnvSkipValues        bool     `protobuf:"varint,3,opt,name=env_skip_values,json=envSkipValues,proto3" json:"env_skip_values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ManifestConfigCreateRequest) AtlasValidateJSON added in v0.0.31

func (_ *ManifestConfigCreateRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ManifestConfigCreateRequest.

func (*ManifestConfigCreateRequest) Descriptor added in v0.0.31

func (*ManifestConfigCreateRequest) Descriptor() ([]byte, []int)

func (*ManifestConfigCreateRequest) GetAppInstanceId added in v0.0.31

func (m *ManifestConfigCreateRequest) GetAppInstanceId() *resource.Identifier

func (*ManifestConfigCreateRequest) GetEnvSkipValues added in v0.0.31

func (m *ManifestConfigCreateRequest) GetEnvSkipValues() bool

func (*ManifestConfigCreateRequest) GetLifecycleSkipValues added in v0.0.31

func (m *ManifestConfigCreateRequest) GetLifecycleSkipValues() bool

func (*ManifestConfigCreateRequest) ProtoMessage added in v0.0.31

func (*ManifestConfigCreateRequest) ProtoMessage()

func (*ManifestConfigCreateRequest) Reset added in v0.0.31

func (m *ManifestConfigCreateRequest) Reset()

func (*ManifestConfigCreateRequest) String added in v0.0.31

func (m *ManifestConfigCreateRequest) String() string

func (*ManifestConfigCreateRequest) Validate added in v0.0.31

func (m *ManifestConfigCreateRequest) Validate() error

Validate checks the field values on ManifestConfigCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ManifestConfigCreateRequest) XXX_DiscardUnknown added in v0.0.31

func (m *ManifestConfigCreateRequest) XXX_DiscardUnknown()

func (*ManifestConfigCreateRequest) XXX_Marshal added in v0.0.31

func (m *ManifestConfigCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManifestConfigCreateRequest) XXX_Merge added in v0.0.31

func (m *ManifestConfigCreateRequest) XXX_Merge(src proto.Message)

func (*ManifestConfigCreateRequest) XXX_Size added in v0.0.31

func (m *ManifestConfigCreateRequest) XXX_Size() int

func (*ManifestConfigCreateRequest) XXX_Unmarshal added in v0.0.31

func (m *ManifestConfigCreateRequest) XXX_Unmarshal(b []byte) error

type ManifestConfigCreateRequestValidationError added in v0.0.31

type ManifestConfigCreateRequestValidationError struct {
	// contains filtered or unexported fields
}

ManifestConfigCreateRequestValidationError is the validation error returned by ManifestConfigCreateRequest.Validate if the designated constraints aren't met.

func (ManifestConfigCreateRequestValidationError) Cause added in v0.0.31

Cause function returns cause value.

func (ManifestConfigCreateRequestValidationError) Error added in v0.0.31

Error satisfies the builtin error interface

func (ManifestConfigCreateRequestValidationError) ErrorName added in v0.0.31

ErrorName returns error name.

func (ManifestConfigCreateRequestValidationError) Field added in v0.0.31

Field function returns field value.

func (ManifestConfigCreateRequestValidationError) Key added in v0.0.31

Key function returns key value.

func (ManifestConfigCreateRequestValidationError) Reason added in v0.0.31

Reason function returns reason value.

type ManifestConfigCreateResponse added in v0.0.31

type ManifestConfigCreateResponse struct {
	Config               string   `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ManifestConfigCreateResponse) AtlasValidateJSON added in v0.0.31

func (_ *ManifestConfigCreateResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ManifestConfigCreateResponse.

func (*ManifestConfigCreateResponse) Descriptor added in v0.0.31

func (*ManifestConfigCreateResponse) Descriptor() ([]byte, []int)

func (*ManifestConfigCreateResponse) GetConfig added in v0.0.31

func (m *ManifestConfigCreateResponse) GetConfig() string

func (*ManifestConfigCreateResponse) ProtoMessage added in v0.0.31

func (*ManifestConfigCreateResponse) ProtoMessage()

func (*ManifestConfigCreateResponse) Reset added in v0.0.31

func (m *ManifestConfigCreateResponse) Reset()

func (*ManifestConfigCreateResponse) String added in v0.0.31

func (*ManifestConfigCreateResponse) Validate added in v0.0.31

func (m *ManifestConfigCreateResponse) Validate() error

Validate checks the field values on ManifestConfigCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ManifestConfigCreateResponse) XXX_DiscardUnknown added in v0.0.31

func (m *ManifestConfigCreateResponse) XXX_DiscardUnknown()

func (*ManifestConfigCreateResponse) XXX_Marshal added in v0.0.31

func (m *ManifestConfigCreateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManifestConfigCreateResponse) XXX_Merge added in v0.0.31

func (m *ManifestConfigCreateResponse) XXX_Merge(src proto.Message)

func (*ManifestConfigCreateResponse) XXX_Size added in v0.0.31

func (m *ManifestConfigCreateResponse) XXX_Size() int

func (*ManifestConfigCreateResponse) XXX_Unmarshal added in v0.0.31

func (m *ManifestConfigCreateResponse) XXX_Unmarshal(b []byte) error

type ManifestConfigCreateResponseValidationError added in v0.0.31

type ManifestConfigCreateResponseValidationError struct {
	// contains filtered or unexported fields
}

ManifestConfigCreateResponseValidationError is the validation error returned by ManifestConfigCreateResponse.Validate if the designated constraints aren't met.

func (ManifestConfigCreateResponseValidationError) Cause added in v0.0.31

Cause function returns cause value.

func (ManifestConfigCreateResponseValidationError) Error added in v0.0.31

Error satisfies the builtin error interface

func (ManifestConfigCreateResponseValidationError) ErrorName added in v0.0.31

ErrorName returns error name.

func (ManifestConfigCreateResponseValidationError) Field added in v0.0.31

Field function returns field value.

func (ManifestConfigCreateResponseValidationError) Key added in v0.0.31

Key function returns key value.

func (ManifestConfigCreateResponseValidationError) Reason added in v0.0.31

Reason function returns reason value.

type ManifestCreateRequest added in v0.0.31

type ManifestCreateRequest struct {
	// Application Instance Id for which you want the artifact
	AppInstanceId *resource.Identifier `protobuf:"bytes,1,opt,name=app_instance_id,json=appInstanceId,proto3" json:"app_instance_id,omitempty"`
	// Optional if you want to skip Lifecycle Values
	LifecycleSkipValues bool `protobuf:"varint,2,opt,name=lifecycle_skip_values,json=lifecycleSkipValues,proto3" json:"lifecycle_skip_values,omitempty"`
	// Optional if you want to skip environment Values
	EnvSkipValues        bool     `protobuf:"varint,3,opt,name=env_skip_values,json=envSkipValues,proto3" json:"env_skip_values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ManifestCreateRequest) AtlasValidateJSON added in v0.0.31

func (_ *ManifestCreateRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ManifestCreateRequest.

func (*ManifestCreateRequest) Descriptor added in v0.0.31

func (*ManifestCreateRequest) Descriptor() ([]byte, []int)

func (*ManifestCreateRequest) GetAppInstanceId added in v0.0.31

func (m *ManifestCreateRequest) GetAppInstanceId() *resource.Identifier

func (*ManifestCreateRequest) GetEnvSkipValues added in v0.0.31

func (m *ManifestCreateRequest) GetEnvSkipValues() bool

func (*ManifestCreateRequest) GetLifecycleSkipValues added in v0.0.31

func (m *ManifestCreateRequest) GetLifecycleSkipValues() bool

func (*ManifestCreateRequest) ProtoMessage added in v0.0.31

func (*ManifestCreateRequest) ProtoMessage()

func (*ManifestCreateRequest) Reset added in v0.0.31

func (m *ManifestCreateRequest) Reset()

func (*ManifestCreateRequest) String added in v0.0.31

func (m *ManifestCreateRequest) String() string

func (*ManifestCreateRequest) Validate added in v0.0.31

func (m *ManifestCreateRequest) Validate() error

Validate checks the field values on ManifestCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ManifestCreateRequest) XXX_DiscardUnknown added in v0.0.31

func (m *ManifestCreateRequest) XXX_DiscardUnknown()

func (*ManifestCreateRequest) XXX_Marshal added in v0.0.31

func (m *ManifestCreateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManifestCreateRequest) XXX_Merge added in v0.0.31

func (m *ManifestCreateRequest) XXX_Merge(src proto.Message)

func (*ManifestCreateRequest) XXX_Size added in v0.0.31

func (m *ManifestCreateRequest) XXX_Size() int

func (*ManifestCreateRequest) XXX_Unmarshal added in v0.0.31

func (m *ManifestCreateRequest) XXX_Unmarshal(b []byte) error

type ManifestCreateRequestValidationError added in v0.0.31

type ManifestCreateRequestValidationError struct {
	// contains filtered or unexported fields
}

ManifestCreateRequestValidationError is the validation error returned by ManifestCreateRequest.Validate if the designated constraints aren't met.

func (ManifestCreateRequestValidationError) Cause added in v0.0.31

Cause function returns cause value.

func (ManifestCreateRequestValidationError) Error added in v0.0.31

Error satisfies the builtin error interface

func (ManifestCreateRequestValidationError) ErrorName added in v0.0.31

ErrorName returns error name.

func (ManifestCreateRequestValidationError) Field added in v0.0.31

Field function returns field value.

func (ManifestCreateRequestValidationError) Key added in v0.0.31

Key function returns key value.

func (ManifestCreateRequestValidationError) Reason added in v0.0.31

Reason function returns reason value.

type ManifestCreateResponse added in v0.0.31

type ManifestCreateResponse struct {
	Artifact             string   `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ManifestCreateResponse) AtlasValidateJSON added in v0.0.31

func (_ *ManifestCreateResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ManifestCreateResponse.

func (*ManifestCreateResponse) Descriptor added in v0.0.31

func (*ManifestCreateResponse) Descriptor() ([]byte, []int)

func (*ManifestCreateResponse) GetArtifact added in v0.0.31

func (m *ManifestCreateResponse) GetArtifact() string

func (*ManifestCreateResponse) ProtoMessage added in v0.0.31

func (*ManifestCreateResponse) ProtoMessage()

func (*ManifestCreateResponse) Reset added in v0.0.31

func (m *ManifestCreateResponse) Reset()

func (*ManifestCreateResponse) String added in v0.0.31

func (m *ManifestCreateResponse) String() string

func (*ManifestCreateResponse) Validate added in v0.0.31

func (m *ManifestCreateResponse) Validate() error

Validate checks the field values on ManifestCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ManifestCreateResponse) XXX_DiscardUnknown added in v0.0.31

func (m *ManifestCreateResponse) XXX_DiscardUnknown()

func (*ManifestCreateResponse) XXX_Marshal added in v0.0.31

func (m *ManifestCreateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ManifestCreateResponse) XXX_Merge added in v0.0.31

func (m *ManifestCreateResponse) XXX_Merge(src proto.Message)

func (*ManifestCreateResponse) XXX_Size added in v0.0.31

func (m *ManifestCreateResponse) XXX_Size() int

func (*ManifestCreateResponse) XXX_Unmarshal added in v0.0.31

func (m *ManifestCreateResponse) XXX_Unmarshal(b []byte) error

type ManifestCreateResponseValidationError added in v0.0.31

type ManifestCreateResponseValidationError struct {
	// contains filtered or unexported fields
}

ManifestCreateResponseValidationError is the validation error returned by ManifestCreateResponse.Validate if the designated constraints aren't met.

func (ManifestCreateResponseValidationError) Cause added in v0.0.31

Cause function returns cause value.

func (ManifestCreateResponseValidationError) Error added in v0.0.31

Error satisfies the builtin error interface

func (ManifestCreateResponseValidationError) ErrorName added in v0.0.31

ErrorName returns error name.

func (ManifestCreateResponseValidationError) Field added in v0.0.31

Field function returns field value.

func (ManifestCreateResponseValidationError) Key added in v0.0.31

Key function returns key value.

func (ManifestCreateResponseValidationError) Reason added in v0.0.31

Reason function returns reason value.

type ManifestDefaultServer added in v0.0.31

type ManifestDefaultServer struct {
	DB *gorm1.DB
}

func (*ManifestDefaultServer) ManifestConfigCreate added in v0.0.31

ManifestConfigCreate ...

func (*ManifestDefaultServer) ManifestCreate added in v0.0.31

ManifestCreate ...

type ManifestServer added in v0.0.31

type ManifestServer interface {
	ManifestCreate(context.Context, *ManifestCreateRequest) (*ManifestCreateResponse, error)
	ManifestConfigCreate(context.Context, *ManifestConfigCreateRequest) (*ManifestConfigCreateResponse, error)
}

ManifestServer is the server API for Manifest service.

type Network added in v0.0.27

type Network struct {
	// The Network identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Network
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Network
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Reference to Region
	RegionId             *resource.Identifier `protobuf:"bytes,4,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------ Network represents a particular AWS VPC ------------------------------------------------------

func DefaultApplyFieldMaskNetwork added in v0.0.27

func DefaultApplyFieldMaskNetwork(ctx context.Context, patchee *Network, patcher *Network, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Network, error)

DefaultApplyFieldMaskNetwork patches an pbObject with patcher according to a field mask.

func DefaultCreateNetwork added in v0.0.27

func DefaultCreateNetwork(ctx context.Context, in *Network, db *gorm1.DB) (*Network, error)

DefaultCreateNetwork executes a basic gorm create call

func DefaultListNetwork added in v0.0.27

func DefaultListNetwork(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Network, error)

DefaultListNetwork executes a gorm list call

func DefaultPatchNetwork added in v0.0.27

func DefaultPatchNetwork(ctx context.Context, in *Network, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Network, error)

DefaultPatchNetwork executes a basic gorm update call with patch behavior

func DefaultPatchSetNetwork added in v0.0.27

func DefaultPatchSetNetwork(ctx context.Context, objects []*Network, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Network, error)

DefaultPatchSetNetwork executes a bulk gorm update call with patch behavior

func DefaultReadNetwork added in v0.0.27

func DefaultReadNetwork(ctx context.Context, in *Network, db *gorm1.DB, fs *query1.FieldSelection) (*Network, error)

DefaultReadNetwork executes a basic gorm read call

func DefaultStrictUpdateNetwork added in v0.0.27

func DefaultStrictUpdateNetwork(ctx context.Context, in *Network, db *gorm1.DB) (*Network, error)

DefaultStrictUpdateNetwork clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Network) AtlasValidateJSON added in v0.0.27

func (_ *Network) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Network.

func (*Network) Descriptor added in v0.0.27

func (*Network) Descriptor() ([]byte, []int)

func (*Network) GetDescription added in v0.0.27

func (m *Network) GetDescription() string

func (*Network) GetId added in v0.0.27

func (m *Network) GetId() *resource.Identifier

func (*Network) GetName added in v0.0.27

func (m *Network) GetName() string

func (*Network) GetRegionId added in v0.0.27

func (m *Network) GetRegionId() *resource.Identifier

func (*Network) ProtoMessage added in v0.0.27

func (*Network) ProtoMessage()

func (*Network) Reset added in v0.0.27

func (m *Network) Reset()

func (*Network) String added in v0.0.27

func (m *Network) String() string

func (*Network) ToORM added in v0.0.27

func (m *Network) ToORM(ctx context.Context) (NetworkORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Network) Validate added in v0.0.27

func (m *Network) Validate() error

Validate checks the field values on Network with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Network) XXX_DiscardUnknown added in v0.0.27

func (m *Network) XXX_DiscardUnknown()

func (*Network) XXX_Marshal added in v0.0.27

func (m *Network) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Network) XXX_Merge added in v0.0.27

func (m *Network) XXX_Merge(src proto.Message)

func (*Network) XXX_Size added in v0.0.27

func (m *Network) XXX_Size() int

func (*Network) XXX_Unmarshal added in v0.0.27

func (m *Network) XXX_Unmarshal(b []byte) error

type NetworkORM added in v0.0.27

type NetworkORM struct {
	AccountID   string
	Description string
	Id          string `gorm:"type:UUID;primary_key"`
	Name        string
	RegionId    *string `gorm:"type:UUID"`
}

func (NetworkORM) BeforeSave added in v0.0.27

func (pOrm NetworkORM) BeforeSave(scope *gorm.Scope) error

func (NetworkORM) TableName added in v0.0.27

func (NetworkORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*NetworkORM) ToPB added in v0.0.27

func (m *NetworkORM) ToPB(ctx context.Context) (Network, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type NetworkORMWithAfterCreate_ added in v0.0.27

type NetworkORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type NetworkORMWithAfterDeleteSet added in v0.0.27

type NetworkORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Network, *gorm1.DB) error
}

type NetworkORMWithAfterDelete_ added in v0.0.27

type NetworkORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type NetworkORMWithAfterListFind added in v0.0.27

type NetworkORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]NetworkORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type NetworkORMWithAfterReadFind added in v0.0.27

type NetworkORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type NetworkORMWithAfterStrictUpdateSave added in v0.0.27

type NetworkORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type NetworkORMWithBeforeCreate_ added in v0.0.27

type NetworkORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type NetworkORMWithBeforeDeleteSet added in v0.0.27

type NetworkORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Network, *gorm1.DB) (*gorm1.DB, error)
}

type NetworkORMWithBeforeDelete_ added in v0.0.27

type NetworkORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type NetworkORMWithBeforeListApplyQuery added in v0.0.27

type NetworkORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type NetworkORMWithBeforeListFind added in v0.0.27

type NetworkORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type NetworkORMWithBeforeReadApplyQuery added in v0.0.27

type NetworkORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type NetworkORMWithBeforeReadFind added in v0.0.27

type NetworkORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type NetworkORMWithBeforeStrictUpdateCleanup added in v0.0.27

type NetworkORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type NetworkORMWithBeforeStrictUpdateSave added in v0.0.27

type NetworkORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type NetworkValidationError added in v0.0.27

type NetworkValidationError struct {
	// contains filtered or unexported fields
}

NetworkValidationError is the validation error returned by Network.Validate if the designated constraints aren't met.

func (NetworkValidationError) Cause added in v0.0.27

func (e NetworkValidationError) Cause() error

Cause function returns cause value.

func (NetworkValidationError) Error added in v0.0.27

func (e NetworkValidationError) Error() string

Error satisfies the builtin error interface

func (NetworkValidationError) ErrorName added in v0.0.27

func (e NetworkValidationError) ErrorName() string

ErrorName returns error name.

func (NetworkValidationError) Field added in v0.0.27

func (e NetworkValidationError) Field() string

Field function returns field value.

func (NetworkValidationError) Key added in v0.0.27

func (e NetworkValidationError) Key() bool

Key function returns key value.

func (NetworkValidationError) Reason added in v0.0.27

func (e NetworkValidationError) Reason() string

Reason function returns reason value.

type NetworkWithAfterPatchSave added in v0.0.27

type NetworkWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Network, *field_mask1.FieldMask, *gorm1.DB) error
}

type NetworkWithAfterToORM added in v0.0.27

type NetworkWithAfterToORM interface {
	AfterToORM(context.Context, *NetworkORM) error
}

NetworkAfterToORM called after default ToORM code

type NetworkWithAfterToPB added in v0.0.27

type NetworkWithAfterToPB interface {
	AfterToPB(context.Context, *Network) error
}

NetworkAfterToPB called after default ToPB code

type NetworkWithBeforePatchApplyFieldMask added in v0.0.27

type NetworkWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Network, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type NetworkWithBeforePatchRead added in v0.0.27

type NetworkWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Network, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type NetworkWithBeforePatchSave added in v0.0.27

type NetworkWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Network, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type NetworkWithBeforeToORM added in v0.0.27

type NetworkWithBeforeToORM interface {
	BeforeToORM(context.Context, *NetworkORM) error
}

NetworkBeforeToORM called before default ToORM code

type NetworkWithBeforeToPB added in v0.0.27

type NetworkWithBeforeToPB interface {
	BeforeToPB(context.Context, *Network) error
}

NetworkBeforeToPB called before default ToPB code

type NetworksClient added in v0.0.27

type NetworksClient interface {
	// Use this method to create a Network information.
	Create(ctx context.Context, in *CreateNetworkRequest, opts ...grpc.CallOption) (*CreateNetworkResponse, error)
	// Use this method to read a Network information by identifier.
	Read(ctx context.Context, in *ReadNetworkRequest, opts ...grpc.CallOption) (*ReadNetworkResponse, error)
	// Use this method to update a Network information.
	Update(ctx context.Context, in *UpdateNetworkRequest, opts ...grpc.CallOption) (*UpdateNetworkResponse, error)
	// Use this method to delete a particular Network.
	Delete(ctx context.Context, in *DeleteNetworkRequest, opts ...grpc.CallOption) (*DeleteNetworkResponse, error)
	// Use this method to retrieve all the Networks.
	List(ctx context.Context, in *ListNetworkRequest, opts ...grpc.CallOption) (*ListNetworksResponse, error)
}

NetworksClient is the client API for Networks service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNetworksClient added in v0.0.27

func NewNetworksClient(cc *grpc.ClientConn) NetworksClient

type NetworksDefaultServer added in v0.0.27

type NetworksDefaultServer struct {
}

func (*NetworksDefaultServer) Create added in v0.0.27

Create ...

func (*NetworksDefaultServer) Delete added in v0.0.27

Delete ...

func (*NetworksDefaultServer) List added in v0.0.27

List ...

func (*NetworksDefaultServer) Read added in v0.0.27

Read ...

func (*NetworksDefaultServer) Update added in v0.0.27

Update ...

type NetworksNetworkWithAfterCreate added in v0.0.27

type NetworksNetworkWithAfterCreate interface {
	AfterCreate(context.Context, *CreateNetworkResponse, *gorm1.DB) error
}

NetworksNetworkWithAfterCreate called before DefaultCreateNetwork in the default Create handler

type NetworksNetworkWithAfterDelete added in v0.0.27

type NetworksNetworkWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteNetworkResponse, *gorm1.DB) error
}

NetworksNetworkWithAfterDelete called before DefaultDeleteNetwork in the default Delete handler

type NetworksNetworkWithAfterList added in v0.0.27

type NetworksNetworkWithAfterList interface {
	AfterList(context.Context, *ListNetworksResponse, *gorm1.DB) error
}

NetworksNetworkWithAfterList called before DefaultListNetwork in the default List handler

type NetworksNetworkWithAfterRead added in v0.0.27

type NetworksNetworkWithAfterRead interface {
	AfterRead(context.Context, *ReadNetworkResponse, *gorm1.DB) error
}

NetworksNetworkWithAfterRead called before DefaultReadNetwork in the default Read handler

type NetworksNetworkWithAfterUpdate added in v0.0.27

type NetworksNetworkWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateNetworkResponse, *gorm1.DB) error
}

NetworksNetworkWithAfterUpdate called before DefaultUpdateNetwork in the default Update handler

type NetworksNetworkWithBeforeCreate added in v0.0.27

type NetworksNetworkWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

NetworksNetworkWithBeforeCreate called before DefaultCreateNetwork in the default Create handler

type NetworksNetworkWithBeforeDelete added in v0.0.27

type NetworksNetworkWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

NetworksNetworkWithBeforeDelete called before DefaultDeleteNetwork in the default Delete handler

type NetworksNetworkWithBeforeList added in v0.0.27

type NetworksNetworkWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

NetworksNetworkWithBeforeList called before DefaultListNetwork in the default List handler

type NetworksNetworkWithBeforeRead added in v0.0.27

type NetworksNetworkWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

NetworksNetworkWithBeforeRead called before DefaultReadNetwork in the default Read handler

type NetworksNetworkWithBeforeUpdate added in v0.0.27

type NetworksNetworkWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

NetworksNetworkWithBeforeUpdate called before DefaultUpdateNetwork in the default Update handler

type NetworksServer added in v0.0.27

type NetworksServer interface {
	// Use this method to create a Network information.
	Create(context.Context, *CreateNetworkRequest) (*CreateNetworkResponse, error)
	// Use this method to read a Network information by identifier.
	Read(context.Context, *ReadNetworkRequest) (*ReadNetworkResponse, error)
	// Use this method to update a Network information.
	Update(context.Context, *UpdateNetworkRequest) (*UpdateNetworkResponse, error)
	// Use this method to delete a particular Network.
	Delete(context.Context, *DeleteNetworkRequest) (*DeleteNetworkResponse, error)
	// Use this method to retrieve all the Networks.
	List(context.Context, *ListNetworkRequest) (*ListNetworksResponse, error)
}

NetworksServer is the server API for Networks service.

type Provider added in v0.0.8

type Provider int32
const (
	Provider_UNKNOWN_PROVIDER Provider = 0
	Provider_AWS              Provider = 1
	Provider_AZURE            Provider = 2
	Provider_GCP              Provider = 3
	Provider_EQUINIX          Provider = 4
)

func (Provider) EnumDescriptor added in v0.0.8

func (Provider) EnumDescriptor() ([]byte, []int)

func (Provider) String added in v0.0.8

func (x Provider) String() string

type ReadAppConfigRequest added in v0.0.15

type ReadAppConfigRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadAppConfigRequest) AtlasValidateJSON added in v0.0.15

func (_ *ReadAppConfigRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadAppConfigRequest.

func (*ReadAppConfigRequest) Descriptor added in v0.0.15

func (*ReadAppConfigRequest) Descriptor() ([]byte, []int)

func (*ReadAppConfigRequest) GetFields added in v0.0.15

func (m *ReadAppConfigRequest) GetFields() *query.FieldSelection

func (*ReadAppConfigRequest) GetId added in v0.0.15

func (*ReadAppConfigRequest) ProtoMessage added in v0.0.15

func (*ReadAppConfigRequest) ProtoMessage()

func (*ReadAppConfigRequest) Reset added in v0.0.15

func (m *ReadAppConfigRequest) Reset()

func (*ReadAppConfigRequest) String added in v0.0.15

func (m *ReadAppConfigRequest) String() string

func (*ReadAppConfigRequest) Validate added in v0.0.15

func (m *ReadAppConfigRequest) Validate() error

Validate checks the field values on ReadAppConfigRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadAppConfigRequest) XXX_DiscardUnknown added in v0.0.15

func (m *ReadAppConfigRequest) XXX_DiscardUnknown()

func (*ReadAppConfigRequest) XXX_Marshal added in v0.0.15

func (m *ReadAppConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadAppConfigRequest) XXX_Merge added in v0.0.15

func (m *ReadAppConfigRequest) XXX_Merge(src proto.Message)

func (*ReadAppConfigRequest) XXX_Size added in v0.0.15

func (m *ReadAppConfigRequest) XXX_Size() int

func (*ReadAppConfigRequest) XXX_Unmarshal added in v0.0.15

func (m *ReadAppConfigRequest) XXX_Unmarshal(b []byte) error

type ReadAppConfigRequestValidationError added in v0.0.15

type ReadAppConfigRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadAppConfigRequestValidationError is the validation error returned by ReadAppConfigRequest.Validate if the designated constraints aren't met.

func (ReadAppConfigRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ReadAppConfigRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ReadAppConfigRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ReadAppConfigRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (ReadAppConfigRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (ReadAppConfigRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ReadAppConfigResponse added in v0.0.15

type ReadAppConfigResponse struct {
	Result               *AppConfig `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ReadAppConfigResponse) AtlasValidateJSON added in v0.0.15

func (_ *ReadAppConfigResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadAppConfigResponse.

func (*ReadAppConfigResponse) Descriptor added in v0.0.15

func (*ReadAppConfigResponse) Descriptor() ([]byte, []int)

func (*ReadAppConfigResponse) GetResult added in v0.0.15

func (m *ReadAppConfigResponse) GetResult() *AppConfig

func (*ReadAppConfigResponse) ProtoMessage added in v0.0.15

func (*ReadAppConfigResponse) ProtoMessage()

func (*ReadAppConfigResponse) Reset added in v0.0.15

func (m *ReadAppConfigResponse) Reset()

func (*ReadAppConfigResponse) String added in v0.0.15

func (m *ReadAppConfigResponse) String() string

func (*ReadAppConfigResponse) Validate added in v0.0.15

func (m *ReadAppConfigResponse) Validate() error

Validate checks the field values on ReadAppConfigResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadAppConfigResponse) XXX_DiscardUnknown added in v0.0.15

func (m *ReadAppConfigResponse) XXX_DiscardUnknown()

func (*ReadAppConfigResponse) XXX_Marshal added in v0.0.15

func (m *ReadAppConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadAppConfigResponse) XXX_Merge added in v0.0.15

func (m *ReadAppConfigResponse) XXX_Merge(src proto.Message)

func (*ReadAppConfigResponse) XXX_Size added in v0.0.15

func (m *ReadAppConfigResponse) XXX_Size() int

func (*ReadAppConfigResponse) XXX_Unmarshal added in v0.0.15

func (m *ReadAppConfigResponse) XXX_Unmarshal(b []byte) error

type ReadAppConfigResponseValidationError added in v0.0.15

type ReadAppConfigResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadAppConfigResponseValidationError is the validation error returned by ReadAppConfigResponse.Validate if the designated constraints aren't met.

func (ReadAppConfigResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ReadAppConfigResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ReadAppConfigResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ReadAppConfigResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (ReadAppConfigResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (ReadAppConfigResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ReadAppVersionRequest added in v0.0.15

type ReadAppVersionRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadAppVersionRequest) AtlasValidateJSON added in v0.0.15

func (_ *ReadAppVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadAppVersionRequest.

func (*ReadAppVersionRequest) Descriptor added in v0.0.15

func (*ReadAppVersionRequest) Descriptor() ([]byte, []int)

func (*ReadAppVersionRequest) GetFields added in v0.0.15

func (m *ReadAppVersionRequest) GetFields() *query.FieldSelection

func (*ReadAppVersionRequest) GetId added in v0.0.15

func (*ReadAppVersionRequest) ProtoMessage added in v0.0.15

func (*ReadAppVersionRequest) ProtoMessage()

func (*ReadAppVersionRequest) Reset added in v0.0.15

func (m *ReadAppVersionRequest) Reset()

func (*ReadAppVersionRequest) String added in v0.0.15

func (m *ReadAppVersionRequest) String() string

func (*ReadAppVersionRequest) Validate added in v0.0.15

func (m *ReadAppVersionRequest) Validate() error

Validate checks the field values on ReadAppVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadAppVersionRequest) XXX_DiscardUnknown added in v0.0.15

func (m *ReadAppVersionRequest) XXX_DiscardUnknown()

func (*ReadAppVersionRequest) XXX_Marshal added in v0.0.15

func (m *ReadAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadAppVersionRequest) XXX_Merge added in v0.0.15

func (m *ReadAppVersionRequest) XXX_Merge(src proto.Message)

func (*ReadAppVersionRequest) XXX_Size added in v0.0.15

func (m *ReadAppVersionRequest) XXX_Size() int

func (*ReadAppVersionRequest) XXX_Unmarshal added in v0.0.15

func (m *ReadAppVersionRequest) XXX_Unmarshal(b []byte) error

type ReadAppVersionRequestValidationError added in v0.0.15

type ReadAppVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadAppVersionRequestValidationError is the validation error returned by ReadAppVersionRequest.Validate if the designated constraints aren't met.

func (ReadAppVersionRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ReadAppVersionRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ReadAppVersionRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ReadAppVersionRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (ReadAppVersionRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (ReadAppVersionRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ReadAppVersionResponse added in v0.0.15

type ReadAppVersionResponse struct {
	Result               *AppVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ReadAppVersionResponse) AtlasValidateJSON added in v0.0.15

func (_ *ReadAppVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadAppVersionResponse.

func (*ReadAppVersionResponse) Descriptor added in v0.0.15

func (*ReadAppVersionResponse) Descriptor() ([]byte, []int)

func (*ReadAppVersionResponse) GetResult added in v0.0.15

func (m *ReadAppVersionResponse) GetResult() *AppVersion

func (*ReadAppVersionResponse) ProtoMessage added in v0.0.15

func (*ReadAppVersionResponse) ProtoMessage()

func (*ReadAppVersionResponse) Reset added in v0.0.15

func (m *ReadAppVersionResponse) Reset()

func (*ReadAppVersionResponse) String added in v0.0.15

func (m *ReadAppVersionResponse) String() string

func (*ReadAppVersionResponse) Validate added in v0.0.15

func (m *ReadAppVersionResponse) Validate() error

Validate checks the field values on ReadAppVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadAppVersionResponse) XXX_DiscardUnknown added in v0.0.15

func (m *ReadAppVersionResponse) XXX_DiscardUnknown()

func (*ReadAppVersionResponse) XXX_Marshal added in v0.0.15

func (m *ReadAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadAppVersionResponse) XXX_Merge added in v0.0.15

func (m *ReadAppVersionResponse) XXX_Merge(src proto.Message)

func (*ReadAppVersionResponse) XXX_Size added in v0.0.15

func (m *ReadAppVersionResponse) XXX_Size() int

func (*ReadAppVersionResponse) XXX_Unmarshal added in v0.0.15

func (m *ReadAppVersionResponse) XXX_Unmarshal(b []byte) error

type ReadAppVersionResponseValidationError added in v0.0.15

type ReadAppVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadAppVersionResponseValidationError is the validation error returned by ReadAppVersionResponse.Validate if the designated constraints aren't met.

func (ReadAppVersionResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ReadAppVersionResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ReadAppVersionResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ReadAppVersionResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (ReadAppVersionResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (ReadAppVersionResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ReadApplicationInstanceRequest added in v0.0.8

type ReadApplicationInstanceRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadApplicationInstanceRequest) AtlasValidateJSON added in v0.0.8

func (_ *ReadApplicationInstanceRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadApplicationInstanceRequest.

func (*ReadApplicationInstanceRequest) Descriptor added in v0.0.8

func (*ReadApplicationInstanceRequest) Descriptor() ([]byte, []int)

func (*ReadApplicationInstanceRequest) GetFields added in v0.0.8

func (*ReadApplicationInstanceRequest) GetId added in v0.0.8

func (*ReadApplicationInstanceRequest) ProtoMessage added in v0.0.8

func (*ReadApplicationInstanceRequest) ProtoMessage()

func (*ReadApplicationInstanceRequest) Reset added in v0.0.8

func (m *ReadApplicationInstanceRequest) Reset()

func (*ReadApplicationInstanceRequest) String added in v0.0.8

func (*ReadApplicationInstanceRequest) Validate added in v0.0.8

func (m *ReadApplicationInstanceRequest) Validate() error

Validate checks the field values on ReadApplicationInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadApplicationInstanceRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadApplicationInstanceRequest) XXX_DiscardUnknown()

func (*ReadApplicationInstanceRequest) XXX_Marshal added in v0.0.8

func (m *ReadApplicationInstanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadApplicationInstanceRequest) XXX_Merge added in v0.0.8

func (m *ReadApplicationInstanceRequest) XXX_Merge(src proto.Message)

func (*ReadApplicationInstanceRequest) XXX_Size added in v0.0.8

func (m *ReadApplicationInstanceRequest) XXX_Size() int

func (*ReadApplicationInstanceRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadApplicationInstanceRequest) XXX_Unmarshal(b []byte) error

type ReadApplicationInstanceRequestValidationError added in v0.0.8

type ReadApplicationInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadApplicationInstanceRequestValidationError is the validation error returned by ReadApplicationInstanceRequest.Validate if the designated constraints aren't met.

func (ReadApplicationInstanceRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ReadApplicationInstanceRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ReadApplicationInstanceRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ReadApplicationInstanceRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (ReadApplicationInstanceRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (ReadApplicationInstanceRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ReadApplicationInstanceResponse added in v0.0.8

type ReadApplicationInstanceResponse struct {
	Result               *ApplicationInstance `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ReadApplicationInstanceResponse) AtlasValidateJSON added in v0.0.8

func (_ *ReadApplicationInstanceResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadApplicationInstanceResponse.

func (*ReadApplicationInstanceResponse) Descriptor added in v0.0.8

func (*ReadApplicationInstanceResponse) Descriptor() ([]byte, []int)

func (*ReadApplicationInstanceResponse) GetResult added in v0.0.8

func (*ReadApplicationInstanceResponse) ProtoMessage added in v0.0.8

func (*ReadApplicationInstanceResponse) ProtoMessage()

func (*ReadApplicationInstanceResponse) Reset added in v0.0.8

func (*ReadApplicationInstanceResponse) String added in v0.0.8

func (*ReadApplicationInstanceResponse) Validate added in v0.0.8

func (m *ReadApplicationInstanceResponse) Validate() error

Validate checks the field values on ReadApplicationInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadApplicationInstanceResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadApplicationInstanceResponse) XXX_DiscardUnknown()

func (*ReadApplicationInstanceResponse) XXX_Marshal added in v0.0.8

func (m *ReadApplicationInstanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadApplicationInstanceResponse) XXX_Merge added in v0.0.8

func (m *ReadApplicationInstanceResponse) XXX_Merge(src proto.Message)

func (*ReadApplicationInstanceResponse) XXX_Size added in v0.0.8

func (m *ReadApplicationInstanceResponse) XXX_Size() int

func (*ReadApplicationInstanceResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadApplicationInstanceResponse) XXX_Unmarshal(b []byte) error

type ReadApplicationInstanceResponseValidationError added in v0.0.8

type ReadApplicationInstanceResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadApplicationInstanceResponseValidationError is the validation error returned by ReadApplicationInstanceResponse.Validate if the designated constraints aren't met.

func (ReadApplicationInstanceResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ReadApplicationInstanceResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ReadApplicationInstanceResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ReadApplicationInstanceResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (ReadApplicationInstanceResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (ReadApplicationInstanceResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ReadApplicationRequest added in v0.0.6

type ReadApplicationRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadApplicationRequest) AtlasValidateJSON added in v0.0.6

func (_ *ReadApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadApplicationRequest.

func (*ReadApplicationRequest) Descriptor added in v0.0.6

func (*ReadApplicationRequest) Descriptor() ([]byte, []int)

func (*ReadApplicationRequest) GetFields added in v0.0.6

func (*ReadApplicationRequest) GetId added in v0.0.6

func (*ReadApplicationRequest) ProtoMessage added in v0.0.6

func (*ReadApplicationRequest) ProtoMessage()

func (*ReadApplicationRequest) Reset added in v0.0.6

func (m *ReadApplicationRequest) Reset()

func (*ReadApplicationRequest) String added in v0.0.6

func (m *ReadApplicationRequest) String() string

func (*ReadApplicationRequest) Validate added in v0.0.6

func (m *ReadApplicationRequest) Validate() error

Validate checks the field values on ReadApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadApplicationRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadApplicationRequest) XXX_DiscardUnknown()

func (*ReadApplicationRequest) XXX_Marshal added in v0.0.8

func (m *ReadApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadApplicationRequest) XXX_Merge added in v0.0.8

func (m *ReadApplicationRequest) XXX_Merge(src proto.Message)

func (*ReadApplicationRequest) XXX_Size added in v0.0.8

func (m *ReadApplicationRequest) XXX_Size() int

func (*ReadApplicationRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadApplicationRequest) XXX_Unmarshal(b []byte) error

type ReadApplicationRequestValidationError added in v0.0.6

type ReadApplicationRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadApplicationRequestValidationError is the validation error returned by ReadApplicationRequest.Validate if the designated constraints aren't met.

func (ReadApplicationRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadApplicationRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadApplicationRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadApplicationRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadApplicationRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadApplicationRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadApplicationResponse added in v0.0.6

type ReadApplicationResponse struct {
	Result               *Application `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ReadApplicationResponse) AtlasValidateJSON added in v0.0.6

func (_ *ReadApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadApplicationResponse.

func (*ReadApplicationResponse) Descriptor added in v0.0.6

func (*ReadApplicationResponse) Descriptor() ([]byte, []int)

func (*ReadApplicationResponse) GetResult added in v0.0.6

func (m *ReadApplicationResponse) GetResult() *Application

func (*ReadApplicationResponse) ProtoMessage added in v0.0.6

func (*ReadApplicationResponse) ProtoMessage()

func (*ReadApplicationResponse) Reset added in v0.0.6

func (m *ReadApplicationResponse) Reset()

func (*ReadApplicationResponse) String added in v0.0.6

func (m *ReadApplicationResponse) String() string

func (*ReadApplicationResponse) Validate added in v0.0.6

func (m *ReadApplicationResponse) Validate() error

Validate checks the field values on ReadApplicationResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadApplicationResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadApplicationResponse) XXX_DiscardUnknown()

func (*ReadApplicationResponse) XXX_Marshal added in v0.0.8

func (m *ReadApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadApplicationResponse) XXX_Merge added in v0.0.8

func (m *ReadApplicationResponse) XXX_Merge(src proto.Message)

func (*ReadApplicationResponse) XXX_Size added in v0.0.8

func (m *ReadApplicationResponse) XXX_Size() int

func (*ReadApplicationResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadApplicationResponse) XXX_Unmarshal(b []byte) error

type ReadApplicationResponseValidationError added in v0.0.6

type ReadApplicationResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadApplicationResponseValidationError is the validation error returned by ReadApplicationResponse.Validate if the designated constraints aren't met.

func (ReadApplicationResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadApplicationResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadApplicationResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadApplicationResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadApplicationResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadApplicationResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadArtifactRequest added in v0.0.6

type ReadArtifactRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadArtifactRequest) AtlasValidateJSON added in v0.0.6

func (_ *ReadArtifactRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadArtifactRequest.

func (*ReadArtifactRequest) Descriptor added in v0.0.6

func (*ReadArtifactRequest) Descriptor() ([]byte, []int)

func (*ReadArtifactRequest) GetFields added in v0.0.6

func (m *ReadArtifactRequest) GetFields() *query.FieldSelection

func (*ReadArtifactRequest) GetId added in v0.0.6

func (*ReadArtifactRequest) ProtoMessage added in v0.0.6

func (*ReadArtifactRequest) ProtoMessage()

func (*ReadArtifactRequest) Reset added in v0.0.6

func (m *ReadArtifactRequest) Reset()

func (*ReadArtifactRequest) String added in v0.0.6

func (m *ReadArtifactRequest) String() string

func (*ReadArtifactRequest) Validate added in v0.0.6

func (m *ReadArtifactRequest) Validate() error

Validate checks the field values on ReadArtifactRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadArtifactRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadArtifactRequest) XXX_DiscardUnknown()

func (*ReadArtifactRequest) XXX_Marshal added in v0.0.8

func (m *ReadArtifactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadArtifactRequest) XXX_Merge added in v0.0.8

func (m *ReadArtifactRequest) XXX_Merge(src proto.Message)

func (*ReadArtifactRequest) XXX_Size added in v0.0.8

func (m *ReadArtifactRequest) XXX_Size() int

func (*ReadArtifactRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadArtifactRequest) XXX_Unmarshal(b []byte) error

type ReadArtifactRequestValidationError added in v0.0.6

type ReadArtifactRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadArtifactRequestValidationError is the validation error returned by ReadArtifactRequest.Validate if the designated constraints aren't met.

func (ReadArtifactRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadArtifactRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadArtifactRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadArtifactRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadArtifactRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadArtifactRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadArtifactResponse added in v0.0.6

type ReadArtifactResponse struct {
	Result               *Artifact `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ReadArtifactResponse) AtlasValidateJSON added in v0.0.6

func (_ *ReadArtifactResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadArtifactResponse.

func (*ReadArtifactResponse) Descriptor added in v0.0.6

func (*ReadArtifactResponse) Descriptor() ([]byte, []int)

func (*ReadArtifactResponse) GetResult added in v0.0.6

func (m *ReadArtifactResponse) GetResult() *Artifact

func (*ReadArtifactResponse) ProtoMessage added in v0.0.6

func (*ReadArtifactResponse) ProtoMessage()

func (*ReadArtifactResponse) Reset added in v0.0.6

func (m *ReadArtifactResponse) Reset()

func (*ReadArtifactResponse) String added in v0.0.6

func (m *ReadArtifactResponse) String() string

func (*ReadArtifactResponse) Validate added in v0.0.6

func (m *ReadArtifactResponse) Validate() error

Validate checks the field values on ReadArtifactResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadArtifactResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadArtifactResponse) XXX_DiscardUnknown()

func (*ReadArtifactResponse) XXX_Marshal added in v0.0.8

func (m *ReadArtifactResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadArtifactResponse) XXX_Merge added in v0.0.8

func (m *ReadArtifactResponse) XXX_Merge(src proto.Message)

func (*ReadArtifactResponse) XXX_Size added in v0.0.8

func (m *ReadArtifactResponse) XXX_Size() int

func (*ReadArtifactResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadArtifactResponse) XXX_Unmarshal(b []byte) error

type ReadArtifactResponseValidationError added in v0.0.6

type ReadArtifactResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadArtifactResponseValidationError is the validation error returned by ReadArtifactResponse.Validate if the designated constraints aren't met.

func (ReadArtifactResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadArtifactResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadArtifactResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadArtifactResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadArtifactResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadArtifactResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadChartVersionRequest added in v0.0.8

type ReadChartVersionRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadChartVersionRequest) AtlasValidateJSON added in v0.0.8

func (_ *ReadChartVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadChartVersionRequest.

func (*ReadChartVersionRequest) Descriptor added in v0.0.8

func (*ReadChartVersionRequest) Descriptor() ([]byte, []int)

func (*ReadChartVersionRequest) GetFields added in v0.0.8

func (*ReadChartVersionRequest) GetId added in v0.0.8

func (*ReadChartVersionRequest) ProtoMessage added in v0.0.8

func (*ReadChartVersionRequest) ProtoMessage()

func (*ReadChartVersionRequest) Reset added in v0.0.8

func (m *ReadChartVersionRequest) Reset()

func (*ReadChartVersionRequest) String added in v0.0.8

func (m *ReadChartVersionRequest) String() string

func (*ReadChartVersionRequest) Validate added in v0.0.8

func (m *ReadChartVersionRequest) Validate() error

Validate checks the field values on ReadChartVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadChartVersionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadChartVersionRequest) XXX_DiscardUnknown()

func (*ReadChartVersionRequest) XXX_Marshal added in v0.0.8

func (m *ReadChartVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadChartVersionRequest) XXX_Merge added in v0.0.8

func (m *ReadChartVersionRequest) XXX_Merge(src proto.Message)

func (*ReadChartVersionRequest) XXX_Size added in v0.0.8

func (m *ReadChartVersionRequest) XXX_Size() int

func (*ReadChartVersionRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadChartVersionRequest) XXX_Unmarshal(b []byte) error

type ReadChartVersionRequestValidationError added in v0.0.8

type ReadChartVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadChartVersionRequestValidationError is the validation error returned by ReadChartVersionRequest.Validate if the designated constraints aren't met.

func (ReadChartVersionRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ReadChartVersionRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ReadChartVersionRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ReadChartVersionRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (ReadChartVersionRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (ReadChartVersionRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ReadChartVersionResponse added in v0.0.8

type ReadChartVersionResponse struct {
	Result               *ChartVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ReadChartVersionResponse) AtlasValidateJSON added in v0.0.8

func (_ *ReadChartVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadChartVersionResponse.

func (*ReadChartVersionResponse) Descriptor added in v0.0.8

func (*ReadChartVersionResponse) Descriptor() ([]byte, []int)

func (*ReadChartVersionResponse) GetResult added in v0.0.8

func (m *ReadChartVersionResponse) GetResult() *ChartVersion

func (*ReadChartVersionResponse) ProtoMessage added in v0.0.8

func (*ReadChartVersionResponse) ProtoMessage()

func (*ReadChartVersionResponse) Reset added in v0.0.8

func (m *ReadChartVersionResponse) Reset()

func (*ReadChartVersionResponse) String added in v0.0.8

func (m *ReadChartVersionResponse) String() string

func (*ReadChartVersionResponse) Validate added in v0.0.8

func (m *ReadChartVersionResponse) Validate() error

Validate checks the field values on ReadChartVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadChartVersionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadChartVersionResponse) XXX_DiscardUnknown()

func (*ReadChartVersionResponse) XXX_Marshal added in v0.0.8

func (m *ReadChartVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadChartVersionResponse) XXX_Merge added in v0.0.8

func (m *ReadChartVersionResponse) XXX_Merge(src proto.Message)

func (*ReadChartVersionResponse) XXX_Size added in v0.0.8

func (m *ReadChartVersionResponse) XXX_Size() int

func (*ReadChartVersionResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadChartVersionResponse) XXX_Unmarshal(b []byte) error

type ReadChartVersionResponseValidationError added in v0.0.8

type ReadChartVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadChartVersionResponseValidationError is the validation error returned by ReadChartVersionResponse.Validate if the designated constraints aren't met.

func (ReadChartVersionResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ReadChartVersionResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ReadChartVersionResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ReadChartVersionResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (ReadChartVersionResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (ReadChartVersionResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ReadCloudProviderRequest added in v0.0.8

type ReadCloudProviderRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadCloudProviderRequest) AtlasValidateJSON added in v0.0.8

func (_ *ReadCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadCloudProviderRequest.

func (*ReadCloudProviderRequest) Descriptor added in v0.0.8

func (*ReadCloudProviderRequest) Descriptor() ([]byte, []int)

func (*ReadCloudProviderRequest) GetFields added in v0.0.8

func (*ReadCloudProviderRequest) GetId added in v0.0.8

func (*ReadCloudProviderRequest) ProtoMessage added in v0.0.8

func (*ReadCloudProviderRequest) ProtoMessage()

func (*ReadCloudProviderRequest) Reset added in v0.0.8

func (m *ReadCloudProviderRequest) Reset()

func (*ReadCloudProviderRequest) String added in v0.0.8

func (m *ReadCloudProviderRequest) String() string

func (*ReadCloudProviderRequest) Validate added in v0.0.8

func (m *ReadCloudProviderRequest) Validate() error

Validate checks the field values on ReadCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadCloudProviderRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadCloudProviderRequest) XXX_DiscardUnknown()

func (*ReadCloudProviderRequest) XXX_Marshal added in v0.0.8

func (m *ReadCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadCloudProviderRequest) XXX_Merge added in v0.0.8

func (m *ReadCloudProviderRequest) XXX_Merge(src proto.Message)

func (*ReadCloudProviderRequest) XXX_Size added in v0.0.8

func (m *ReadCloudProviderRequest) XXX_Size() int

func (*ReadCloudProviderRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadCloudProviderRequest) XXX_Unmarshal(b []byte) error

type ReadCloudProviderRequestValidationError added in v0.0.8

type ReadCloudProviderRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadCloudProviderRequestValidationError is the validation error returned by ReadCloudProviderRequest.Validate if the designated constraints aren't met.

func (ReadCloudProviderRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ReadCloudProviderRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ReadCloudProviderRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ReadCloudProviderRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (ReadCloudProviderRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (ReadCloudProviderRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ReadCloudProviderResponse added in v0.0.8

type ReadCloudProviderResponse struct {
	Result               *CloudProvider `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ReadCloudProviderResponse) AtlasValidateJSON added in v0.0.8

func (_ *ReadCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadCloudProviderResponse.

func (*ReadCloudProviderResponse) Descriptor added in v0.0.8

func (*ReadCloudProviderResponse) Descriptor() ([]byte, []int)

func (*ReadCloudProviderResponse) GetResult added in v0.0.8

func (m *ReadCloudProviderResponse) GetResult() *CloudProvider

func (*ReadCloudProviderResponse) ProtoMessage added in v0.0.8

func (*ReadCloudProviderResponse) ProtoMessage()

func (*ReadCloudProviderResponse) Reset added in v0.0.8

func (m *ReadCloudProviderResponse) Reset()

func (*ReadCloudProviderResponse) String added in v0.0.8

func (m *ReadCloudProviderResponse) String() string

func (*ReadCloudProviderResponse) Validate added in v0.0.8

func (m *ReadCloudProviderResponse) Validate() error

Validate checks the field values on ReadCloudProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadCloudProviderResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadCloudProviderResponse) XXX_DiscardUnknown()

func (*ReadCloudProviderResponse) XXX_Marshal added in v0.0.8

func (m *ReadCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadCloudProviderResponse) XXX_Merge added in v0.0.8

func (m *ReadCloudProviderResponse) XXX_Merge(src proto.Message)

func (*ReadCloudProviderResponse) XXX_Size added in v0.0.8

func (m *ReadCloudProviderResponse) XXX_Size() int

func (*ReadCloudProviderResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadCloudProviderResponse) XXX_Unmarshal(b []byte) error

type ReadCloudProviderResponseValidationError added in v0.0.8

type ReadCloudProviderResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadCloudProviderResponseValidationError is the validation error returned by ReadCloudProviderResponse.Validate if the designated constraints aren't met.

func (ReadCloudProviderResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (ReadCloudProviderResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (ReadCloudProviderResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (ReadCloudProviderResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (ReadCloudProviderResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (ReadCloudProviderResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ReadDeploymentRequest added in v0.0.6

type ReadDeploymentRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadDeploymentRequest) AtlasValidateJSON added in v0.0.6

func (_ *ReadDeploymentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadDeploymentRequest.

func (*ReadDeploymentRequest) Descriptor added in v0.0.6

func (*ReadDeploymentRequest) Descriptor() ([]byte, []int)

func (*ReadDeploymentRequest) GetFields added in v0.0.6

func (m *ReadDeploymentRequest) GetFields() *query.FieldSelection

func (*ReadDeploymentRequest) GetId added in v0.0.6

func (*ReadDeploymentRequest) ProtoMessage added in v0.0.6

func (*ReadDeploymentRequest) ProtoMessage()

func (*ReadDeploymentRequest) Reset added in v0.0.6

func (m *ReadDeploymentRequest) Reset()

func (*ReadDeploymentRequest) String added in v0.0.6

func (m *ReadDeploymentRequest) String() string

func (*ReadDeploymentRequest) Validate added in v0.0.6

func (m *ReadDeploymentRequest) Validate() error

Validate checks the field values on ReadDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadDeploymentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadDeploymentRequest) XXX_DiscardUnknown()

func (*ReadDeploymentRequest) XXX_Marshal added in v0.0.8

func (m *ReadDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadDeploymentRequest) XXX_Merge added in v0.0.8

func (m *ReadDeploymentRequest) XXX_Merge(src proto.Message)

func (*ReadDeploymentRequest) XXX_Size added in v0.0.8

func (m *ReadDeploymentRequest) XXX_Size() int

func (*ReadDeploymentRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadDeploymentRequest) XXX_Unmarshal(b []byte) error

type ReadDeploymentRequestValidationError added in v0.0.6

type ReadDeploymentRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadDeploymentRequestValidationError is the validation error returned by ReadDeploymentRequest.Validate if the designated constraints aren't met.

func (ReadDeploymentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadDeploymentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadDeploymentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadDeploymentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadDeploymentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadDeploymentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadDeploymentResponse added in v0.0.6

type ReadDeploymentResponse struct {
	Result               *Deployment `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ReadDeploymentResponse) AtlasValidateJSON added in v0.0.6

func (_ *ReadDeploymentResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadDeploymentResponse.

func (*ReadDeploymentResponse) Descriptor added in v0.0.6

func (*ReadDeploymentResponse) Descriptor() ([]byte, []int)

func (*ReadDeploymentResponse) GetResult added in v0.0.6

func (m *ReadDeploymentResponse) GetResult() *Deployment

func (*ReadDeploymentResponse) ProtoMessage added in v0.0.6

func (*ReadDeploymentResponse) ProtoMessage()

func (*ReadDeploymentResponse) Reset added in v0.0.6

func (m *ReadDeploymentResponse) Reset()

func (*ReadDeploymentResponse) String added in v0.0.6

func (m *ReadDeploymentResponse) String() string

func (*ReadDeploymentResponse) Validate added in v0.0.6

func (m *ReadDeploymentResponse) Validate() error

Validate checks the field values on ReadDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadDeploymentResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadDeploymentResponse) XXX_DiscardUnknown()

func (*ReadDeploymentResponse) XXX_Marshal added in v0.0.8

func (m *ReadDeploymentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadDeploymentResponse) XXX_Merge added in v0.0.8

func (m *ReadDeploymentResponse) XXX_Merge(src proto.Message)

func (*ReadDeploymentResponse) XXX_Size added in v0.0.8

func (m *ReadDeploymentResponse) XXX_Size() int

func (*ReadDeploymentResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadDeploymentResponse) XXX_Unmarshal(b []byte) error

type ReadDeploymentResponseValidationError added in v0.0.6

type ReadDeploymentResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadDeploymentResponseValidationError is the validation error returned by ReadDeploymentResponse.Validate if the designated constraints aren't met.

func (ReadDeploymentResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadDeploymentResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadDeploymentResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadDeploymentResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadDeploymentResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadDeploymentResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadEnvironmentRequest added in v0.0.6

type ReadEnvironmentRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadEnvironmentRequest) AtlasValidateJSON added in v0.0.6

func (_ *ReadEnvironmentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadEnvironmentRequest.

func (*ReadEnvironmentRequest) Descriptor added in v0.0.6

func (*ReadEnvironmentRequest) Descriptor() ([]byte, []int)

func (*ReadEnvironmentRequest) GetFields added in v0.0.6

func (*ReadEnvironmentRequest) GetId added in v0.0.6

func (*ReadEnvironmentRequest) ProtoMessage added in v0.0.6

func (*ReadEnvironmentRequest) ProtoMessage()

func (*ReadEnvironmentRequest) Reset added in v0.0.6

func (m *ReadEnvironmentRequest) Reset()

func (*ReadEnvironmentRequest) String added in v0.0.6

func (m *ReadEnvironmentRequest) String() string

func (*ReadEnvironmentRequest) Validate added in v0.0.6

func (m *ReadEnvironmentRequest) Validate() error

Validate checks the field values on ReadEnvironmentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadEnvironmentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadEnvironmentRequest) XXX_DiscardUnknown()

func (*ReadEnvironmentRequest) XXX_Marshal added in v0.0.8

func (m *ReadEnvironmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadEnvironmentRequest) XXX_Merge added in v0.0.8

func (m *ReadEnvironmentRequest) XXX_Merge(src proto.Message)

func (*ReadEnvironmentRequest) XXX_Size added in v0.0.8

func (m *ReadEnvironmentRequest) XXX_Size() int

func (*ReadEnvironmentRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadEnvironmentRequest) XXX_Unmarshal(b []byte) error

type ReadEnvironmentRequestValidationError added in v0.0.6

type ReadEnvironmentRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadEnvironmentRequestValidationError is the validation error returned by ReadEnvironmentRequest.Validate if the designated constraints aren't met.

func (ReadEnvironmentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadEnvironmentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadEnvironmentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadEnvironmentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadEnvironmentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadEnvironmentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadEnvironmentResponse added in v0.0.6

type ReadEnvironmentResponse struct {
	Result               *Environment `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ReadEnvironmentResponse) AtlasValidateJSON added in v0.0.6

func (_ *ReadEnvironmentResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadEnvironmentResponse.

func (*ReadEnvironmentResponse) Descriptor added in v0.0.6

func (*ReadEnvironmentResponse) Descriptor() ([]byte, []int)

func (*ReadEnvironmentResponse) GetResult added in v0.0.6

func (m *ReadEnvironmentResponse) GetResult() *Environment

func (*ReadEnvironmentResponse) ProtoMessage added in v0.0.6

func (*ReadEnvironmentResponse) ProtoMessage()

func (*ReadEnvironmentResponse) Reset added in v0.0.6

func (m *ReadEnvironmentResponse) Reset()

func (*ReadEnvironmentResponse) String added in v0.0.6

func (m *ReadEnvironmentResponse) String() string

func (*ReadEnvironmentResponse) Validate added in v0.0.6

func (m *ReadEnvironmentResponse) Validate() error

Validate checks the field values on ReadEnvironmentResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadEnvironmentResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadEnvironmentResponse) XXX_DiscardUnknown()

func (*ReadEnvironmentResponse) XXX_Marshal added in v0.0.8

func (m *ReadEnvironmentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadEnvironmentResponse) XXX_Merge added in v0.0.8

func (m *ReadEnvironmentResponse) XXX_Merge(src proto.Message)

func (*ReadEnvironmentResponse) XXX_Size added in v0.0.8

func (m *ReadEnvironmentResponse) XXX_Size() int

func (*ReadEnvironmentResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadEnvironmentResponse) XXX_Unmarshal(b []byte) error

type ReadEnvironmentResponseValidationError added in v0.0.6

type ReadEnvironmentResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadEnvironmentResponseValidationError is the validation error returned by ReadEnvironmentResponse.Validate if the designated constraints aren't met.

func (ReadEnvironmentResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadEnvironmentResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadEnvironmentResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadEnvironmentResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadEnvironmentResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadEnvironmentResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadKubeClusterRequest added in v0.0.6

type ReadKubeClusterRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadKubeClusterRequest) AtlasValidateJSON added in v0.0.6

func (_ *ReadKubeClusterRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadKubeClusterRequest.

func (*ReadKubeClusterRequest) Descriptor added in v0.0.6

func (*ReadKubeClusterRequest) Descriptor() ([]byte, []int)

func (*ReadKubeClusterRequest) GetFields added in v0.0.6

func (*ReadKubeClusterRequest) GetId added in v0.0.6

func (*ReadKubeClusterRequest) ProtoMessage added in v0.0.6

func (*ReadKubeClusterRequest) ProtoMessage()

func (*ReadKubeClusterRequest) Reset added in v0.0.6

func (m *ReadKubeClusterRequest) Reset()

func (*ReadKubeClusterRequest) String added in v0.0.6

func (m *ReadKubeClusterRequest) String() string

func (*ReadKubeClusterRequest) Validate added in v0.0.6

func (m *ReadKubeClusterRequest) Validate() error

Validate checks the field values on ReadKubeClusterRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadKubeClusterRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadKubeClusterRequest) XXX_DiscardUnknown()

func (*ReadKubeClusterRequest) XXX_Marshal added in v0.0.8

func (m *ReadKubeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadKubeClusterRequest) XXX_Merge added in v0.0.8

func (m *ReadKubeClusterRequest) XXX_Merge(src proto.Message)

func (*ReadKubeClusterRequest) XXX_Size added in v0.0.8

func (m *ReadKubeClusterRequest) XXX_Size() int

func (*ReadKubeClusterRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadKubeClusterRequest) XXX_Unmarshal(b []byte) error

type ReadKubeClusterRequestValidationError added in v0.0.6

type ReadKubeClusterRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadKubeClusterRequestValidationError is the validation error returned by ReadKubeClusterRequest.Validate if the designated constraints aren't met.

func (ReadKubeClusterRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadKubeClusterRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadKubeClusterRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadKubeClusterRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadKubeClusterRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadKubeClusterRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadKubeClusterResponse added in v0.0.6

type ReadKubeClusterResponse struct {
	Result               *KubeCluster `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ReadKubeClusterResponse) AtlasValidateJSON added in v0.0.6

func (_ *ReadKubeClusterResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadKubeClusterResponse.

func (*ReadKubeClusterResponse) Descriptor added in v0.0.6

func (*ReadKubeClusterResponse) Descriptor() ([]byte, []int)

func (*ReadKubeClusterResponse) GetResult added in v0.0.6

func (m *ReadKubeClusterResponse) GetResult() *KubeCluster

func (*ReadKubeClusterResponse) ProtoMessage added in v0.0.6

func (*ReadKubeClusterResponse) ProtoMessage()

func (*ReadKubeClusterResponse) Reset added in v0.0.6

func (m *ReadKubeClusterResponse) Reset()

func (*ReadKubeClusterResponse) String added in v0.0.6

func (m *ReadKubeClusterResponse) String() string

func (*ReadKubeClusterResponse) Validate added in v0.0.6

func (m *ReadKubeClusterResponse) Validate() error

Validate checks the field values on ReadKubeClusterResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadKubeClusterResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadKubeClusterResponse) XXX_DiscardUnknown()

func (*ReadKubeClusterResponse) XXX_Marshal added in v0.0.8

func (m *ReadKubeClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadKubeClusterResponse) XXX_Merge added in v0.0.8

func (m *ReadKubeClusterResponse) XXX_Merge(src proto.Message)

func (*ReadKubeClusterResponse) XXX_Size added in v0.0.8

func (m *ReadKubeClusterResponse) XXX_Size() int

func (*ReadKubeClusterResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadKubeClusterResponse) XXX_Unmarshal(b []byte) error

type ReadKubeClusterResponseValidationError added in v0.0.6

type ReadKubeClusterResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadKubeClusterResponseValidationError is the validation error returned by ReadKubeClusterResponse.Validate if the designated constraints aren't met.

func (ReadKubeClusterResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (ReadKubeClusterResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (ReadKubeClusterResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (ReadKubeClusterResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (ReadKubeClusterResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (ReadKubeClusterResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type ReadLifecycleRequest added in v0.0.15

type ReadLifecycleRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadLifecycleRequest) AtlasValidateJSON added in v0.0.15

func (_ *ReadLifecycleRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadLifecycleRequest.

func (*ReadLifecycleRequest) Descriptor added in v0.0.15

func (*ReadLifecycleRequest) Descriptor() ([]byte, []int)

func (*ReadLifecycleRequest) GetFields added in v0.0.15

func (m *ReadLifecycleRequest) GetFields() *query.FieldSelection

func (*ReadLifecycleRequest) GetId added in v0.0.15

func (*ReadLifecycleRequest) ProtoMessage added in v0.0.15

func (*ReadLifecycleRequest) ProtoMessage()

func (*ReadLifecycleRequest) Reset added in v0.0.15

func (m *ReadLifecycleRequest) Reset()

func (*ReadLifecycleRequest) String added in v0.0.15

func (m *ReadLifecycleRequest) String() string

func (*ReadLifecycleRequest) Validate added in v0.0.15

func (m *ReadLifecycleRequest) Validate() error

Validate checks the field values on ReadLifecycleRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadLifecycleRequest) XXX_DiscardUnknown added in v0.0.15

func (m *ReadLifecycleRequest) XXX_DiscardUnknown()

func (*ReadLifecycleRequest) XXX_Marshal added in v0.0.15

func (m *ReadLifecycleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadLifecycleRequest) XXX_Merge added in v0.0.15

func (m *ReadLifecycleRequest) XXX_Merge(src proto.Message)

func (*ReadLifecycleRequest) XXX_Size added in v0.0.15

func (m *ReadLifecycleRequest) XXX_Size() int

func (*ReadLifecycleRequest) XXX_Unmarshal added in v0.0.15

func (m *ReadLifecycleRequest) XXX_Unmarshal(b []byte) error

type ReadLifecycleRequestValidationError added in v0.0.15

type ReadLifecycleRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadLifecycleRequestValidationError is the validation error returned by ReadLifecycleRequest.Validate if the designated constraints aren't met.

func (ReadLifecycleRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ReadLifecycleRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ReadLifecycleRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ReadLifecycleRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (ReadLifecycleRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (ReadLifecycleRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ReadLifecycleResponse added in v0.0.15

type ReadLifecycleResponse struct {
	Result               *Lifecycle `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ReadLifecycleResponse) AtlasValidateJSON added in v0.0.15

func (_ *ReadLifecycleResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadLifecycleResponse.

func (*ReadLifecycleResponse) Descriptor added in v0.0.15

func (*ReadLifecycleResponse) Descriptor() ([]byte, []int)

func (*ReadLifecycleResponse) GetResult added in v0.0.15

func (m *ReadLifecycleResponse) GetResult() *Lifecycle

func (*ReadLifecycleResponse) ProtoMessage added in v0.0.15

func (*ReadLifecycleResponse) ProtoMessage()

func (*ReadLifecycleResponse) Reset added in v0.0.15

func (m *ReadLifecycleResponse) Reset()

func (*ReadLifecycleResponse) String added in v0.0.15

func (m *ReadLifecycleResponse) String() string

func (*ReadLifecycleResponse) Validate added in v0.0.15

func (m *ReadLifecycleResponse) Validate() error

Validate checks the field values on ReadLifecycleResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadLifecycleResponse) XXX_DiscardUnknown added in v0.0.15

func (m *ReadLifecycleResponse) XXX_DiscardUnknown()

func (*ReadLifecycleResponse) XXX_Marshal added in v0.0.15

func (m *ReadLifecycleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadLifecycleResponse) XXX_Merge added in v0.0.15

func (m *ReadLifecycleResponse) XXX_Merge(src proto.Message)

func (*ReadLifecycleResponse) XXX_Size added in v0.0.15

func (m *ReadLifecycleResponse) XXX_Size() int

func (*ReadLifecycleResponse) XXX_Unmarshal added in v0.0.15

func (m *ReadLifecycleResponse) XXX_Unmarshal(b []byte) error

type ReadLifecycleResponseValidationError added in v0.0.15

type ReadLifecycleResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadLifecycleResponseValidationError is the validation error returned by ReadLifecycleResponse.Validate if the designated constraints aren't met.

func (ReadLifecycleResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (ReadLifecycleResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (ReadLifecycleResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (ReadLifecycleResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (ReadLifecycleResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (ReadLifecycleResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type ReadNetworkRequest added in v0.0.27

type ReadNetworkRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadNetworkRequest) AtlasValidateJSON added in v0.0.27

func (_ *ReadNetworkRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadNetworkRequest.

func (*ReadNetworkRequest) Descriptor added in v0.0.27

func (*ReadNetworkRequest) Descriptor() ([]byte, []int)

func (*ReadNetworkRequest) GetFields added in v0.0.27

func (m *ReadNetworkRequest) GetFields() *query.FieldSelection

func (*ReadNetworkRequest) GetId added in v0.0.27

func (*ReadNetworkRequest) ProtoMessage added in v0.0.27

func (*ReadNetworkRequest) ProtoMessage()

func (*ReadNetworkRequest) Reset added in v0.0.27

func (m *ReadNetworkRequest) Reset()

func (*ReadNetworkRequest) String added in v0.0.27

func (m *ReadNetworkRequest) String() string

func (*ReadNetworkRequest) Validate added in v0.0.27

func (m *ReadNetworkRequest) Validate() error

Validate checks the field values on ReadNetworkRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadNetworkRequest) XXX_DiscardUnknown added in v0.0.27

func (m *ReadNetworkRequest) XXX_DiscardUnknown()

func (*ReadNetworkRequest) XXX_Marshal added in v0.0.27

func (m *ReadNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadNetworkRequest) XXX_Merge added in v0.0.27

func (m *ReadNetworkRequest) XXX_Merge(src proto.Message)

func (*ReadNetworkRequest) XXX_Size added in v0.0.27

func (m *ReadNetworkRequest) XXX_Size() int

func (*ReadNetworkRequest) XXX_Unmarshal added in v0.0.27

func (m *ReadNetworkRequest) XXX_Unmarshal(b []byte) error

type ReadNetworkRequestValidationError added in v0.0.27

type ReadNetworkRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadNetworkRequestValidationError is the validation error returned by ReadNetworkRequest.Validate if the designated constraints aren't met.

func (ReadNetworkRequestValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (ReadNetworkRequestValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (ReadNetworkRequestValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (ReadNetworkRequestValidationError) Field added in v0.0.27

Field function returns field value.

func (ReadNetworkRequestValidationError) Key added in v0.0.27

Key function returns key value.

func (ReadNetworkRequestValidationError) Reason added in v0.0.27

Reason function returns reason value.

type ReadNetworkResponse added in v0.0.27

type ReadNetworkResponse struct {
	Result               *Network `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadNetworkResponse) AtlasValidateJSON added in v0.0.27

func (_ *ReadNetworkResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadNetworkResponse.

func (*ReadNetworkResponse) Descriptor added in v0.0.27

func (*ReadNetworkResponse) Descriptor() ([]byte, []int)

func (*ReadNetworkResponse) GetResult added in v0.0.27

func (m *ReadNetworkResponse) GetResult() *Network

func (*ReadNetworkResponse) ProtoMessage added in v0.0.27

func (*ReadNetworkResponse) ProtoMessage()

func (*ReadNetworkResponse) Reset added in v0.0.27

func (m *ReadNetworkResponse) Reset()

func (*ReadNetworkResponse) String added in v0.0.27

func (m *ReadNetworkResponse) String() string

func (*ReadNetworkResponse) Validate added in v0.0.27

func (m *ReadNetworkResponse) Validate() error

Validate checks the field values on ReadNetworkResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadNetworkResponse) XXX_DiscardUnknown added in v0.0.27

func (m *ReadNetworkResponse) XXX_DiscardUnknown()

func (*ReadNetworkResponse) XXX_Marshal added in v0.0.27

func (m *ReadNetworkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadNetworkResponse) XXX_Merge added in v0.0.27

func (m *ReadNetworkResponse) XXX_Merge(src proto.Message)

func (*ReadNetworkResponse) XXX_Size added in v0.0.27

func (m *ReadNetworkResponse) XXX_Size() int

func (*ReadNetworkResponse) XXX_Unmarshal added in v0.0.27

func (m *ReadNetworkResponse) XXX_Unmarshal(b []byte) error

type ReadNetworkResponseValidationError added in v0.0.27

type ReadNetworkResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadNetworkResponseValidationError is the validation error returned by ReadNetworkResponse.Validate if the designated constraints aren't met.

func (ReadNetworkResponseValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (ReadNetworkResponseValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (ReadNetworkResponseValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (ReadNetworkResponseValidationError) Field added in v0.0.27

Field function returns field value.

func (ReadNetworkResponseValidationError) Key added in v0.0.27

Key function returns key value.

func (ReadNetworkResponseValidationError) Reason added in v0.0.27

Reason function returns reason value.

type ReadRegionRequest

type ReadRegionRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadRegionRequest) AtlasValidateJSON

func (_ *ReadRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadRegionRequest.

func (*ReadRegionRequest) Descriptor

func (*ReadRegionRequest) Descriptor() ([]byte, []int)

func (*ReadRegionRequest) GetFields

func (m *ReadRegionRequest) GetFields() *query.FieldSelection

func (*ReadRegionRequest) GetId

func (*ReadRegionRequest) ProtoMessage

func (*ReadRegionRequest) ProtoMessage()

func (*ReadRegionRequest) Reset

func (m *ReadRegionRequest) Reset()

func (*ReadRegionRequest) String

func (m *ReadRegionRequest) String() string

func (*ReadRegionRequest) Validate

func (m *ReadRegionRequest) Validate() error

Validate checks the field values on ReadRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadRegionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadRegionRequest) XXX_DiscardUnknown()

func (*ReadRegionRequest) XXX_Marshal added in v0.0.8

func (m *ReadRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadRegionRequest) XXX_Merge added in v0.0.8

func (m *ReadRegionRequest) XXX_Merge(src proto.Message)

func (*ReadRegionRequest) XXX_Size added in v0.0.8

func (m *ReadRegionRequest) XXX_Size() int

func (*ReadRegionRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadRegionRequest) XXX_Unmarshal(b []byte) error

type ReadRegionRequestValidationError

type ReadRegionRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadRegionRequestValidationError is the validation error returned by ReadRegionRequest.Validate if the designated constraints aren't met.

func (ReadRegionRequestValidationError) Cause

Cause function returns cause value.

func (ReadRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadRegionRequestValidationError) Field

Field function returns field value.

func (ReadRegionRequestValidationError) Key

Key function returns key value.

func (ReadRegionRequestValidationError) Reason

Reason function returns reason value.

type ReadRegionResponse

type ReadRegionResponse struct {
	Result               *Region  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadRegionResponse) AtlasValidateJSON

func (_ *ReadRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadRegionResponse.

func (*ReadRegionResponse) Descriptor

func (*ReadRegionResponse) Descriptor() ([]byte, []int)

func (*ReadRegionResponse) GetResult

func (m *ReadRegionResponse) GetResult() *Region

func (*ReadRegionResponse) ProtoMessage

func (*ReadRegionResponse) ProtoMessage()

func (*ReadRegionResponse) Reset

func (m *ReadRegionResponse) Reset()

func (*ReadRegionResponse) String

func (m *ReadRegionResponse) String() string

func (*ReadRegionResponse) Validate

func (m *ReadRegionResponse) Validate() error

Validate checks the field values on ReadRegionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadRegionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadRegionResponse) XXX_DiscardUnknown()

func (*ReadRegionResponse) XXX_Marshal added in v0.0.8

func (m *ReadRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadRegionResponse) XXX_Merge added in v0.0.8

func (m *ReadRegionResponse) XXX_Merge(src proto.Message)

func (*ReadRegionResponse) XXX_Size added in v0.0.8

func (m *ReadRegionResponse) XXX_Size() int

func (*ReadRegionResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadRegionResponse) XXX_Unmarshal(b []byte) error

type ReadRegionResponseValidationError

type ReadRegionResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadRegionResponseValidationError is the validation error returned by ReadRegionResponse.Validate if the designated constraints aren't met.

func (ReadRegionResponseValidationError) Cause

Cause function returns cause value.

func (ReadRegionResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadRegionResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadRegionResponseValidationError) Field

Field function returns field value.

func (ReadRegionResponseValidationError) Key

Key function returns key value.

func (ReadRegionResponseValidationError) Reason

Reason function returns reason value.

type ReadSecretRequest added in v0.0.5

type ReadSecretRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadSecretRequest) AtlasValidateJSON added in v0.0.5

func (_ *ReadSecretRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadSecretRequest.

func (*ReadSecretRequest) Descriptor added in v0.0.5

func (*ReadSecretRequest) Descriptor() ([]byte, []int)

func (*ReadSecretRequest) GetFields added in v0.0.5

func (m *ReadSecretRequest) GetFields() *query.FieldSelection

func (*ReadSecretRequest) GetId added in v0.0.5

func (*ReadSecretRequest) ProtoMessage added in v0.0.5

func (*ReadSecretRequest) ProtoMessage()

func (*ReadSecretRequest) Reset added in v0.0.5

func (m *ReadSecretRequest) Reset()

func (*ReadSecretRequest) String added in v0.0.5

func (m *ReadSecretRequest) String() string

func (*ReadSecretRequest) Validate added in v0.0.5

func (m *ReadSecretRequest) Validate() error

Validate checks the field values on ReadSecretRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadSecretRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadSecretRequest) XXX_DiscardUnknown()

func (*ReadSecretRequest) XXX_Marshal added in v0.0.8

func (m *ReadSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadSecretRequest) XXX_Merge added in v0.0.8

func (m *ReadSecretRequest) XXX_Merge(src proto.Message)

func (*ReadSecretRequest) XXX_Size added in v0.0.8

func (m *ReadSecretRequest) XXX_Size() int

func (*ReadSecretRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadSecretRequest) XXX_Unmarshal(b []byte) error

type ReadSecretRequestValidationError added in v0.0.5

type ReadSecretRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadSecretRequestValidationError is the validation error returned by ReadSecretRequest.Validate if the designated constraints aren't met.

func (ReadSecretRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (ReadSecretRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (ReadSecretRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (ReadSecretRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (ReadSecretRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (ReadSecretRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type ReadSecretResponse added in v0.0.5

type ReadSecretResponse struct {
	Result               *Secret  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadSecretResponse) AtlasValidateJSON added in v0.0.5

func (_ *ReadSecretResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadSecretResponse.

func (*ReadSecretResponse) Descriptor added in v0.0.5

func (*ReadSecretResponse) Descriptor() ([]byte, []int)

func (*ReadSecretResponse) GetResult added in v0.0.5

func (m *ReadSecretResponse) GetResult() *Secret

func (*ReadSecretResponse) ProtoMessage added in v0.0.5

func (*ReadSecretResponse) ProtoMessage()

func (*ReadSecretResponse) Reset added in v0.0.5

func (m *ReadSecretResponse) Reset()

func (*ReadSecretResponse) String added in v0.0.5

func (m *ReadSecretResponse) String() string

func (*ReadSecretResponse) Validate added in v0.0.5

func (m *ReadSecretResponse) Validate() error

Validate checks the field values on ReadSecretResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadSecretResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadSecretResponse) XXX_DiscardUnknown()

func (*ReadSecretResponse) XXX_Marshal added in v0.0.8

func (m *ReadSecretResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadSecretResponse) XXX_Merge added in v0.0.8

func (m *ReadSecretResponse) XXX_Merge(src proto.Message)

func (*ReadSecretResponse) XXX_Size added in v0.0.8

func (m *ReadSecretResponse) XXX_Size() int

func (*ReadSecretResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadSecretResponse) XXX_Unmarshal(b []byte) error

type ReadSecretResponseValidationError added in v0.0.5

type ReadSecretResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadSecretResponseValidationError is the validation error returned by ReadSecretResponse.Validate if the designated constraints aren't met.

func (ReadSecretResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (ReadSecretResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (ReadSecretResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (ReadSecretResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (ReadSecretResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (ReadSecretResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type ReadVaultRequest added in v0.0.5

type ReadVaultRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadVaultRequest) AtlasValidateJSON added in v0.0.5

func (_ *ReadVaultRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadVaultRequest.

func (*ReadVaultRequest) Descriptor added in v0.0.5

func (*ReadVaultRequest) Descriptor() ([]byte, []int)

func (*ReadVaultRequest) GetFields added in v0.0.5

func (m *ReadVaultRequest) GetFields() *query.FieldSelection

func (*ReadVaultRequest) GetId added in v0.0.5

func (m *ReadVaultRequest) GetId() *resource.Identifier

func (*ReadVaultRequest) ProtoMessage added in v0.0.5

func (*ReadVaultRequest) ProtoMessage()

func (*ReadVaultRequest) Reset added in v0.0.5

func (m *ReadVaultRequest) Reset()

func (*ReadVaultRequest) String added in v0.0.5

func (m *ReadVaultRequest) String() string

func (*ReadVaultRequest) Validate added in v0.0.5

func (m *ReadVaultRequest) Validate() error

Validate checks the field values on ReadVaultRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadVaultRequest) XXX_DiscardUnknown added in v0.0.8

func (m *ReadVaultRequest) XXX_DiscardUnknown()

func (*ReadVaultRequest) XXX_Marshal added in v0.0.8

func (m *ReadVaultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadVaultRequest) XXX_Merge added in v0.0.8

func (m *ReadVaultRequest) XXX_Merge(src proto.Message)

func (*ReadVaultRequest) XXX_Size added in v0.0.8

func (m *ReadVaultRequest) XXX_Size() int

func (*ReadVaultRequest) XXX_Unmarshal added in v0.0.8

func (m *ReadVaultRequest) XXX_Unmarshal(b []byte) error

type ReadVaultRequestValidationError added in v0.0.5

type ReadVaultRequestValidationError struct {
	// contains filtered or unexported fields
}

ReadVaultRequestValidationError is the validation error returned by ReadVaultRequest.Validate if the designated constraints aren't met.

func (ReadVaultRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (ReadVaultRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (ReadVaultRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (ReadVaultRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (ReadVaultRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (ReadVaultRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type ReadVaultResponse added in v0.0.5

type ReadVaultResponse struct {
	Result               *Vault   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadVaultResponse) AtlasValidateJSON added in v0.0.5

func (_ *ReadVaultResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadVaultResponse.

func (*ReadVaultResponse) Descriptor added in v0.0.5

func (*ReadVaultResponse) Descriptor() ([]byte, []int)

func (*ReadVaultResponse) GetResult added in v0.0.5

func (m *ReadVaultResponse) GetResult() *Vault

func (*ReadVaultResponse) ProtoMessage added in v0.0.5

func (*ReadVaultResponse) ProtoMessage()

func (*ReadVaultResponse) Reset added in v0.0.5

func (m *ReadVaultResponse) Reset()

func (*ReadVaultResponse) String added in v0.0.5

func (m *ReadVaultResponse) String() string

func (*ReadVaultResponse) Validate added in v0.0.5

func (m *ReadVaultResponse) Validate() error

Validate checks the field values on ReadVaultResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadVaultResponse) XXX_DiscardUnknown added in v0.0.8

func (m *ReadVaultResponse) XXX_DiscardUnknown()

func (*ReadVaultResponse) XXX_Marshal added in v0.0.8

func (m *ReadVaultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadVaultResponse) XXX_Merge added in v0.0.8

func (m *ReadVaultResponse) XXX_Merge(src proto.Message)

func (*ReadVaultResponse) XXX_Size added in v0.0.8

func (m *ReadVaultResponse) XXX_Size() int

func (*ReadVaultResponse) XXX_Unmarshal added in v0.0.8

func (m *ReadVaultResponse) XXX_Unmarshal(b []byte) error

type ReadVaultResponseValidationError added in v0.0.5

type ReadVaultResponseValidationError struct {
	// contains filtered or unexported fields
}

ReadVaultResponseValidationError is the validation error returned by ReadVaultResponse.Validate if the designated constraints aren't met.

func (ReadVaultResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (ReadVaultResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (ReadVaultResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (ReadVaultResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (ReadVaultResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (ReadVaultResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type Region

type Region struct {
	// The Region identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Region
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Region
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The Networks in a Region
	Networks []*Network `protobuf:"bytes,4,rep,name=networks,proto3" json:"networks,omitempty"`
	// Reference to Cloud Provider
	CloudProviderId      *resource.Identifier `protobuf:"bytes,5,opt,name=cloud_provider_id,json=cloudProviderId,proto3" json:"cloud_provider_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

-------------------------------------------------------------------- Region represents a particular Geo for Cloud Provider e.g. us-east-1 --------------------------------------------------------------------

func DefaultApplyFieldMaskRegion

func DefaultApplyFieldMaskRegion(ctx context.Context, patchee *Region, patcher *Region, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Region, error)

DefaultApplyFieldMaskRegion patches an pbObject with patcher according to a field mask.

func DefaultCreateRegion

func DefaultCreateRegion(ctx context.Context, in *Region, db *gorm1.DB) (*Region, error)

DefaultCreateRegion executes a basic gorm create call

func DefaultListRegion

func DefaultListRegion(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Region, error)

DefaultListRegion executes a gorm list call

func DefaultPatchRegion

func DefaultPatchRegion(ctx context.Context, in *Region, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Region, error)

DefaultPatchRegion executes a basic gorm update call with patch behavior

func DefaultPatchSetRegion added in v0.0.8

func DefaultPatchSetRegion(ctx context.Context, objects []*Region, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Region, error)

DefaultPatchSetRegion executes a bulk gorm update call with patch behavior

func DefaultReadRegion

func DefaultReadRegion(ctx context.Context, in *Region, db *gorm1.DB, fs *query1.FieldSelection) (*Region, error)

DefaultReadRegion executes a basic gorm read call

func DefaultStrictUpdateRegion

func DefaultStrictUpdateRegion(ctx context.Context, in *Region, db *gorm1.DB) (*Region, error)

DefaultStrictUpdateRegion clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Region) AtlasValidateJSON

func (_ *Region) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Region.

func (*Region) Descriptor

func (*Region) Descriptor() ([]byte, []int)

func (*Region) GetCloudProviderId added in v0.0.8

func (m *Region) GetCloudProviderId() *resource.Identifier

func (*Region) GetDescription

func (m *Region) GetDescription() string

func (*Region) GetId

func (m *Region) GetId() *resource.Identifier

func (*Region) GetName

func (m *Region) GetName() string

func (*Region) GetNetworks added in v0.0.27

func (m *Region) GetNetworks() []*Network

func (*Region) ProtoMessage

func (*Region) ProtoMessage()

func (*Region) Reset

func (m *Region) Reset()

func (*Region) String

func (m *Region) String() string

func (*Region) ToORM

func (m *Region) ToORM(ctx context.Context) (RegionORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Region) Validate

func (m *Region) Validate() error

Validate checks the field values on Region with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Region) XXX_DiscardUnknown added in v0.0.8

func (m *Region) XXX_DiscardUnknown()

func (*Region) XXX_Marshal added in v0.0.8

func (m *Region) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Region) XXX_Merge added in v0.0.8

func (m *Region) XXX_Merge(src proto.Message)

func (*Region) XXX_Size added in v0.0.8

func (m *Region) XXX_Size() int

func (*Region) XXX_Unmarshal added in v0.0.8

func (m *Region) XXX_Unmarshal(b []byte) error

type RegionORM

type RegionORM struct {
	AccountID       string
	CloudProviderId *string `gorm:"type:UUID"`
	Description     string
	Id              string `gorm:"type:UUID;primary_key"`
	Name            string
	Networks        []*NetworkORM `gorm:"foreignkey:RegionId;association_foreignkey:Id"`
}

func (RegionORM) BeforeSave added in v0.0.27

func (pOrm RegionORM) BeforeSave(scope *gorm.Scope) error

func (RegionORM) TableName

func (RegionORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*RegionORM) ToPB

func (m *RegionORM) ToPB(ctx context.Context) (Region, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type RegionORMWithAfterCreate_ added in v0.0.8

type RegionORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type RegionORMWithAfterDeleteSet added in v0.0.8

type RegionORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Region, *gorm1.DB) error
}

type RegionORMWithAfterDelete_ added in v0.0.8

type RegionORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type RegionORMWithAfterListFind

type RegionORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]RegionORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type RegionORMWithAfterReadFind

type RegionORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type RegionORMWithAfterStrictUpdateSave

type RegionORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type RegionORMWithBeforeCreate_ added in v0.0.8

type RegionORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegionORMWithBeforeDeleteSet added in v0.0.8

type RegionORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Region, *gorm1.DB) (*gorm1.DB, error)
}

type RegionORMWithBeforeDelete_ added in v0.0.8

type RegionORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegionORMWithBeforeListApplyQuery

type RegionORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegionORMWithBeforeListFind

type RegionORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegionORMWithBeforeReadApplyQuery

type RegionORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegionORMWithBeforeReadFind

type RegionORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegionORMWithBeforeStrictUpdateCleanup

type RegionORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegionORMWithBeforeStrictUpdateSave

type RegionORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegionValidationError

type RegionValidationError struct {
	// contains filtered or unexported fields
}

RegionValidationError is the validation error returned by Region.Validate if the designated constraints aren't met.

func (RegionValidationError) Cause

func (e RegionValidationError) Cause() error

Cause function returns cause value.

func (RegionValidationError) Error

func (e RegionValidationError) Error() string

Error satisfies the builtin error interface

func (RegionValidationError) ErrorName

func (e RegionValidationError) ErrorName() string

ErrorName returns error name.

func (RegionValidationError) Field

func (e RegionValidationError) Field() string

Field function returns field value.

func (RegionValidationError) Key

func (e RegionValidationError) Key() bool

Key function returns key value.

func (RegionValidationError) Reason

func (e RegionValidationError) Reason() string

Reason function returns reason value.

type RegionWithAfterPatchSave

type RegionWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Region, *field_mask1.FieldMask, *gorm1.DB) error
}

type RegionWithAfterToORM

type RegionWithAfterToORM interface {
	AfterToORM(context.Context, *RegionORM) error
}

RegionAfterToORM called after default ToORM code

type RegionWithAfterToPB

type RegionWithAfterToPB interface {
	AfterToPB(context.Context, *Region) error
}

RegionAfterToPB called after default ToPB code

type RegionWithBeforePatchApplyFieldMask

type RegionWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Region, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegionWithBeforePatchRead

type RegionWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Region, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegionWithBeforePatchSave

type RegionWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Region, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegionWithBeforeToORM

type RegionWithBeforeToORM interface {
	BeforeToORM(context.Context, *RegionORM) error
}

RegionBeforeToORM called before default ToORM code

type RegionWithBeforeToPB

type RegionWithBeforeToPB interface {
	BeforeToPB(context.Context, *Region) error
}

RegionBeforeToPB called before default ToPB code

type RegionsClient

type RegionsClient interface {
	// Use this method to create a Region information.
	Create(ctx context.Context, in *CreateRegionRequest, opts ...grpc.CallOption) (*CreateRegionResponse, error)
	// Use this method to read a Region information by identifier.
	Read(ctx context.Context, in *ReadRegionRequest, opts ...grpc.CallOption) (*ReadRegionResponse, error)
	// Use this method to update a Region information.
	Update(ctx context.Context, in *UpdateRegionRequest, opts ...grpc.CallOption) (*UpdateRegionResponse, error)
	// Use this method to delete a particular Region.
	Delete(ctx context.Context, in *DeleteRegionRequest, opts ...grpc.CallOption) (*DeleteRegionResponse, error)
	// Use this method to retrieve all the Regions.
	List(ctx context.Context, in *ListRegionRequest, opts ...grpc.CallOption) (*ListRegionsResponse, error)
}

RegionsClient is the client API for Regions service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionsClient

func NewRegionsClient(cc *grpc.ClientConn) RegionsClient

type RegionsDefaultServer

type RegionsDefaultServer struct {
}

func (*RegionsDefaultServer) Create

Create ...

func (*RegionsDefaultServer) Delete

Delete ...

func (*RegionsDefaultServer) List

List ...

func (*RegionsDefaultServer) Read

Read ...

func (*RegionsDefaultServer) Update

Update ...

type RegionsRegionWithAfterCreate

type RegionsRegionWithAfterCreate interface {
	AfterCreate(context.Context, *CreateRegionResponse, *gorm1.DB) error
}

RegionsRegionWithAfterCreate called before DefaultCreateRegion in the default Create handler

type RegionsRegionWithAfterDelete

type RegionsRegionWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteRegionResponse, *gorm1.DB) error
}

RegionsRegionWithAfterDelete called before DefaultDeleteRegion in the default Delete handler

type RegionsRegionWithAfterList

type RegionsRegionWithAfterList interface {
	AfterList(context.Context, *ListRegionsResponse, *gorm1.DB) error
}

RegionsRegionWithAfterList called before DefaultListRegion in the default List handler

type RegionsRegionWithAfterRead

type RegionsRegionWithAfterRead interface {
	AfterRead(context.Context, *ReadRegionResponse, *gorm1.DB) error
}

RegionsRegionWithAfterRead called before DefaultReadRegion in the default Read handler

type RegionsRegionWithAfterUpdate

type RegionsRegionWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateRegionResponse, *gorm1.DB) error
}

RegionsRegionWithAfterUpdate called before DefaultUpdateRegion in the default Update handler

type RegionsRegionWithBeforeCreate

type RegionsRegionWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeCreate called before DefaultCreateRegion in the default Create handler

type RegionsRegionWithBeforeDelete

type RegionsRegionWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeDelete called before DefaultDeleteRegion in the default Delete handler

type RegionsRegionWithBeforeList

type RegionsRegionWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeList called before DefaultListRegion in the default List handler

type RegionsRegionWithBeforeRead

type RegionsRegionWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeRead called before DefaultReadRegion in the default Read handler

type RegionsRegionWithBeforeUpdate

type RegionsRegionWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeUpdate called before DefaultUpdateRegion in the default Update handler

type RegionsServer

type RegionsServer interface {
	// Use this method to create a Region information.
	Create(context.Context, *CreateRegionRequest) (*CreateRegionResponse, error)
	// Use this method to read a Region information by identifier.
	Read(context.Context, *ReadRegionRequest) (*ReadRegionResponse, error)
	// Use this method to update a Region information.
	Update(context.Context, *UpdateRegionRequest) (*UpdateRegionResponse, error)
	// Use this method to delete a particular Region.
	Delete(context.Context, *DeleteRegionRequest) (*DeleteRegionResponse, error)
	// Use this method to retrieve all the Regions.
	List(context.Context, *ListRegionRequest) (*ListRegionsResponse, error)
}

RegionsServer is the server API for Regions service.

type Secret added in v0.0.5

type Secret struct {
	// The secret identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the container
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the container
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The path on vault for the Secrets (e.g. /qa0-secrets)
	Path string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	// The type of secret (e.g. opaque, or tls)
	Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// The key value of secret (note: value is stored on kubernetes secret
	Key string `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"`
	// The vault the secret belongs to.
	VaultId              *resource.Identifier `protobuf:"bytes,7,opt,name=vault_id,json=vaultId,proto3" json:"vault_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

-------------------------------------------------------- Secret represents confidential data stored in the Vault --------------------------------------------------------

func DefaultApplyFieldMaskSecret added in v0.0.5

func DefaultApplyFieldMaskSecret(ctx context.Context, patchee *Secret, patcher *Secret, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Secret, error)

DefaultApplyFieldMaskSecret patches an pbObject with patcher according to a field mask.

func DefaultCreateSecret added in v0.0.5

func DefaultCreateSecret(ctx context.Context, in *Secret, db *gorm1.DB) (*Secret, error)

DefaultCreateSecret executes a basic gorm create call

func DefaultListSecret added in v0.0.5

func DefaultListSecret(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Secret, error)

DefaultListSecret executes a gorm list call

func DefaultPatchSecret added in v0.0.5

func DefaultPatchSecret(ctx context.Context, in *Secret, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Secret, error)

DefaultPatchSecret executes a basic gorm update call with patch behavior

func DefaultPatchSetSecret added in v0.0.8

func DefaultPatchSetSecret(ctx context.Context, objects []*Secret, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Secret, error)

DefaultPatchSetSecret executes a bulk gorm update call with patch behavior

func DefaultReadSecret added in v0.0.5

func DefaultReadSecret(ctx context.Context, in *Secret, db *gorm1.DB, fs *query1.FieldSelection) (*Secret, error)

DefaultReadSecret executes a basic gorm read call

func DefaultStrictUpdateSecret added in v0.0.5

func DefaultStrictUpdateSecret(ctx context.Context, in *Secret, db *gorm1.DB) (*Secret, error)

DefaultStrictUpdateSecret clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Secret) AtlasValidateJSON added in v0.0.5

func (_ *Secret) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Secret.

func (*Secret) Descriptor added in v0.0.5

func (*Secret) Descriptor() ([]byte, []int)

func (*Secret) GetDescription added in v0.0.5

func (m *Secret) GetDescription() string

func (*Secret) GetId added in v0.0.5

func (m *Secret) GetId() *resource.Identifier

func (*Secret) GetKey added in v0.0.5

func (m *Secret) GetKey() string

func (*Secret) GetName added in v0.0.5

func (m *Secret) GetName() string

func (*Secret) GetPath added in v0.0.8

func (m *Secret) GetPath() string

func (*Secret) GetType added in v0.0.5

func (m *Secret) GetType() string

func (*Secret) GetVaultId added in v0.0.5

func (m *Secret) GetVaultId() *resource.Identifier

func (*Secret) ProtoMessage added in v0.0.5

func (*Secret) ProtoMessage()

func (*Secret) Reset added in v0.0.5

func (m *Secret) Reset()

func (*Secret) String added in v0.0.5

func (m *Secret) String() string

func (*Secret) ToORM added in v0.0.5

func (m *Secret) ToORM(ctx context.Context) (SecretORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Secret) Validate added in v0.0.5

func (m *Secret) Validate() error

Validate checks the field values on Secret with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Secret) XXX_DiscardUnknown added in v0.0.8

func (m *Secret) XXX_DiscardUnknown()

func (*Secret) XXX_Marshal added in v0.0.8

func (m *Secret) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Secret) XXX_Merge added in v0.0.8

func (m *Secret) XXX_Merge(src proto.Message)

func (*Secret) XXX_Size added in v0.0.8

func (m *Secret) XXX_Size() int

func (*Secret) XXX_Unmarshal added in v0.0.8

func (m *Secret) XXX_Unmarshal(b []byte) error

type SecretORM added in v0.0.5

type SecretORM struct {
	AccountID   string
	Description string
	Id          string `gorm:"type:UUID;primary_key"`
	Key         string
	Name        string
	Path        string
	Type        string
	VaultId     *string `gorm:"type:UUID"`
}

func (SecretORM) BeforeSave added in v0.0.27

func (pOrm SecretORM) BeforeSave(scope *gorm.Scope) error

func (SecretORM) TableName added in v0.0.5

func (SecretORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*SecretORM) ToPB added in v0.0.5

func (m *SecretORM) ToPB(ctx context.Context) (Secret, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type SecretORMWithAfterCreate_ added in v0.0.8

type SecretORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type SecretORMWithAfterDeleteSet added in v0.0.8

type SecretORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Secret, *gorm1.DB) error
}

type SecretORMWithAfterDelete_ added in v0.0.8

type SecretORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type SecretORMWithAfterListFind added in v0.0.5

type SecretORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]SecretORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type SecretORMWithAfterReadFind added in v0.0.5

type SecretORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type SecretORMWithAfterStrictUpdateSave added in v0.0.5

type SecretORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type SecretORMWithBeforeCreate_ added in v0.0.8

type SecretORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type SecretORMWithBeforeDeleteSet added in v0.0.8

type SecretORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Secret, *gorm1.DB) (*gorm1.DB, error)
}

type SecretORMWithBeforeDelete_ added in v0.0.8

type SecretORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type SecretORMWithBeforeListApplyQuery added in v0.0.5

type SecretORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type SecretORMWithBeforeListFind added in v0.0.5

type SecretORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type SecretORMWithBeforeReadApplyQuery added in v0.0.5

type SecretORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type SecretORMWithBeforeReadFind added in v0.0.5

type SecretORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type SecretORMWithBeforeStrictUpdateCleanup added in v0.0.5

type SecretORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type SecretORMWithBeforeStrictUpdateSave added in v0.0.5

type SecretORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type SecretValidationError added in v0.0.5

type SecretValidationError struct {
	// contains filtered or unexported fields
}

SecretValidationError is the validation error returned by Secret.Validate if the designated constraints aren't met.

func (SecretValidationError) Cause added in v0.0.5

func (e SecretValidationError) Cause() error

Cause function returns cause value.

func (SecretValidationError) Error added in v0.0.5

func (e SecretValidationError) Error() string

Error satisfies the builtin error interface

func (SecretValidationError) ErrorName added in v0.0.5

func (e SecretValidationError) ErrorName() string

ErrorName returns error name.

func (SecretValidationError) Field added in v0.0.5

func (e SecretValidationError) Field() string

Field function returns field value.

func (SecretValidationError) Key added in v0.0.5

func (e SecretValidationError) Key() bool

Key function returns key value.

func (SecretValidationError) Reason added in v0.0.5

func (e SecretValidationError) Reason() string

Reason function returns reason value.

type SecretWithAfterPatchSave added in v0.0.5

type SecretWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Secret, *field_mask1.FieldMask, *gorm1.DB) error
}

type SecretWithAfterToORM added in v0.0.5

type SecretWithAfterToORM interface {
	AfterToORM(context.Context, *SecretORM) error
}

SecretAfterToORM called after default ToORM code

type SecretWithAfterToPB added in v0.0.5

type SecretWithAfterToPB interface {
	AfterToPB(context.Context, *Secret) error
}

SecretAfterToPB called after default ToPB code

type SecretWithBeforePatchApplyFieldMask added in v0.0.5

type SecretWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Secret, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type SecretWithBeforePatchRead added in v0.0.5

type SecretWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Secret, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type SecretWithBeforePatchSave added in v0.0.5

type SecretWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Secret, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type SecretWithBeforeToORM added in v0.0.5

type SecretWithBeforeToORM interface {
	BeforeToORM(context.Context, *SecretORM) error
}

SecretBeforeToORM called before default ToORM code

type SecretWithBeforeToPB added in v0.0.5

type SecretWithBeforeToPB interface {
	BeforeToPB(context.Context, *Secret) error
}

SecretBeforeToPB called before default ToPB code

type SecretsClient added in v0.0.5

type SecretsClient interface {
	// Use this method to create a Secret information.
	Create(ctx context.Context, in *CreateSecretRequest, opts ...grpc.CallOption) (*CreateSecretResponse, error)
	// Use this method to read a Secret information by identifier.
	Read(ctx context.Context, in *ReadSecretRequest, opts ...grpc.CallOption) (*ReadSecretResponse, error)
	// Use this method to update a Secret information.
	Update(ctx context.Context, in *UpdateSecretRequest, opts ...grpc.CallOption) (*UpdateSecretResponse, error)
	// Use this method to delete a particular Secret.
	Delete(ctx context.Context, in *DeleteSecretRequest, opts ...grpc.CallOption) (*DeleteSecretResponse, error)
	// Use this method to retrieve all the Secrets.
	List(ctx context.Context, in *ListSecretRequest, opts ...grpc.CallOption) (*ListSecretsResponse, error)
}

SecretsClient is the client API for Secrets service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSecretsClient added in v0.0.5

func NewSecretsClient(cc *grpc.ClientConn) SecretsClient

type SecretsDefaultServer added in v0.0.5

type SecretsDefaultServer struct {
}

func (*SecretsDefaultServer) Create added in v0.0.5

Create ...

func (*SecretsDefaultServer) Delete added in v0.0.5

Delete ...

func (*SecretsDefaultServer) List added in v0.0.5

List ...

func (*SecretsDefaultServer) Read added in v0.0.5

Read ...

func (*SecretsDefaultServer) Update added in v0.0.5

Update ...

type SecretsSecretWithAfterCreate added in v0.0.5

type SecretsSecretWithAfterCreate interface {
	AfterCreate(context.Context, *CreateSecretResponse, *gorm1.DB) error
}

SecretsSecretWithAfterCreate called before DefaultCreateSecret in the default Create handler

type SecretsSecretWithAfterDelete added in v0.0.5

type SecretsSecretWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteSecretResponse, *gorm1.DB) error
}

SecretsSecretWithAfterDelete called before DefaultDeleteSecret in the default Delete handler

type SecretsSecretWithAfterList added in v0.0.5

type SecretsSecretWithAfterList interface {
	AfterList(context.Context, *ListSecretsResponse, *gorm1.DB) error
}

SecretsSecretWithAfterList called before DefaultListSecret in the default List handler

type SecretsSecretWithAfterRead added in v0.0.5

type SecretsSecretWithAfterRead interface {
	AfterRead(context.Context, *ReadSecretResponse, *gorm1.DB) error
}

SecretsSecretWithAfterRead called before DefaultReadSecret in the default Read handler

type SecretsSecretWithAfterUpdate added in v0.0.5

type SecretsSecretWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateSecretResponse, *gorm1.DB) error
}

SecretsSecretWithAfterUpdate called before DefaultUpdateSecret in the default Update handler

type SecretsSecretWithBeforeCreate added in v0.0.5

type SecretsSecretWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

SecretsSecretWithBeforeCreate called before DefaultCreateSecret in the default Create handler

type SecretsSecretWithBeforeDelete added in v0.0.5

type SecretsSecretWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

SecretsSecretWithBeforeDelete called before DefaultDeleteSecret in the default Delete handler

type SecretsSecretWithBeforeList added in v0.0.5

type SecretsSecretWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

SecretsSecretWithBeforeList called before DefaultListSecret in the default List handler

type SecretsSecretWithBeforeRead added in v0.0.5

type SecretsSecretWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

SecretsSecretWithBeforeRead called before DefaultReadSecret in the default Read handler

type SecretsSecretWithBeforeUpdate added in v0.0.5

type SecretsSecretWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

SecretsSecretWithBeforeUpdate called before DefaultUpdateSecret in the default Update handler

type SecretsServer added in v0.0.5

type SecretsServer interface {
	// Use this method to create a Secret information.
	Create(context.Context, *CreateSecretRequest) (*CreateSecretResponse, error)
	// Use this method to read a Secret information by identifier.
	Read(context.Context, *ReadSecretRequest) (*ReadSecretResponse, error)
	// Use this method to update a Secret information.
	Update(context.Context, *UpdateSecretRequest) (*UpdateSecretResponse, error)
	// Use this method to delete a particular Secret.
	Delete(context.Context, *DeleteSecretRequest) (*DeleteSecretResponse, error)
	// Use this method to retrieve all the Secrets.
	List(context.Context, *ListSecretRequest) (*ListSecretsResponse, error)
}

SecretsServer is the server API for Secrets service.

type UpdateAppConfigRequest added in v0.0.15

type UpdateAppConfigRequest struct {
	Payload              *AppConfig            `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateAppConfigRequest) AtlasValidateJSON added in v0.0.15

func (_ *UpdateAppConfigRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateAppConfigRequest.

func (*UpdateAppConfigRequest) Descriptor added in v0.0.15

func (*UpdateAppConfigRequest) Descriptor() ([]byte, []int)

func (*UpdateAppConfigRequest) GetFields added in v0.0.15

func (*UpdateAppConfigRequest) GetPayload added in v0.0.15

func (m *UpdateAppConfigRequest) GetPayload() *AppConfig

func (*UpdateAppConfigRequest) ProtoMessage added in v0.0.15

func (*UpdateAppConfigRequest) ProtoMessage()

func (*UpdateAppConfigRequest) Reset added in v0.0.15

func (m *UpdateAppConfigRequest) Reset()

func (*UpdateAppConfigRequest) String added in v0.0.15

func (m *UpdateAppConfigRequest) String() string

func (*UpdateAppConfigRequest) Validate added in v0.0.15

func (m *UpdateAppConfigRequest) Validate() error

Validate checks the field values on UpdateAppConfigRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateAppConfigRequest) XXX_DiscardUnknown added in v0.0.15

func (m *UpdateAppConfigRequest) XXX_DiscardUnknown()

func (*UpdateAppConfigRequest) XXX_Marshal added in v0.0.15

func (m *UpdateAppConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAppConfigRequest) XXX_Merge added in v0.0.15

func (m *UpdateAppConfigRequest) XXX_Merge(src proto.Message)

func (*UpdateAppConfigRequest) XXX_Size added in v0.0.15

func (m *UpdateAppConfigRequest) XXX_Size() int

func (*UpdateAppConfigRequest) XXX_Unmarshal added in v0.0.15

func (m *UpdateAppConfigRequest) XXX_Unmarshal(b []byte) error

type UpdateAppConfigRequestValidationError added in v0.0.15

type UpdateAppConfigRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateAppConfigRequestValidationError is the validation error returned by UpdateAppConfigRequest.Validate if the designated constraints aren't met.

func (UpdateAppConfigRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (UpdateAppConfigRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (UpdateAppConfigRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (UpdateAppConfigRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (UpdateAppConfigRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (UpdateAppConfigRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type UpdateAppConfigResponse added in v0.0.15

type UpdateAppConfigResponse struct {
	Result               *AppConfig `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*UpdateAppConfigResponse) AtlasValidateJSON added in v0.0.15

func (_ *UpdateAppConfigResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateAppConfigResponse.

func (*UpdateAppConfigResponse) Descriptor added in v0.0.15

func (*UpdateAppConfigResponse) Descriptor() ([]byte, []int)

func (*UpdateAppConfigResponse) GetResult added in v0.0.15

func (m *UpdateAppConfigResponse) GetResult() *AppConfig

func (*UpdateAppConfigResponse) ProtoMessage added in v0.0.15

func (*UpdateAppConfigResponse) ProtoMessage()

func (*UpdateAppConfigResponse) Reset added in v0.0.15

func (m *UpdateAppConfigResponse) Reset()

func (*UpdateAppConfigResponse) String added in v0.0.15

func (m *UpdateAppConfigResponse) String() string

func (*UpdateAppConfigResponse) Validate added in v0.0.15

func (m *UpdateAppConfigResponse) Validate() error

Validate checks the field values on UpdateAppConfigResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateAppConfigResponse) XXX_DiscardUnknown added in v0.0.15

func (m *UpdateAppConfigResponse) XXX_DiscardUnknown()

func (*UpdateAppConfigResponse) XXX_Marshal added in v0.0.15

func (m *UpdateAppConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAppConfigResponse) XXX_Merge added in v0.0.15

func (m *UpdateAppConfigResponse) XXX_Merge(src proto.Message)

func (*UpdateAppConfigResponse) XXX_Size added in v0.0.15

func (m *UpdateAppConfigResponse) XXX_Size() int

func (*UpdateAppConfigResponse) XXX_Unmarshal added in v0.0.15

func (m *UpdateAppConfigResponse) XXX_Unmarshal(b []byte) error

type UpdateAppConfigResponseValidationError added in v0.0.15

type UpdateAppConfigResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateAppConfigResponseValidationError is the validation error returned by UpdateAppConfigResponse.Validate if the designated constraints aren't met.

func (UpdateAppConfigResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (UpdateAppConfigResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (UpdateAppConfigResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (UpdateAppConfigResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (UpdateAppConfigResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (UpdateAppConfigResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type UpdateAppVersionRequest added in v0.0.15

type UpdateAppVersionRequest struct {
	Payload              *AppVersion           `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateAppVersionRequest) AtlasValidateJSON added in v0.0.15

func (_ *UpdateAppVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateAppVersionRequest.

func (*UpdateAppVersionRequest) Descriptor added in v0.0.15

func (*UpdateAppVersionRequest) Descriptor() ([]byte, []int)

func (*UpdateAppVersionRequest) GetFields added in v0.0.15

func (*UpdateAppVersionRequest) GetPayload added in v0.0.15

func (m *UpdateAppVersionRequest) GetPayload() *AppVersion

func (*UpdateAppVersionRequest) ProtoMessage added in v0.0.15

func (*UpdateAppVersionRequest) ProtoMessage()

func (*UpdateAppVersionRequest) Reset added in v0.0.15

func (m *UpdateAppVersionRequest) Reset()

func (*UpdateAppVersionRequest) String added in v0.0.15

func (m *UpdateAppVersionRequest) String() string

func (*UpdateAppVersionRequest) Validate added in v0.0.15

func (m *UpdateAppVersionRequest) Validate() error

Validate checks the field values on UpdateAppVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateAppVersionRequest) XXX_DiscardUnknown added in v0.0.15

func (m *UpdateAppVersionRequest) XXX_DiscardUnknown()

func (*UpdateAppVersionRequest) XXX_Marshal added in v0.0.15

func (m *UpdateAppVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAppVersionRequest) XXX_Merge added in v0.0.15

func (m *UpdateAppVersionRequest) XXX_Merge(src proto.Message)

func (*UpdateAppVersionRequest) XXX_Size added in v0.0.15

func (m *UpdateAppVersionRequest) XXX_Size() int

func (*UpdateAppVersionRequest) XXX_Unmarshal added in v0.0.15

func (m *UpdateAppVersionRequest) XXX_Unmarshal(b []byte) error

type UpdateAppVersionRequestValidationError added in v0.0.15

type UpdateAppVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateAppVersionRequestValidationError is the validation error returned by UpdateAppVersionRequest.Validate if the designated constraints aren't met.

func (UpdateAppVersionRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (UpdateAppVersionRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (UpdateAppVersionRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (UpdateAppVersionRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (UpdateAppVersionRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (UpdateAppVersionRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type UpdateAppVersionResponse added in v0.0.15

type UpdateAppVersionResponse struct {
	Result               *AppVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UpdateAppVersionResponse) AtlasValidateJSON added in v0.0.15

func (_ *UpdateAppVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateAppVersionResponse.

func (*UpdateAppVersionResponse) Descriptor added in v0.0.15

func (*UpdateAppVersionResponse) Descriptor() ([]byte, []int)

func (*UpdateAppVersionResponse) GetResult added in v0.0.15

func (m *UpdateAppVersionResponse) GetResult() *AppVersion

func (*UpdateAppVersionResponse) ProtoMessage added in v0.0.15

func (*UpdateAppVersionResponse) ProtoMessage()

func (*UpdateAppVersionResponse) Reset added in v0.0.15

func (m *UpdateAppVersionResponse) Reset()

func (*UpdateAppVersionResponse) String added in v0.0.15

func (m *UpdateAppVersionResponse) String() string

func (*UpdateAppVersionResponse) Validate added in v0.0.15

func (m *UpdateAppVersionResponse) Validate() error

Validate checks the field values on UpdateAppVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateAppVersionResponse) XXX_DiscardUnknown added in v0.0.15

func (m *UpdateAppVersionResponse) XXX_DiscardUnknown()

func (*UpdateAppVersionResponse) XXX_Marshal added in v0.0.15

func (m *UpdateAppVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAppVersionResponse) XXX_Merge added in v0.0.15

func (m *UpdateAppVersionResponse) XXX_Merge(src proto.Message)

func (*UpdateAppVersionResponse) XXX_Size added in v0.0.15

func (m *UpdateAppVersionResponse) XXX_Size() int

func (*UpdateAppVersionResponse) XXX_Unmarshal added in v0.0.15

func (m *UpdateAppVersionResponse) XXX_Unmarshal(b []byte) error

type UpdateAppVersionResponseValidationError added in v0.0.15

type UpdateAppVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateAppVersionResponseValidationError is the validation error returned by UpdateAppVersionResponse.Validate if the designated constraints aren't met.

func (UpdateAppVersionResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (UpdateAppVersionResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (UpdateAppVersionResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (UpdateAppVersionResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (UpdateAppVersionResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (UpdateAppVersionResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type UpdateApplicationInstanceRequest added in v0.0.8

type UpdateApplicationInstanceRequest struct {
	Payload              *ApplicationInstance  `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateApplicationInstanceRequest) AtlasValidateJSON added in v0.0.8

func (_ *UpdateApplicationInstanceRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateApplicationInstanceRequest.

func (*UpdateApplicationInstanceRequest) Descriptor added in v0.0.8

func (*UpdateApplicationInstanceRequest) Descriptor() ([]byte, []int)

func (*UpdateApplicationInstanceRequest) GetFields added in v0.0.8

func (*UpdateApplicationInstanceRequest) GetPayload added in v0.0.8

func (*UpdateApplicationInstanceRequest) ProtoMessage added in v0.0.8

func (*UpdateApplicationInstanceRequest) ProtoMessage()

func (*UpdateApplicationInstanceRequest) Reset added in v0.0.8

func (*UpdateApplicationInstanceRequest) String added in v0.0.8

func (*UpdateApplicationInstanceRequest) Validate added in v0.0.8

Validate checks the field values on UpdateApplicationInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateApplicationInstanceRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateApplicationInstanceRequest) XXX_DiscardUnknown()

func (*UpdateApplicationInstanceRequest) XXX_Marshal added in v0.0.8

func (m *UpdateApplicationInstanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApplicationInstanceRequest) XXX_Merge added in v0.0.8

func (*UpdateApplicationInstanceRequest) XXX_Size added in v0.0.8

func (m *UpdateApplicationInstanceRequest) XXX_Size() int

func (*UpdateApplicationInstanceRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateApplicationInstanceRequest) XXX_Unmarshal(b []byte) error

type UpdateApplicationInstanceRequestValidationError added in v0.0.8

type UpdateApplicationInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateApplicationInstanceRequestValidationError is the validation error returned by UpdateApplicationInstanceRequest.Validate if the designated constraints aren't met.

func (UpdateApplicationInstanceRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (UpdateApplicationInstanceRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (UpdateApplicationInstanceRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (UpdateApplicationInstanceRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (UpdateApplicationInstanceRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (UpdateApplicationInstanceRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type UpdateApplicationInstanceResponse added in v0.0.8

type UpdateApplicationInstanceResponse struct {
	Result               *ApplicationInstance `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UpdateApplicationInstanceResponse) AtlasValidateJSON added in v0.0.8

func (_ *UpdateApplicationInstanceResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateApplicationInstanceResponse.

func (*UpdateApplicationInstanceResponse) Descriptor added in v0.0.8

func (*UpdateApplicationInstanceResponse) Descriptor() ([]byte, []int)

func (*UpdateApplicationInstanceResponse) GetResult added in v0.0.8

func (*UpdateApplicationInstanceResponse) ProtoMessage added in v0.0.8

func (*UpdateApplicationInstanceResponse) ProtoMessage()

func (*UpdateApplicationInstanceResponse) Reset added in v0.0.8

func (*UpdateApplicationInstanceResponse) String added in v0.0.8

func (*UpdateApplicationInstanceResponse) Validate added in v0.0.8

Validate checks the field values on UpdateApplicationInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateApplicationInstanceResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateApplicationInstanceResponse) XXX_DiscardUnknown()

func (*UpdateApplicationInstanceResponse) XXX_Marshal added in v0.0.8

func (m *UpdateApplicationInstanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApplicationInstanceResponse) XXX_Merge added in v0.0.8

func (*UpdateApplicationInstanceResponse) XXX_Size added in v0.0.8

func (m *UpdateApplicationInstanceResponse) XXX_Size() int

func (*UpdateApplicationInstanceResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateApplicationInstanceResponse) XXX_Unmarshal(b []byte) error

type UpdateApplicationInstanceResponseValidationError added in v0.0.8

type UpdateApplicationInstanceResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateApplicationInstanceResponseValidationError is the validation error returned by UpdateApplicationInstanceResponse.Validate if the designated constraints aren't met.

func (UpdateApplicationInstanceResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (UpdateApplicationInstanceResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (UpdateApplicationInstanceResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (UpdateApplicationInstanceResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (UpdateApplicationInstanceResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (UpdateApplicationInstanceResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type UpdateApplicationRequest added in v0.0.6

type UpdateApplicationRequest struct {
	Payload              *Application          `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateApplicationRequest) AtlasValidateJSON added in v0.0.6

func (_ *UpdateApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateApplicationRequest.

func (*UpdateApplicationRequest) Descriptor added in v0.0.6

func (*UpdateApplicationRequest) Descriptor() ([]byte, []int)

func (*UpdateApplicationRequest) GetFields added in v0.0.6

func (*UpdateApplicationRequest) GetPayload added in v0.0.6

func (m *UpdateApplicationRequest) GetPayload() *Application

func (*UpdateApplicationRequest) ProtoMessage added in v0.0.6

func (*UpdateApplicationRequest) ProtoMessage()

func (*UpdateApplicationRequest) Reset added in v0.0.6

func (m *UpdateApplicationRequest) Reset()

func (*UpdateApplicationRequest) String added in v0.0.6

func (m *UpdateApplicationRequest) String() string

func (*UpdateApplicationRequest) Validate added in v0.0.6

func (m *UpdateApplicationRequest) Validate() error

Validate checks the field values on UpdateApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateApplicationRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateApplicationRequest) XXX_DiscardUnknown()

func (*UpdateApplicationRequest) XXX_Marshal added in v0.0.8

func (m *UpdateApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApplicationRequest) XXX_Merge added in v0.0.8

func (m *UpdateApplicationRequest) XXX_Merge(src proto.Message)

func (*UpdateApplicationRequest) XXX_Size added in v0.0.8

func (m *UpdateApplicationRequest) XXX_Size() int

func (*UpdateApplicationRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateApplicationRequest) XXX_Unmarshal(b []byte) error

type UpdateApplicationRequestValidationError added in v0.0.6

type UpdateApplicationRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateApplicationRequestValidationError is the validation error returned by UpdateApplicationRequest.Validate if the designated constraints aren't met.

func (UpdateApplicationRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateApplicationRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateApplicationRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateApplicationRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateApplicationRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateApplicationRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateApplicationResponse added in v0.0.6

type UpdateApplicationResponse struct {
	Result               *Application `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateApplicationResponse) AtlasValidateJSON added in v0.0.6

func (_ *UpdateApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateApplicationResponse.

func (*UpdateApplicationResponse) Descriptor added in v0.0.6

func (*UpdateApplicationResponse) Descriptor() ([]byte, []int)

func (*UpdateApplicationResponse) GetResult added in v0.0.6

func (m *UpdateApplicationResponse) GetResult() *Application

func (*UpdateApplicationResponse) ProtoMessage added in v0.0.6

func (*UpdateApplicationResponse) ProtoMessage()

func (*UpdateApplicationResponse) Reset added in v0.0.6

func (m *UpdateApplicationResponse) Reset()

func (*UpdateApplicationResponse) String added in v0.0.6

func (m *UpdateApplicationResponse) String() string

func (*UpdateApplicationResponse) Validate added in v0.0.6

func (m *UpdateApplicationResponse) Validate() error

Validate checks the field values on UpdateApplicationResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateApplicationResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateApplicationResponse) XXX_DiscardUnknown()

func (*UpdateApplicationResponse) XXX_Marshal added in v0.0.8

func (m *UpdateApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApplicationResponse) XXX_Merge added in v0.0.8

func (m *UpdateApplicationResponse) XXX_Merge(src proto.Message)

func (*UpdateApplicationResponse) XXX_Size added in v0.0.8

func (m *UpdateApplicationResponse) XXX_Size() int

func (*UpdateApplicationResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateApplicationResponse) XXX_Unmarshal(b []byte) error

type UpdateApplicationResponseValidationError added in v0.0.6

type UpdateApplicationResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateApplicationResponseValidationError is the validation error returned by UpdateApplicationResponse.Validate if the designated constraints aren't met.

func (UpdateApplicationResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateApplicationResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateApplicationResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateApplicationResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateApplicationResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateApplicationResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateArtifactRequest added in v0.0.6

type UpdateArtifactRequest struct {
	Payload              *Artifact             `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateArtifactRequest) AtlasValidateJSON added in v0.0.6

func (_ *UpdateArtifactRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateArtifactRequest.

func (*UpdateArtifactRequest) Descriptor added in v0.0.6

func (*UpdateArtifactRequest) Descriptor() ([]byte, []int)

func (*UpdateArtifactRequest) GetFields added in v0.0.6

func (m *UpdateArtifactRequest) GetFields() *field_mask.FieldMask

func (*UpdateArtifactRequest) GetPayload added in v0.0.6

func (m *UpdateArtifactRequest) GetPayload() *Artifact

func (*UpdateArtifactRequest) ProtoMessage added in v0.0.6

func (*UpdateArtifactRequest) ProtoMessage()

func (*UpdateArtifactRequest) Reset added in v0.0.6

func (m *UpdateArtifactRequest) Reset()

func (*UpdateArtifactRequest) String added in v0.0.6

func (m *UpdateArtifactRequest) String() string

func (*UpdateArtifactRequest) Validate added in v0.0.6

func (m *UpdateArtifactRequest) Validate() error

Validate checks the field values on UpdateArtifactRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateArtifactRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateArtifactRequest) XXX_DiscardUnknown()

func (*UpdateArtifactRequest) XXX_Marshal added in v0.0.8

func (m *UpdateArtifactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateArtifactRequest) XXX_Merge added in v0.0.8

func (m *UpdateArtifactRequest) XXX_Merge(src proto.Message)

func (*UpdateArtifactRequest) XXX_Size added in v0.0.8

func (m *UpdateArtifactRequest) XXX_Size() int

func (*UpdateArtifactRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateArtifactRequest) XXX_Unmarshal(b []byte) error

type UpdateArtifactRequestValidationError added in v0.0.6

type UpdateArtifactRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateArtifactRequestValidationError is the validation error returned by UpdateArtifactRequest.Validate if the designated constraints aren't met.

func (UpdateArtifactRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateArtifactRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateArtifactRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateArtifactRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateArtifactRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateArtifactRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateArtifactResponse added in v0.0.6

type UpdateArtifactResponse struct {
	Result               *Artifact `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*UpdateArtifactResponse) AtlasValidateJSON added in v0.0.6

func (_ *UpdateArtifactResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateArtifactResponse.

func (*UpdateArtifactResponse) Descriptor added in v0.0.6

func (*UpdateArtifactResponse) Descriptor() ([]byte, []int)

func (*UpdateArtifactResponse) GetResult added in v0.0.6

func (m *UpdateArtifactResponse) GetResult() *Artifact

func (*UpdateArtifactResponse) ProtoMessage added in v0.0.6

func (*UpdateArtifactResponse) ProtoMessage()

func (*UpdateArtifactResponse) Reset added in v0.0.6

func (m *UpdateArtifactResponse) Reset()

func (*UpdateArtifactResponse) String added in v0.0.6

func (m *UpdateArtifactResponse) String() string

func (*UpdateArtifactResponse) Validate added in v0.0.6

func (m *UpdateArtifactResponse) Validate() error

Validate checks the field values on UpdateArtifactResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateArtifactResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateArtifactResponse) XXX_DiscardUnknown()

func (*UpdateArtifactResponse) XXX_Marshal added in v0.0.8

func (m *UpdateArtifactResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateArtifactResponse) XXX_Merge added in v0.0.8

func (m *UpdateArtifactResponse) XXX_Merge(src proto.Message)

func (*UpdateArtifactResponse) XXX_Size added in v0.0.8

func (m *UpdateArtifactResponse) XXX_Size() int

func (*UpdateArtifactResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateArtifactResponse) XXX_Unmarshal(b []byte) error

type UpdateArtifactResponseValidationError added in v0.0.6

type UpdateArtifactResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateArtifactResponseValidationError is the validation error returned by UpdateArtifactResponse.Validate if the designated constraints aren't met.

func (UpdateArtifactResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateArtifactResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateArtifactResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateArtifactResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateArtifactResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateArtifactResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateChartVersionRequest added in v0.0.8

type UpdateChartVersionRequest struct {
	Payload              *ChartVersion         `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateChartVersionRequest) AtlasValidateJSON added in v0.0.8

func (_ *UpdateChartVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateChartVersionRequest.

func (*UpdateChartVersionRequest) Descriptor added in v0.0.8

func (*UpdateChartVersionRequest) Descriptor() ([]byte, []int)

func (*UpdateChartVersionRequest) GetFields added in v0.0.8

func (*UpdateChartVersionRequest) GetPayload added in v0.0.8

func (m *UpdateChartVersionRequest) GetPayload() *ChartVersion

func (*UpdateChartVersionRequest) ProtoMessage added in v0.0.8

func (*UpdateChartVersionRequest) ProtoMessage()

func (*UpdateChartVersionRequest) Reset added in v0.0.8

func (m *UpdateChartVersionRequest) Reset()

func (*UpdateChartVersionRequest) String added in v0.0.8

func (m *UpdateChartVersionRequest) String() string

func (*UpdateChartVersionRequest) Validate added in v0.0.8

func (m *UpdateChartVersionRequest) Validate() error

Validate checks the field values on UpdateChartVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateChartVersionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateChartVersionRequest) XXX_DiscardUnknown()

func (*UpdateChartVersionRequest) XXX_Marshal added in v0.0.8

func (m *UpdateChartVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateChartVersionRequest) XXX_Merge added in v0.0.8

func (m *UpdateChartVersionRequest) XXX_Merge(src proto.Message)

func (*UpdateChartVersionRequest) XXX_Size added in v0.0.8

func (m *UpdateChartVersionRequest) XXX_Size() int

func (*UpdateChartVersionRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateChartVersionRequest) XXX_Unmarshal(b []byte) error

type UpdateChartVersionRequestValidationError added in v0.0.8

type UpdateChartVersionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateChartVersionRequestValidationError is the validation error returned by UpdateChartVersionRequest.Validate if the designated constraints aren't met.

func (UpdateChartVersionRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (UpdateChartVersionRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (UpdateChartVersionRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (UpdateChartVersionRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (UpdateChartVersionRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (UpdateChartVersionRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type UpdateChartVersionResponse added in v0.0.8

type UpdateChartVersionResponse struct {
	Result               *ChartVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*UpdateChartVersionResponse) AtlasValidateJSON added in v0.0.8

func (_ *UpdateChartVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateChartVersionResponse.

func (*UpdateChartVersionResponse) Descriptor added in v0.0.8

func (*UpdateChartVersionResponse) Descriptor() ([]byte, []int)

func (*UpdateChartVersionResponse) GetResult added in v0.0.8

func (m *UpdateChartVersionResponse) GetResult() *ChartVersion

func (*UpdateChartVersionResponse) ProtoMessage added in v0.0.8

func (*UpdateChartVersionResponse) ProtoMessage()

func (*UpdateChartVersionResponse) Reset added in v0.0.8

func (m *UpdateChartVersionResponse) Reset()

func (*UpdateChartVersionResponse) String added in v0.0.8

func (m *UpdateChartVersionResponse) String() string

func (*UpdateChartVersionResponse) Validate added in v0.0.8

func (m *UpdateChartVersionResponse) Validate() error

Validate checks the field values on UpdateChartVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateChartVersionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateChartVersionResponse) XXX_DiscardUnknown()

func (*UpdateChartVersionResponse) XXX_Marshal added in v0.0.8

func (m *UpdateChartVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateChartVersionResponse) XXX_Merge added in v0.0.8

func (m *UpdateChartVersionResponse) XXX_Merge(src proto.Message)

func (*UpdateChartVersionResponse) XXX_Size added in v0.0.8

func (m *UpdateChartVersionResponse) XXX_Size() int

func (*UpdateChartVersionResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateChartVersionResponse) XXX_Unmarshal(b []byte) error

type UpdateChartVersionResponseValidationError added in v0.0.8

type UpdateChartVersionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateChartVersionResponseValidationError is the validation error returned by UpdateChartVersionResponse.Validate if the designated constraints aren't met.

func (UpdateChartVersionResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (UpdateChartVersionResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (UpdateChartVersionResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (UpdateChartVersionResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (UpdateChartVersionResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (UpdateChartVersionResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type UpdateCloudProviderRequest added in v0.0.8

type UpdateCloudProviderRequest struct {
	Payload              *CloudProvider        `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateCloudProviderRequest) AtlasValidateJSON added in v0.0.8

func (_ *UpdateCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateCloudProviderRequest.

func (*UpdateCloudProviderRequest) Descriptor added in v0.0.8

func (*UpdateCloudProviderRequest) Descriptor() ([]byte, []int)

func (*UpdateCloudProviderRequest) GetFields added in v0.0.8

func (*UpdateCloudProviderRequest) GetPayload added in v0.0.8

func (m *UpdateCloudProviderRequest) GetPayload() *CloudProvider

func (*UpdateCloudProviderRequest) ProtoMessage added in v0.0.8

func (*UpdateCloudProviderRequest) ProtoMessage()

func (*UpdateCloudProviderRequest) Reset added in v0.0.8

func (m *UpdateCloudProviderRequest) Reset()

func (*UpdateCloudProviderRequest) String added in v0.0.8

func (m *UpdateCloudProviderRequest) String() string

func (*UpdateCloudProviderRequest) Validate added in v0.0.8

func (m *UpdateCloudProviderRequest) Validate() error

Validate checks the field values on UpdateCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateCloudProviderRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateCloudProviderRequest) XXX_DiscardUnknown()

func (*UpdateCloudProviderRequest) XXX_Marshal added in v0.0.8

func (m *UpdateCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCloudProviderRequest) XXX_Merge added in v0.0.8

func (m *UpdateCloudProviderRequest) XXX_Merge(src proto.Message)

func (*UpdateCloudProviderRequest) XXX_Size added in v0.0.8

func (m *UpdateCloudProviderRequest) XXX_Size() int

func (*UpdateCloudProviderRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateCloudProviderRequest) XXX_Unmarshal(b []byte) error

type UpdateCloudProviderRequestValidationError added in v0.0.8

type UpdateCloudProviderRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateCloudProviderRequestValidationError is the validation error returned by UpdateCloudProviderRequest.Validate if the designated constraints aren't met.

func (UpdateCloudProviderRequestValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (UpdateCloudProviderRequestValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (UpdateCloudProviderRequestValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (UpdateCloudProviderRequestValidationError) Field added in v0.0.8

Field function returns field value.

func (UpdateCloudProviderRequestValidationError) Key added in v0.0.8

Key function returns key value.

func (UpdateCloudProviderRequestValidationError) Reason added in v0.0.8

Reason function returns reason value.

type UpdateCloudProviderResponse added in v0.0.8

type UpdateCloudProviderResponse struct {
	Result               *CloudProvider `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*UpdateCloudProviderResponse) AtlasValidateJSON added in v0.0.8

func (_ *UpdateCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateCloudProviderResponse.

func (*UpdateCloudProviderResponse) Descriptor added in v0.0.8

func (*UpdateCloudProviderResponse) Descriptor() ([]byte, []int)

func (*UpdateCloudProviderResponse) GetResult added in v0.0.8

func (*UpdateCloudProviderResponse) ProtoMessage added in v0.0.8

func (*UpdateCloudProviderResponse) ProtoMessage()

func (*UpdateCloudProviderResponse) Reset added in v0.0.8

func (m *UpdateCloudProviderResponse) Reset()

func (*UpdateCloudProviderResponse) String added in v0.0.8

func (m *UpdateCloudProviderResponse) String() string

func (*UpdateCloudProviderResponse) Validate added in v0.0.8

func (m *UpdateCloudProviderResponse) Validate() error

Validate checks the field values on UpdateCloudProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateCloudProviderResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateCloudProviderResponse) XXX_DiscardUnknown()

func (*UpdateCloudProviderResponse) XXX_Marshal added in v0.0.8

func (m *UpdateCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCloudProviderResponse) XXX_Merge added in v0.0.8

func (m *UpdateCloudProviderResponse) XXX_Merge(src proto.Message)

func (*UpdateCloudProviderResponse) XXX_Size added in v0.0.8

func (m *UpdateCloudProviderResponse) XXX_Size() int

func (*UpdateCloudProviderResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateCloudProviderResponse) XXX_Unmarshal(b []byte) error

type UpdateCloudProviderResponseValidationError added in v0.0.8

type UpdateCloudProviderResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateCloudProviderResponseValidationError is the validation error returned by UpdateCloudProviderResponse.Validate if the designated constraints aren't met.

func (UpdateCloudProviderResponseValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (UpdateCloudProviderResponseValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (UpdateCloudProviderResponseValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (UpdateCloudProviderResponseValidationError) Field added in v0.0.8

Field function returns field value.

func (UpdateCloudProviderResponseValidationError) Key added in v0.0.8

Key function returns key value.

func (UpdateCloudProviderResponseValidationError) Reason added in v0.0.8

Reason function returns reason value.

type UpdateDeploymentRequest added in v0.0.6

type UpdateDeploymentRequest struct {
	Payload              *Deployment           `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateDeploymentRequest) AtlasValidateJSON added in v0.0.6

func (_ *UpdateDeploymentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateDeploymentRequest.

func (*UpdateDeploymentRequest) Descriptor added in v0.0.6

func (*UpdateDeploymentRequest) Descriptor() ([]byte, []int)

func (*UpdateDeploymentRequest) GetFields added in v0.0.6

func (*UpdateDeploymentRequest) GetPayload added in v0.0.6

func (m *UpdateDeploymentRequest) GetPayload() *Deployment

func (*UpdateDeploymentRequest) ProtoMessage added in v0.0.6

func (*UpdateDeploymentRequest) ProtoMessage()

func (*UpdateDeploymentRequest) Reset added in v0.0.6

func (m *UpdateDeploymentRequest) Reset()

func (*UpdateDeploymentRequest) String added in v0.0.6

func (m *UpdateDeploymentRequest) String() string

func (*UpdateDeploymentRequest) Validate added in v0.0.6

func (m *UpdateDeploymentRequest) Validate() error

Validate checks the field values on UpdateDeploymentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateDeploymentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateDeploymentRequest) XXX_DiscardUnknown()

func (*UpdateDeploymentRequest) XXX_Marshal added in v0.0.8

func (m *UpdateDeploymentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateDeploymentRequest) XXX_Merge added in v0.0.8

func (m *UpdateDeploymentRequest) XXX_Merge(src proto.Message)

func (*UpdateDeploymentRequest) XXX_Size added in v0.0.8

func (m *UpdateDeploymentRequest) XXX_Size() int

func (*UpdateDeploymentRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateDeploymentRequest) XXX_Unmarshal(b []byte) error

type UpdateDeploymentRequestValidationError added in v0.0.6

type UpdateDeploymentRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateDeploymentRequestValidationError is the validation error returned by UpdateDeploymentRequest.Validate if the designated constraints aren't met.

func (UpdateDeploymentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateDeploymentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateDeploymentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateDeploymentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateDeploymentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateDeploymentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateDeploymentResponse added in v0.0.6

type UpdateDeploymentResponse struct {
	Result               *Deployment `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UpdateDeploymentResponse) AtlasValidateJSON added in v0.0.6

func (_ *UpdateDeploymentResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateDeploymentResponse.

func (*UpdateDeploymentResponse) Descriptor added in v0.0.6

func (*UpdateDeploymentResponse) Descriptor() ([]byte, []int)

func (*UpdateDeploymentResponse) GetResult added in v0.0.6

func (m *UpdateDeploymentResponse) GetResult() *Deployment

func (*UpdateDeploymentResponse) ProtoMessage added in v0.0.6

func (*UpdateDeploymentResponse) ProtoMessage()

func (*UpdateDeploymentResponse) Reset added in v0.0.6

func (m *UpdateDeploymentResponse) Reset()

func (*UpdateDeploymentResponse) String added in v0.0.6

func (m *UpdateDeploymentResponse) String() string

func (*UpdateDeploymentResponse) Validate added in v0.0.6

func (m *UpdateDeploymentResponse) Validate() error

Validate checks the field values on UpdateDeploymentResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateDeploymentResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateDeploymentResponse) XXX_DiscardUnknown()

func (*UpdateDeploymentResponse) XXX_Marshal added in v0.0.8

func (m *UpdateDeploymentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateDeploymentResponse) XXX_Merge added in v0.0.8

func (m *UpdateDeploymentResponse) XXX_Merge(src proto.Message)

func (*UpdateDeploymentResponse) XXX_Size added in v0.0.8

func (m *UpdateDeploymentResponse) XXX_Size() int

func (*UpdateDeploymentResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateDeploymentResponse) XXX_Unmarshal(b []byte) error

type UpdateDeploymentResponseValidationError added in v0.0.6

type UpdateDeploymentResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateDeploymentResponseValidationError is the validation error returned by UpdateDeploymentResponse.Validate if the designated constraints aren't met.

func (UpdateDeploymentResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateDeploymentResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateDeploymentResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateDeploymentResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateDeploymentResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateDeploymentResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateEnvironmentRequest added in v0.0.6

type UpdateEnvironmentRequest struct {
	Payload              *Environment          `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateEnvironmentRequest) AtlasValidateJSON added in v0.0.6

func (_ *UpdateEnvironmentRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateEnvironmentRequest.

func (*UpdateEnvironmentRequest) Descriptor added in v0.0.6

func (*UpdateEnvironmentRequest) Descriptor() ([]byte, []int)

func (*UpdateEnvironmentRequest) GetFields added in v0.0.6

func (*UpdateEnvironmentRequest) GetPayload added in v0.0.6

func (m *UpdateEnvironmentRequest) GetPayload() *Environment

func (*UpdateEnvironmentRequest) ProtoMessage added in v0.0.6

func (*UpdateEnvironmentRequest) ProtoMessage()

func (*UpdateEnvironmentRequest) Reset added in v0.0.6

func (m *UpdateEnvironmentRequest) Reset()

func (*UpdateEnvironmentRequest) String added in v0.0.6

func (m *UpdateEnvironmentRequest) String() string

func (*UpdateEnvironmentRequest) Validate added in v0.0.6

func (m *UpdateEnvironmentRequest) Validate() error

Validate checks the field values on UpdateEnvironmentRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateEnvironmentRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateEnvironmentRequest) XXX_DiscardUnknown()

func (*UpdateEnvironmentRequest) XXX_Marshal added in v0.0.8

func (m *UpdateEnvironmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateEnvironmentRequest) XXX_Merge added in v0.0.8

func (m *UpdateEnvironmentRequest) XXX_Merge(src proto.Message)

func (*UpdateEnvironmentRequest) XXX_Size added in v0.0.8

func (m *UpdateEnvironmentRequest) XXX_Size() int

func (*UpdateEnvironmentRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateEnvironmentRequest) XXX_Unmarshal(b []byte) error

type UpdateEnvironmentRequestValidationError added in v0.0.6

type UpdateEnvironmentRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateEnvironmentRequestValidationError is the validation error returned by UpdateEnvironmentRequest.Validate if the designated constraints aren't met.

func (UpdateEnvironmentRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateEnvironmentRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateEnvironmentRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateEnvironmentRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateEnvironmentRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateEnvironmentRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateEnvironmentResponse added in v0.0.6

type UpdateEnvironmentResponse struct {
	Result               *Environment `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateEnvironmentResponse) AtlasValidateJSON added in v0.0.6

func (_ *UpdateEnvironmentResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateEnvironmentResponse.

func (*UpdateEnvironmentResponse) Descriptor added in v0.0.6

func (*UpdateEnvironmentResponse) Descriptor() ([]byte, []int)

func (*UpdateEnvironmentResponse) GetResult added in v0.0.6

func (m *UpdateEnvironmentResponse) GetResult() *Environment

func (*UpdateEnvironmentResponse) ProtoMessage added in v0.0.6

func (*UpdateEnvironmentResponse) ProtoMessage()

func (*UpdateEnvironmentResponse) Reset added in v0.0.6

func (m *UpdateEnvironmentResponse) Reset()

func (*UpdateEnvironmentResponse) String added in v0.0.6

func (m *UpdateEnvironmentResponse) String() string

func (*UpdateEnvironmentResponse) Validate added in v0.0.6

func (m *UpdateEnvironmentResponse) Validate() error

Validate checks the field values on UpdateEnvironmentResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateEnvironmentResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateEnvironmentResponse) XXX_DiscardUnknown()

func (*UpdateEnvironmentResponse) XXX_Marshal added in v0.0.8

func (m *UpdateEnvironmentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateEnvironmentResponse) XXX_Merge added in v0.0.8

func (m *UpdateEnvironmentResponse) XXX_Merge(src proto.Message)

func (*UpdateEnvironmentResponse) XXX_Size added in v0.0.8

func (m *UpdateEnvironmentResponse) XXX_Size() int

func (*UpdateEnvironmentResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateEnvironmentResponse) XXX_Unmarshal(b []byte) error

type UpdateEnvironmentResponseValidationError added in v0.0.6

type UpdateEnvironmentResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateEnvironmentResponseValidationError is the validation error returned by UpdateEnvironmentResponse.Validate if the designated constraints aren't met.

func (UpdateEnvironmentResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateEnvironmentResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateEnvironmentResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateEnvironmentResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateEnvironmentResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateEnvironmentResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateKubeClusterRequest added in v0.0.6

type UpdateKubeClusterRequest struct {
	Payload              *KubeCluster          `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateKubeClusterRequest) AtlasValidateJSON added in v0.0.6

func (_ *UpdateKubeClusterRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateKubeClusterRequest.

func (*UpdateKubeClusterRequest) Descriptor added in v0.0.6

func (*UpdateKubeClusterRequest) Descriptor() ([]byte, []int)

func (*UpdateKubeClusterRequest) GetFields added in v0.0.6

func (*UpdateKubeClusterRequest) GetPayload added in v0.0.6

func (m *UpdateKubeClusterRequest) GetPayload() *KubeCluster

func (*UpdateKubeClusterRequest) ProtoMessage added in v0.0.6

func (*UpdateKubeClusterRequest) ProtoMessage()

func (*UpdateKubeClusterRequest) Reset added in v0.0.6

func (m *UpdateKubeClusterRequest) Reset()

func (*UpdateKubeClusterRequest) String added in v0.0.6

func (m *UpdateKubeClusterRequest) String() string

func (*UpdateKubeClusterRequest) Validate added in v0.0.6

func (m *UpdateKubeClusterRequest) Validate() error

Validate checks the field values on UpdateKubeClusterRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateKubeClusterRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateKubeClusterRequest) XXX_DiscardUnknown()

func (*UpdateKubeClusterRequest) XXX_Marshal added in v0.0.8

func (m *UpdateKubeClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateKubeClusterRequest) XXX_Merge added in v0.0.8

func (m *UpdateKubeClusterRequest) XXX_Merge(src proto.Message)

func (*UpdateKubeClusterRequest) XXX_Size added in v0.0.8

func (m *UpdateKubeClusterRequest) XXX_Size() int

func (*UpdateKubeClusterRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateKubeClusterRequest) XXX_Unmarshal(b []byte) error

type UpdateKubeClusterRequestValidationError added in v0.0.6

type UpdateKubeClusterRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateKubeClusterRequestValidationError is the validation error returned by UpdateKubeClusterRequest.Validate if the designated constraints aren't met.

func (UpdateKubeClusterRequestValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateKubeClusterRequestValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateKubeClusterRequestValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateKubeClusterRequestValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateKubeClusterRequestValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateKubeClusterRequestValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateKubeClusterResponse added in v0.0.6

type UpdateKubeClusterResponse struct {
	Result               *KubeCluster `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateKubeClusterResponse) AtlasValidateJSON added in v0.0.6

func (_ *UpdateKubeClusterResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateKubeClusterResponse.

func (*UpdateKubeClusterResponse) Descriptor added in v0.0.6

func (*UpdateKubeClusterResponse) Descriptor() ([]byte, []int)

func (*UpdateKubeClusterResponse) GetResult added in v0.0.6

func (m *UpdateKubeClusterResponse) GetResult() *KubeCluster

func (*UpdateKubeClusterResponse) ProtoMessage added in v0.0.6

func (*UpdateKubeClusterResponse) ProtoMessage()

func (*UpdateKubeClusterResponse) Reset added in v0.0.6

func (m *UpdateKubeClusterResponse) Reset()

func (*UpdateKubeClusterResponse) String added in v0.0.6

func (m *UpdateKubeClusterResponse) String() string

func (*UpdateKubeClusterResponse) Validate added in v0.0.6

func (m *UpdateKubeClusterResponse) Validate() error

Validate checks the field values on UpdateKubeClusterResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateKubeClusterResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateKubeClusterResponse) XXX_DiscardUnknown()

func (*UpdateKubeClusterResponse) XXX_Marshal added in v0.0.8

func (m *UpdateKubeClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateKubeClusterResponse) XXX_Merge added in v0.0.8

func (m *UpdateKubeClusterResponse) XXX_Merge(src proto.Message)

func (*UpdateKubeClusterResponse) XXX_Size added in v0.0.8

func (m *UpdateKubeClusterResponse) XXX_Size() int

func (*UpdateKubeClusterResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateKubeClusterResponse) XXX_Unmarshal(b []byte) error

type UpdateKubeClusterResponseValidationError added in v0.0.6

type UpdateKubeClusterResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateKubeClusterResponseValidationError is the validation error returned by UpdateKubeClusterResponse.Validate if the designated constraints aren't met.

func (UpdateKubeClusterResponseValidationError) Cause added in v0.0.6

Cause function returns cause value.

func (UpdateKubeClusterResponseValidationError) Error added in v0.0.6

Error satisfies the builtin error interface

func (UpdateKubeClusterResponseValidationError) ErrorName added in v0.0.6

ErrorName returns error name.

func (UpdateKubeClusterResponseValidationError) Field added in v0.0.6

Field function returns field value.

func (UpdateKubeClusterResponseValidationError) Key added in v0.0.6

Key function returns key value.

func (UpdateKubeClusterResponseValidationError) Reason added in v0.0.6

Reason function returns reason value.

type UpdateLifecycleRequest added in v0.0.15

type UpdateLifecycleRequest struct {
	Payload              *Lifecycle            `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateLifecycleRequest) AtlasValidateJSON added in v0.0.15

func (_ *UpdateLifecycleRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateLifecycleRequest.

func (*UpdateLifecycleRequest) Descriptor added in v0.0.15

func (*UpdateLifecycleRequest) Descriptor() ([]byte, []int)

func (*UpdateLifecycleRequest) GetFields added in v0.0.15

func (*UpdateLifecycleRequest) GetPayload added in v0.0.15

func (m *UpdateLifecycleRequest) GetPayload() *Lifecycle

func (*UpdateLifecycleRequest) ProtoMessage added in v0.0.15

func (*UpdateLifecycleRequest) ProtoMessage()

func (*UpdateLifecycleRequest) Reset added in v0.0.15

func (m *UpdateLifecycleRequest) Reset()

func (*UpdateLifecycleRequest) String added in v0.0.15

func (m *UpdateLifecycleRequest) String() string

func (*UpdateLifecycleRequest) Validate added in v0.0.15

func (m *UpdateLifecycleRequest) Validate() error

Validate checks the field values on UpdateLifecycleRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateLifecycleRequest) XXX_DiscardUnknown added in v0.0.15

func (m *UpdateLifecycleRequest) XXX_DiscardUnknown()

func (*UpdateLifecycleRequest) XXX_Marshal added in v0.0.15

func (m *UpdateLifecycleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateLifecycleRequest) XXX_Merge added in v0.0.15

func (m *UpdateLifecycleRequest) XXX_Merge(src proto.Message)

func (*UpdateLifecycleRequest) XXX_Size added in v0.0.15

func (m *UpdateLifecycleRequest) XXX_Size() int

func (*UpdateLifecycleRequest) XXX_Unmarshal added in v0.0.15

func (m *UpdateLifecycleRequest) XXX_Unmarshal(b []byte) error

type UpdateLifecycleRequestValidationError added in v0.0.15

type UpdateLifecycleRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateLifecycleRequestValidationError is the validation error returned by UpdateLifecycleRequest.Validate if the designated constraints aren't met.

func (UpdateLifecycleRequestValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (UpdateLifecycleRequestValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (UpdateLifecycleRequestValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (UpdateLifecycleRequestValidationError) Field added in v0.0.15

Field function returns field value.

func (UpdateLifecycleRequestValidationError) Key added in v0.0.15

Key function returns key value.

func (UpdateLifecycleRequestValidationError) Reason added in v0.0.15

Reason function returns reason value.

type UpdateLifecycleResponse added in v0.0.15

type UpdateLifecycleResponse struct {
	Result               *Lifecycle `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*UpdateLifecycleResponse) AtlasValidateJSON added in v0.0.15

func (_ *UpdateLifecycleResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateLifecycleResponse.

func (*UpdateLifecycleResponse) Descriptor added in v0.0.15

func (*UpdateLifecycleResponse) Descriptor() ([]byte, []int)

func (*UpdateLifecycleResponse) GetResult added in v0.0.15

func (m *UpdateLifecycleResponse) GetResult() *Lifecycle

func (*UpdateLifecycleResponse) ProtoMessage added in v0.0.15

func (*UpdateLifecycleResponse) ProtoMessage()

func (*UpdateLifecycleResponse) Reset added in v0.0.15

func (m *UpdateLifecycleResponse) Reset()

func (*UpdateLifecycleResponse) String added in v0.0.15

func (m *UpdateLifecycleResponse) String() string

func (*UpdateLifecycleResponse) Validate added in v0.0.15

func (m *UpdateLifecycleResponse) Validate() error

Validate checks the field values on UpdateLifecycleResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateLifecycleResponse) XXX_DiscardUnknown added in v0.0.15

func (m *UpdateLifecycleResponse) XXX_DiscardUnknown()

func (*UpdateLifecycleResponse) XXX_Marshal added in v0.0.15

func (m *UpdateLifecycleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateLifecycleResponse) XXX_Merge added in v0.0.15

func (m *UpdateLifecycleResponse) XXX_Merge(src proto.Message)

func (*UpdateLifecycleResponse) XXX_Size added in v0.0.15

func (m *UpdateLifecycleResponse) XXX_Size() int

func (*UpdateLifecycleResponse) XXX_Unmarshal added in v0.0.15

func (m *UpdateLifecycleResponse) XXX_Unmarshal(b []byte) error

type UpdateLifecycleResponseValidationError added in v0.0.15

type UpdateLifecycleResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateLifecycleResponseValidationError is the validation error returned by UpdateLifecycleResponse.Validate if the designated constraints aren't met.

func (UpdateLifecycleResponseValidationError) Cause added in v0.0.15

Cause function returns cause value.

func (UpdateLifecycleResponseValidationError) Error added in v0.0.15

Error satisfies the builtin error interface

func (UpdateLifecycleResponseValidationError) ErrorName added in v0.0.15

ErrorName returns error name.

func (UpdateLifecycleResponseValidationError) Field added in v0.0.15

Field function returns field value.

func (UpdateLifecycleResponseValidationError) Key added in v0.0.15

Key function returns key value.

func (UpdateLifecycleResponseValidationError) Reason added in v0.0.15

Reason function returns reason value.

type UpdateNetworkRequest added in v0.0.27

type UpdateNetworkRequest struct {
	Payload              *Network              `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateNetworkRequest) AtlasValidateJSON added in v0.0.27

func (_ *UpdateNetworkRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateNetworkRequest.

func (*UpdateNetworkRequest) Descriptor added in v0.0.27

func (*UpdateNetworkRequest) Descriptor() ([]byte, []int)

func (*UpdateNetworkRequest) GetFields added in v0.0.27

func (m *UpdateNetworkRequest) GetFields() *field_mask.FieldMask

func (*UpdateNetworkRequest) GetPayload added in v0.0.27

func (m *UpdateNetworkRequest) GetPayload() *Network

func (*UpdateNetworkRequest) ProtoMessage added in v0.0.27

func (*UpdateNetworkRequest) ProtoMessage()

func (*UpdateNetworkRequest) Reset added in v0.0.27

func (m *UpdateNetworkRequest) Reset()

func (*UpdateNetworkRequest) String added in v0.0.27

func (m *UpdateNetworkRequest) String() string

func (*UpdateNetworkRequest) Validate added in v0.0.27

func (m *UpdateNetworkRequest) Validate() error

Validate checks the field values on UpdateNetworkRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateNetworkRequest) XXX_DiscardUnknown added in v0.0.27

func (m *UpdateNetworkRequest) XXX_DiscardUnknown()

func (*UpdateNetworkRequest) XXX_Marshal added in v0.0.27

func (m *UpdateNetworkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateNetworkRequest) XXX_Merge added in v0.0.27

func (m *UpdateNetworkRequest) XXX_Merge(src proto.Message)

func (*UpdateNetworkRequest) XXX_Size added in v0.0.27

func (m *UpdateNetworkRequest) XXX_Size() int

func (*UpdateNetworkRequest) XXX_Unmarshal added in v0.0.27

func (m *UpdateNetworkRequest) XXX_Unmarshal(b []byte) error

type UpdateNetworkRequestValidationError added in v0.0.27

type UpdateNetworkRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateNetworkRequestValidationError is the validation error returned by UpdateNetworkRequest.Validate if the designated constraints aren't met.

func (UpdateNetworkRequestValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (UpdateNetworkRequestValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (UpdateNetworkRequestValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (UpdateNetworkRequestValidationError) Field added in v0.0.27

Field function returns field value.

func (UpdateNetworkRequestValidationError) Key added in v0.0.27

Key function returns key value.

func (UpdateNetworkRequestValidationError) Reason added in v0.0.27

Reason function returns reason value.

type UpdateNetworkResponse added in v0.0.27

type UpdateNetworkResponse struct {
	Result               *Network `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateNetworkResponse) AtlasValidateJSON added in v0.0.27

func (_ *UpdateNetworkResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateNetworkResponse.

func (*UpdateNetworkResponse) Descriptor added in v0.0.27

func (*UpdateNetworkResponse) Descriptor() ([]byte, []int)

func (*UpdateNetworkResponse) GetResult added in v0.0.27

func (m *UpdateNetworkResponse) GetResult() *Network

func (*UpdateNetworkResponse) ProtoMessage added in v0.0.27

func (*UpdateNetworkResponse) ProtoMessage()

func (*UpdateNetworkResponse) Reset added in v0.0.27

func (m *UpdateNetworkResponse) Reset()

func (*UpdateNetworkResponse) String added in v0.0.27

func (m *UpdateNetworkResponse) String() string

func (*UpdateNetworkResponse) Validate added in v0.0.27

func (m *UpdateNetworkResponse) Validate() error

Validate checks the field values on UpdateNetworkResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateNetworkResponse) XXX_DiscardUnknown added in v0.0.27

func (m *UpdateNetworkResponse) XXX_DiscardUnknown()

func (*UpdateNetworkResponse) XXX_Marshal added in v0.0.27

func (m *UpdateNetworkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateNetworkResponse) XXX_Merge added in v0.0.27

func (m *UpdateNetworkResponse) XXX_Merge(src proto.Message)

func (*UpdateNetworkResponse) XXX_Size added in v0.0.27

func (m *UpdateNetworkResponse) XXX_Size() int

func (*UpdateNetworkResponse) XXX_Unmarshal added in v0.0.27

func (m *UpdateNetworkResponse) XXX_Unmarshal(b []byte) error

type UpdateNetworkResponseValidationError added in v0.0.27

type UpdateNetworkResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateNetworkResponseValidationError is the validation error returned by UpdateNetworkResponse.Validate if the designated constraints aren't met.

func (UpdateNetworkResponseValidationError) Cause added in v0.0.27

Cause function returns cause value.

func (UpdateNetworkResponseValidationError) Error added in v0.0.27

Error satisfies the builtin error interface

func (UpdateNetworkResponseValidationError) ErrorName added in v0.0.27

ErrorName returns error name.

func (UpdateNetworkResponseValidationError) Field added in v0.0.27

Field function returns field value.

func (UpdateNetworkResponseValidationError) Key added in v0.0.27

Key function returns key value.

func (UpdateNetworkResponseValidationError) Reason added in v0.0.27

Reason function returns reason value.

type UpdateRegionRequest

type UpdateRegionRequest struct {
	Payload              *Region               `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateRegionRequest) AtlasValidateJSON

func (_ *UpdateRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateRegionRequest.

func (*UpdateRegionRequest) Descriptor

func (*UpdateRegionRequest) Descriptor() ([]byte, []int)

func (*UpdateRegionRequest) GetFields

func (m *UpdateRegionRequest) GetFields() *field_mask.FieldMask

func (*UpdateRegionRequest) GetPayload

func (m *UpdateRegionRequest) GetPayload() *Region

func (*UpdateRegionRequest) ProtoMessage

func (*UpdateRegionRequest) ProtoMessage()

func (*UpdateRegionRequest) Reset

func (m *UpdateRegionRequest) Reset()

func (*UpdateRegionRequest) String

func (m *UpdateRegionRequest) String() string

func (*UpdateRegionRequest) Validate

func (m *UpdateRegionRequest) Validate() error

Validate checks the field values on UpdateRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateRegionRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateRegionRequest) XXX_DiscardUnknown()

func (*UpdateRegionRequest) XXX_Marshal added in v0.0.8

func (m *UpdateRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRegionRequest) XXX_Merge added in v0.0.8

func (m *UpdateRegionRequest) XXX_Merge(src proto.Message)

func (*UpdateRegionRequest) XXX_Size added in v0.0.8

func (m *UpdateRegionRequest) XXX_Size() int

func (*UpdateRegionRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateRegionRequest) XXX_Unmarshal(b []byte) error

type UpdateRegionRequestValidationError

type UpdateRegionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateRegionRequestValidationError is the validation error returned by UpdateRegionRequest.Validate if the designated constraints aren't met.

func (UpdateRegionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateRegionRequestValidationError) Field

Field function returns field value.

func (UpdateRegionRequestValidationError) Key

Key function returns key value.

func (UpdateRegionRequestValidationError) Reason

Reason function returns reason value.

type UpdateRegionResponse

type UpdateRegionResponse struct {
	Result               *Region  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateRegionResponse) AtlasValidateJSON

func (_ *UpdateRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateRegionResponse.

func (*UpdateRegionResponse) Descriptor

func (*UpdateRegionResponse) Descriptor() ([]byte, []int)

func (*UpdateRegionResponse) GetResult

func (m *UpdateRegionResponse) GetResult() *Region

func (*UpdateRegionResponse) ProtoMessage

func (*UpdateRegionResponse) ProtoMessage()

func (*UpdateRegionResponse) Reset

func (m *UpdateRegionResponse) Reset()

func (*UpdateRegionResponse) String

func (m *UpdateRegionResponse) String() string

func (*UpdateRegionResponse) Validate

func (m *UpdateRegionResponse) Validate() error

Validate checks the field values on UpdateRegionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateRegionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateRegionResponse) XXX_DiscardUnknown()

func (*UpdateRegionResponse) XXX_Marshal added in v0.0.8

func (m *UpdateRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRegionResponse) XXX_Merge added in v0.0.8

func (m *UpdateRegionResponse) XXX_Merge(src proto.Message)

func (*UpdateRegionResponse) XXX_Size added in v0.0.8

func (m *UpdateRegionResponse) XXX_Size() int

func (*UpdateRegionResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateRegionResponse) XXX_Unmarshal(b []byte) error

type UpdateRegionResponseValidationError

type UpdateRegionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateRegionResponseValidationError is the validation error returned by UpdateRegionResponse.Validate if the designated constraints aren't met.

func (UpdateRegionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateRegionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateRegionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateRegionResponseValidationError) Field

Field function returns field value.

func (UpdateRegionResponseValidationError) Key

Key function returns key value.

func (UpdateRegionResponseValidationError) Reason

Reason function returns reason value.

type UpdateSecretRequest added in v0.0.5

type UpdateSecretRequest struct {
	Payload              *Secret               `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateSecretRequest) AtlasValidateJSON added in v0.0.5

func (_ *UpdateSecretRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateSecretRequest.

func (*UpdateSecretRequest) Descriptor added in v0.0.5

func (*UpdateSecretRequest) Descriptor() ([]byte, []int)

func (*UpdateSecretRequest) GetFields added in v0.0.5

func (m *UpdateSecretRequest) GetFields() *field_mask.FieldMask

func (*UpdateSecretRequest) GetPayload added in v0.0.5

func (m *UpdateSecretRequest) GetPayload() *Secret

func (*UpdateSecretRequest) ProtoMessage added in v0.0.5

func (*UpdateSecretRequest) ProtoMessage()

func (*UpdateSecretRequest) Reset added in v0.0.5

func (m *UpdateSecretRequest) Reset()

func (*UpdateSecretRequest) String added in v0.0.5

func (m *UpdateSecretRequest) String() string

func (*UpdateSecretRequest) Validate added in v0.0.5

func (m *UpdateSecretRequest) Validate() error

Validate checks the field values on UpdateSecretRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateSecretRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateSecretRequest) XXX_DiscardUnknown()

func (*UpdateSecretRequest) XXX_Marshal added in v0.0.8

func (m *UpdateSecretRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateSecretRequest) XXX_Merge added in v0.0.8

func (m *UpdateSecretRequest) XXX_Merge(src proto.Message)

func (*UpdateSecretRequest) XXX_Size added in v0.0.8

func (m *UpdateSecretRequest) XXX_Size() int

func (*UpdateSecretRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateSecretRequest) XXX_Unmarshal(b []byte) error

type UpdateSecretRequestValidationError added in v0.0.5

type UpdateSecretRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateSecretRequestValidationError is the validation error returned by UpdateSecretRequest.Validate if the designated constraints aren't met.

func (UpdateSecretRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (UpdateSecretRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (UpdateSecretRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (UpdateSecretRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (UpdateSecretRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (UpdateSecretRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type UpdateSecretResponse added in v0.0.5

type UpdateSecretResponse struct {
	Result               *Secret  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateSecretResponse) AtlasValidateJSON added in v0.0.5

func (_ *UpdateSecretResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateSecretResponse.

func (*UpdateSecretResponse) Descriptor added in v0.0.5

func (*UpdateSecretResponse) Descriptor() ([]byte, []int)

func (*UpdateSecretResponse) GetResult added in v0.0.5

func (m *UpdateSecretResponse) GetResult() *Secret

func (*UpdateSecretResponse) ProtoMessage added in v0.0.5

func (*UpdateSecretResponse) ProtoMessage()

func (*UpdateSecretResponse) Reset added in v0.0.5

func (m *UpdateSecretResponse) Reset()

func (*UpdateSecretResponse) String added in v0.0.5

func (m *UpdateSecretResponse) String() string

func (*UpdateSecretResponse) Validate added in v0.0.5

func (m *UpdateSecretResponse) Validate() error

Validate checks the field values on UpdateSecretResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateSecretResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateSecretResponse) XXX_DiscardUnknown()

func (*UpdateSecretResponse) XXX_Marshal added in v0.0.8

func (m *UpdateSecretResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateSecretResponse) XXX_Merge added in v0.0.8

func (m *UpdateSecretResponse) XXX_Merge(src proto.Message)

func (*UpdateSecretResponse) XXX_Size added in v0.0.8

func (m *UpdateSecretResponse) XXX_Size() int

func (*UpdateSecretResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateSecretResponse) XXX_Unmarshal(b []byte) error

type UpdateSecretResponseValidationError added in v0.0.5

type UpdateSecretResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateSecretResponseValidationError is the validation error returned by UpdateSecretResponse.Validate if the designated constraints aren't met.

func (UpdateSecretResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (UpdateSecretResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (UpdateSecretResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (UpdateSecretResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (UpdateSecretResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (UpdateSecretResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type UpdateVaultRequest added in v0.0.5

type UpdateVaultRequest struct {
	Payload              *Vault                `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateVaultRequest) AtlasValidateJSON added in v0.0.5

func (_ *UpdateVaultRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateVaultRequest.

func (*UpdateVaultRequest) Descriptor added in v0.0.5

func (*UpdateVaultRequest) Descriptor() ([]byte, []int)

func (*UpdateVaultRequest) GetFields added in v0.0.5

func (m *UpdateVaultRequest) GetFields() *field_mask.FieldMask

func (*UpdateVaultRequest) GetPayload added in v0.0.5

func (m *UpdateVaultRequest) GetPayload() *Vault

func (*UpdateVaultRequest) ProtoMessage added in v0.0.5

func (*UpdateVaultRequest) ProtoMessage()

func (*UpdateVaultRequest) Reset added in v0.0.5

func (m *UpdateVaultRequest) Reset()

func (*UpdateVaultRequest) String added in v0.0.5

func (m *UpdateVaultRequest) String() string

func (*UpdateVaultRequest) Validate added in v0.0.5

func (m *UpdateVaultRequest) Validate() error

Validate checks the field values on UpdateVaultRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateVaultRequest) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateVaultRequest) XXX_DiscardUnknown()

func (*UpdateVaultRequest) XXX_Marshal added in v0.0.8

func (m *UpdateVaultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateVaultRequest) XXX_Merge added in v0.0.8

func (m *UpdateVaultRequest) XXX_Merge(src proto.Message)

func (*UpdateVaultRequest) XXX_Size added in v0.0.8

func (m *UpdateVaultRequest) XXX_Size() int

func (*UpdateVaultRequest) XXX_Unmarshal added in v0.0.8

func (m *UpdateVaultRequest) XXX_Unmarshal(b []byte) error

type UpdateVaultRequestValidationError added in v0.0.5

type UpdateVaultRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateVaultRequestValidationError is the validation error returned by UpdateVaultRequest.Validate if the designated constraints aren't met.

func (UpdateVaultRequestValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (UpdateVaultRequestValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (UpdateVaultRequestValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (UpdateVaultRequestValidationError) Field added in v0.0.5

Field function returns field value.

func (UpdateVaultRequestValidationError) Key added in v0.0.5

Key function returns key value.

func (UpdateVaultRequestValidationError) Reason added in v0.0.5

Reason function returns reason value.

type UpdateVaultResponse added in v0.0.5

type UpdateVaultResponse struct {
	Result               *Vault   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateVaultResponse) AtlasValidateJSON added in v0.0.5

func (_ *UpdateVaultResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateVaultResponse.

func (*UpdateVaultResponse) Descriptor added in v0.0.5

func (*UpdateVaultResponse) Descriptor() ([]byte, []int)

func (*UpdateVaultResponse) GetResult added in v0.0.5

func (m *UpdateVaultResponse) GetResult() *Vault

func (*UpdateVaultResponse) ProtoMessage added in v0.0.5

func (*UpdateVaultResponse) ProtoMessage()

func (*UpdateVaultResponse) Reset added in v0.0.5

func (m *UpdateVaultResponse) Reset()

func (*UpdateVaultResponse) String added in v0.0.5

func (m *UpdateVaultResponse) String() string

func (*UpdateVaultResponse) Validate added in v0.0.5

func (m *UpdateVaultResponse) Validate() error

Validate checks the field values on UpdateVaultResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateVaultResponse) XXX_DiscardUnknown added in v0.0.8

func (m *UpdateVaultResponse) XXX_DiscardUnknown()

func (*UpdateVaultResponse) XXX_Marshal added in v0.0.8

func (m *UpdateVaultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateVaultResponse) XXX_Merge added in v0.0.8

func (m *UpdateVaultResponse) XXX_Merge(src proto.Message)

func (*UpdateVaultResponse) XXX_Size added in v0.0.8

func (m *UpdateVaultResponse) XXX_Size() int

func (*UpdateVaultResponse) XXX_Unmarshal added in v0.0.8

func (m *UpdateVaultResponse) XXX_Unmarshal(b []byte) error

type UpdateVaultResponseValidationError added in v0.0.5

type UpdateVaultResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateVaultResponseValidationError is the validation error returned by UpdateVaultResponse.Validate if the designated constraints aren't met.

func (UpdateVaultResponseValidationError) Cause added in v0.0.5

Cause function returns cause value.

func (UpdateVaultResponseValidationError) Error added in v0.0.5

Error satisfies the builtin error interface

func (UpdateVaultResponseValidationError) ErrorName added in v0.0.5

ErrorName returns error name.

func (UpdateVaultResponseValidationError) Field added in v0.0.5

Field function returns field value.

func (UpdateVaultResponseValidationError) Key added in v0.0.5

Key function returns key value.

func (UpdateVaultResponseValidationError) Reason added in v0.0.5

Reason function returns reason value.

type Vault added in v0.0.5

type Vault struct {
	// The vault identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the vault
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the vault
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The list of Secrets stored against the path on vault
	Secrets              []*Secret `protobuf:"bytes,5,rep,name=secrets,proto3" json:"secrets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

------------------------------------------------------ Vault represents the store for keeping Secrets ------------------------------------------------------

func DefaultApplyFieldMaskVault added in v0.0.5

func DefaultApplyFieldMaskVault(ctx context.Context, patchee *Vault, patcher *Vault, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Vault, error)

DefaultApplyFieldMaskVault patches an pbObject with patcher according to a field mask.

func DefaultCreateVault added in v0.0.5

func DefaultCreateVault(ctx context.Context, in *Vault, db *gorm1.DB) (*Vault, error)

DefaultCreateVault executes a basic gorm create call

func DefaultListVault added in v0.0.5

func DefaultListVault(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Vault, error)

DefaultListVault executes a gorm list call

func DefaultPatchSetVault added in v0.0.8

func DefaultPatchSetVault(ctx context.Context, objects []*Vault, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Vault, error)

DefaultPatchSetVault executes a bulk gorm update call with patch behavior

func DefaultPatchVault added in v0.0.5

func DefaultPatchVault(ctx context.Context, in *Vault, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Vault, error)

DefaultPatchVault executes a basic gorm update call with patch behavior

func DefaultReadVault added in v0.0.5

func DefaultReadVault(ctx context.Context, in *Vault, db *gorm1.DB, fs *query1.FieldSelection) (*Vault, error)

DefaultReadVault executes a basic gorm read call

func DefaultStrictUpdateVault added in v0.0.5

func DefaultStrictUpdateVault(ctx context.Context, in *Vault, db *gorm1.DB) (*Vault, error)

DefaultStrictUpdateVault clears / replaces / appends first level 1:many children and then executes a gorm update call

func (*Vault) AtlasValidateJSON added in v0.0.5

func (_ *Vault) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Vault.

func (*Vault) Descriptor added in v0.0.5

func (*Vault) Descriptor() ([]byte, []int)

func (*Vault) GetDescription added in v0.0.5

func (m *Vault) GetDescription() string

func (*Vault) GetId added in v0.0.5

func (m *Vault) GetId() *resource.Identifier

func (*Vault) GetName added in v0.0.5

func (m *Vault) GetName() string

func (*Vault) GetSecrets added in v0.0.5

func (m *Vault) GetSecrets() []*Secret

func (*Vault) ProtoMessage added in v0.0.5

func (*Vault) ProtoMessage()

func (*Vault) Reset added in v0.0.5

func (m *Vault) Reset()

func (*Vault) String added in v0.0.5

func (m *Vault) String() string

func (*Vault) ToORM added in v0.0.5

func (m *Vault) ToORM(ctx context.Context) (VaultORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Vault) Validate added in v0.0.5

func (m *Vault) Validate() error

Validate checks the field values on Vault with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Vault) XXX_DiscardUnknown added in v0.0.8

func (m *Vault) XXX_DiscardUnknown()

func (*Vault) XXX_Marshal added in v0.0.8

func (m *Vault) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vault) XXX_Merge added in v0.0.8

func (m *Vault) XXX_Merge(src proto.Message)

func (*Vault) XXX_Size added in v0.0.8

func (m *Vault) XXX_Size() int

func (*Vault) XXX_Unmarshal added in v0.0.8

func (m *Vault) XXX_Unmarshal(b []byte) error

type VaultORM added in v0.0.5

type VaultORM struct {
	AccountID   string
	Description string
	Id          string `gorm:"type:UUID;primary_key"`
	Name        string
	Secrets     []*SecretORM `gorm:"foreignkey:VaultId;association_foreignkey:Id"`
}

func (VaultORM) BeforeSave added in v0.0.27

func (pOrm VaultORM) BeforeSave(scope *gorm.Scope) error

func (VaultORM) TableName added in v0.0.5

func (VaultORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*VaultORM) ToPB added in v0.0.5

func (m *VaultORM) ToPB(ctx context.Context) (Vault, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type VaultORMWithAfterCreate_ added in v0.0.8

type VaultORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type VaultORMWithAfterDeleteSet added in v0.0.8

type VaultORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Vault, *gorm1.DB) error
}

type VaultORMWithAfterDelete_ added in v0.0.8

type VaultORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type VaultORMWithAfterListFind added in v0.0.5

type VaultORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]VaultORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type VaultORMWithAfterReadFind added in v0.0.5

type VaultORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type VaultORMWithAfterStrictUpdateSave added in v0.0.5

type VaultORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type VaultORMWithBeforeCreate_ added in v0.0.8

type VaultORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VaultORMWithBeforeDeleteSet added in v0.0.8

type VaultORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Vault, *gorm1.DB) (*gorm1.DB, error)
}

type VaultORMWithBeforeDelete_ added in v0.0.8

type VaultORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VaultORMWithBeforeListApplyQuery added in v0.0.5

type VaultORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type VaultORMWithBeforeListFind added in v0.0.5

type VaultORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type VaultORMWithBeforeReadApplyQuery added in v0.0.5

type VaultORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type VaultORMWithBeforeReadFind added in v0.0.5

type VaultORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type VaultORMWithBeforeStrictUpdateCleanup added in v0.0.5

type VaultORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VaultORMWithBeforeStrictUpdateSave added in v0.0.5

type VaultORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VaultValidationError added in v0.0.5

type VaultValidationError struct {
	// contains filtered or unexported fields
}

VaultValidationError is the validation error returned by Vault.Validate if the designated constraints aren't met.

func (VaultValidationError) Cause added in v0.0.5

func (e VaultValidationError) Cause() error

Cause function returns cause value.

func (VaultValidationError) Error added in v0.0.5

func (e VaultValidationError) Error() string

Error satisfies the builtin error interface

func (VaultValidationError) ErrorName added in v0.0.5

func (e VaultValidationError) ErrorName() string

ErrorName returns error name.

func (VaultValidationError) Field added in v0.0.5

func (e VaultValidationError) Field() string

Field function returns field value.

func (VaultValidationError) Key added in v0.0.5

func (e VaultValidationError) Key() bool

Key function returns key value.

func (VaultValidationError) Reason added in v0.0.5

func (e VaultValidationError) Reason() string

Reason function returns reason value.

type VaultWithAfterPatchSave added in v0.0.5

type VaultWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Vault, *field_mask1.FieldMask, *gorm1.DB) error
}

type VaultWithAfterToORM added in v0.0.5

type VaultWithAfterToORM interface {
	AfterToORM(context.Context, *VaultORM) error
}

VaultAfterToORM called after default ToORM code

type VaultWithAfterToPB added in v0.0.5

type VaultWithAfterToPB interface {
	AfterToPB(context.Context, *Vault) error
}

VaultAfterToPB called after default ToPB code

type VaultWithBeforePatchApplyFieldMask added in v0.0.5

type VaultWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Vault, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VaultWithBeforePatchRead added in v0.0.5

type VaultWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Vault, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VaultWithBeforePatchSave added in v0.0.5

type VaultWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Vault, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VaultWithBeforeToORM added in v0.0.5

type VaultWithBeforeToORM interface {
	BeforeToORM(context.Context, *VaultORM) error
}

VaultBeforeToORM called before default ToORM code

type VaultWithBeforeToPB added in v0.0.5

type VaultWithBeforeToPB interface {
	BeforeToPB(context.Context, *Vault) error
}

VaultBeforeToPB called before default ToPB code

type VaultsClient added in v0.0.5

type VaultsClient interface {
	// Use this method to create a Vault information.
	Create(ctx context.Context, in *CreateVaultRequest, opts ...grpc.CallOption) (*CreateVaultResponse, error)
	// Use this method to read a Vault information by identifier.
	Read(ctx context.Context, in *ReadVaultRequest, opts ...grpc.CallOption) (*ReadVaultResponse, error)
	// Use this method to update a Vault information.
	Update(ctx context.Context, in *UpdateVaultRequest, opts ...grpc.CallOption) (*UpdateVaultResponse, error)
	// Use this method to delete a particular Vault.
	Delete(ctx context.Context, in *DeleteVaultRequest, opts ...grpc.CallOption) (*DeleteVaultResponse, error)
	// Use this method to retrieve all the Vaults.
	List(ctx context.Context, in *ListVaultRequest, opts ...grpc.CallOption) (*ListVaultsResponse, error)
}

VaultsClient is the client API for Vaults service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVaultsClient added in v0.0.5

func NewVaultsClient(cc *grpc.ClientConn) VaultsClient

type VaultsDefaultServer added in v0.0.5

type VaultsDefaultServer struct {
}

func (*VaultsDefaultServer) Create added in v0.0.5

Create ...

func (*VaultsDefaultServer) Delete added in v0.0.5

Delete ...

func (*VaultsDefaultServer) List added in v0.0.5

List ...

func (*VaultsDefaultServer) Read added in v0.0.5

Read ...

func (*VaultsDefaultServer) Update added in v0.0.5

Update ...

type VaultsServer added in v0.0.5

type VaultsServer interface {
	// Use this method to create a Vault information.
	Create(context.Context, *CreateVaultRequest) (*CreateVaultResponse, error)
	// Use this method to read a Vault information by identifier.
	Read(context.Context, *ReadVaultRequest) (*ReadVaultResponse, error)
	// Use this method to update a Vault information.
	Update(context.Context, *UpdateVaultRequest) (*UpdateVaultResponse, error)
	// Use this method to delete a particular Vault.
	Delete(context.Context, *DeleteVaultRequest) (*DeleteVaultResponse, error)
	// Use this method to retrieve all the Vaults.
	List(context.Context, *ListVaultRequest) (*ListVaultsResponse, error)
}

VaultsServer is the server API for Vaults service.

type VaultsVaultWithAfterCreate added in v0.0.5

type VaultsVaultWithAfterCreate interface {
	AfterCreate(context.Context, *CreateVaultResponse, *gorm1.DB) error
}

VaultsVaultWithAfterCreate called before DefaultCreateVault in the default Create handler

type VaultsVaultWithAfterDelete added in v0.0.5

type VaultsVaultWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteVaultResponse, *gorm1.DB) error
}

VaultsVaultWithAfterDelete called before DefaultDeleteVault in the default Delete handler

type VaultsVaultWithAfterList added in v0.0.5

type VaultsVaultWithAfterList interface {
	AfterList(context.Context, *ListVaultsResponse, *gorm1.DB) error
}

VaultsVaultWithAfterList called before DefaultListVault in the default List handler

type VaultsVaultWithAfterRead added in v0.0.5

type VaultsVaultWithAfterRead interface {
	AfterRead(context.Context, *ReadVaultResponse, *gorm1.DB) error
}

VaultsVaultWithAfterRead called before DefaultReadVault in the default Read handler

type VaultsVaultWithAfterUpdate added in v0.0.5

type VaultsVaultWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateVaultResponse, *gorm1.DB) error
}

VaultsVaultWithAfterUpdate called before DefaultUpdateVault in the default Update handler

type VaultsVaultWithBeforeCreate added in v0.0.5

type VaultsVaultWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VaultsVaultWithBeforeCreate called before DefaultCreateVault in the default Create handler

type VaultsVaultWithBeforeDelete added in v0.0.5

type VaultsVaultWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VaultsVaultWithBeforeDelete called before DefaultDeleteVault in the default Delete handler

type VaultsVaultWithBeforeList added in v0.0.5

type VaultsVaultWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VaultsVaultWithBeforeList called before DefaultListVault in the default List handler

type VaultsVaultWithBeforeRead added in v0.0.5

type VaultsVaultWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VaultsVaultWithBeforeRead called before DefaultReadVault in the default Read handler

type VaultsVaultWithBeforeUpdate added in v0.0.5

type VaultsVaultWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VaultsVaultWithBeforeUpdate called before DefaultUpdateVault in the default Update handler

type VersionResponse

type VersionResponse struct {
	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

--------------------------------- CMDB Application Version ---------------------------------

func (*VersionResponse) AtlasValidateJSON

func (_ *VersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object VersionResponse.

func (*VersionResponse) Descriptor

func (*VersionResponse) Descriptor() ([]byte, []int)

func (*VersionResponse) GetVersion

func (m *VersionResponse) GetVersion() string

func (*VersionResponse) ProtoMessage

func (*VersionResponse) ProtoMessage()

func (*VersionResponse) Reset

func (m *VersionResponse) Reset()

func (*VersionResponse) String

func (m *VersionResponse) String() string

func (*VersionResponse) Validate

func (m *VersionResponse) Validate() error

Validate checks the field values on VersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*VersionResponse) XXX_DiscardUnknown added in v0.0.8

func (m *VersionResponse) XXX_DiscardUnknown()

func (*VersionResponse) XXX_Marshal added in v0.0.8

func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VersionResponse) XXX_Merge added in v0.0.8

func (m *VersionResponse) XXX_Merge(src proto.Message)

func (*VersionResponse) XXX_Size added in v0.0.8

func (m *VersionResponse) XXX_Size() int

func (*VersionResponse) XXX_Unmarshal added in v0.0.8

func (m *VersionResponse) XXX_Unmarshal(b []byte) error

type VersionResponseValidationError

type VersionResponseValidationError struct {
	// contains filtered or unexported fields
}

VersionResponseValidationError is the validation error returned by VersionResponse.Validate if the designated constraints aren't met.

func (VersionResponseValidationError) Cause

Cause function returns cause value.

func (VersionResponseValidationError) Error

Error satisfies the builtin error interface

func (VersionResponseValidationError) ErrorName

func (e VersionResponseValidationError) ErrorName() string

ErrorName returns error name.

func (VersionResponseValidationError) Field

Field function returns field value.

func (VersionResponseValidationError) Key

Key function returns key value.

func (VersionResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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