Versions in this module Expand all Collapse all v0 v0.0.2 May 9, 2018 Changes in this version + const ChartMetadataEngineGOTPL + const ChartMetadataEngineUNKNOWN + const ReleaseStatusCodeDELETED + const ReleaseStatusCodeDELETING + const ReleaseStatusCodeDEPLOYED + const ReleaseStatusCodeFAILED + const ReleaseStatusCodePENDINGINSTALL + const ReleaseStatusCodePENDINGROLLBACK + const ReleaseStatusCodePENDINGUPGRADE + const ReleaseStatusCodeSUSPENDED + const ReleaseStatusCodeUNKNOWN + type APIResponse struct + Code *string + Message *string + func (m *APIResponse) MarshalBinary() ([]byte, error) + func (m *APIResponse) UnmarshalBinary(b []byte) error + func (m *APIResponse) Validate(formats strfmt.Registry) error + type ChartChart struct + Config *ChartConfig + Dependencies ChartChartDependencies + Files ChartChartFiles + Metadata *ChartMetadata + Template ChartChartTemplate + func (m *ChartChart) MarshalBinary() ([]byte, error) + func (m *ChartChart) UnmarshalBinary(b []byte) error + func (m *ChartChart) Validate(formats strfmt.Registry) error + type ChartChartDependencies []*ChartChart + func (m ChartChartDependencies) Validate(formats strfmt.Registry) error + type ChartChartFiles []*ProtobufAny + func (m ChartChartFiles) Validate(formats strfmt.Registry) error + type ChartChartTemplate []*ChartTemplate + func (m ChartChartTemplate) Validate(formats strfmt.Registry) error + type ChartConfig struct + Raw string + Values ChartMap + func (m *ChartConfig) MarshalBinary() ([]byte, error) + func (m *ChartConfig) UnmarshalBinary(b []byte) error + func (m *ChartConfig) Validate(formats strfmt.Registry) error + type ChartMaintainer struct + Email string + Name string + URL string + func (m *ChartMaintainer) MarshalBinary() ([]byte, error) + func (m *ChartMaintainer) UnmarshalBinary(b []byte) error + func (m *ChartMaintainer) Validate(formats strfmt.Registry) error + type ChartMap []*ChartValue + func (m ChartMap) Validate(formats strfmt.Registry) error + type ChartMetadata struct + APIVersion string + Annotations ChartMap + AppVersion string + Condition string + Deprecated bool + Description string + Engine string + Home string + Icon string + Keywords []string + KubeVersion string + Maintainers ChartMetadataMaintainers + Name string + Sources []string + Tags string + TillerVersion string + Version string + func (m *ChartMetadata) MarshalBinary() ([]byte, error) + func (m *ChartMetadata) UnmarshalBinary(b []byte) error + func (m *ChartMetadata) Validate(formats strfmt.Registry) error + type ChartMetadataMaintainers []*ChartMaintainer + func (m ChartMetadataMaintainers) Validate(formats strfmt.Registry) error + type ChartTemplate struct + Data strfmt.Base64 + Name string + func (m *ChartTemplate) MarshalBinary() ([]byte, error) + func (m *ChartTemplate) UnmarshalBinary(b []byte) error + func (m *ChartTemplate) Validate(formats strfmt.Registry) error + type ChartValue struct + Key string + Value string + func (m *ChartValue) MarshalBinary() ([]byte, error) + func (m *ChartValue) UnmarshalBinary(b []byte) error + func (m *ChartValue) Validate(formats strfmt.Registry) error + type GetClustersOKBody []*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster + func (m GetClustersOKBody) Validate(formats strfmt.Registry) error + type GetReleasesOKBody []*ReleaseRelease + func (m GetReleasesOKBody) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1Initializer struct + Name *string + func (m *IoK8sApimachineryPkgApisMetaV1Initializer) MarshalBinary() ([]byte, error) + func (m *IoK8sApimachineryPkgApisMetaV1Initializer) UnmarshalBinary(b []byte) error + func (m *IoK8sApimachineryPkgApisMetaV1Initializer) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1Initializers struct + Pending IoK8sApimachineryPkgApisMetaV1InitializersPending + Result *IoK8sApimachineryPkgApisMetaV1Status + func (m *IoK8sApimachineryPkgApisMetaV1Initializers) MarshalBinary() ([]byte, error) + func (m *IoK8sApimachineryPkgApisMetaV1Initializers) UnmarshalBinary(b []byte) error + func (m *IoK8sApimachineryPkgApisMetaV1Initializers) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1InitializersPending []*IoK8sApimachineryPkgApisMetaV1Initializer + func (m IoK8sApimachineryPkgApisMetaV1InitializersPending) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1ListMeta struct + Continue string + ResourceVersion string + SelfLink string + func (m *IoK8sApimachineryPkgApisMetaV1ListMeta) MarshalBinary() ([]byte, error) + func (m *IoK8sApimachineryPkgApisMetaV1ListMeta) UnmarshalBinary(b []byte) error + func (m *IoK8sApimachineryPkgApisMetaV1ListMeta) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1ObjectMeta struct + Annotations map[string]string + ClusterName string + CreationTimestamp IoK8sApimachineryPkgApisMetaV1Time + DeletionGracePeriodSeconds int64 + DeletionTimestamp IoK8sApimachineryPkgApisMetaV1Time + Finalizers []string + GenerateName string + Generation int64 + Initializers *IoK8sApimachineryPkgApisMetaV1Initializers + Labels map[string]string + Name string + Namespace string + OwnerReferences IoK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences + ResourceVersion string + SelfLink string + UID string + func (m *IoK8sApimachineryPkgApisMetaV1ObjectMeta) MarshalBinary() ([]byte, error) + func (m *IoK8sApimachineryPkgApisMetaV1ObjectMeta) UnmarshalBinary(b []byte) error + func (m *IoK8sApimachineryPkgApisMetaV1ObjectMeta) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences []*IoK8sApimachineryPkgApisMetaV1OwnerReference + func (m IoK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1OwnerReference struct + APIVersion *string + BlockOwnerDeletion bool + Controller bool + Kind *string + Name *string + UID *string + func (m *IoK8sApimachineryPkgApisMetaV1OwnerReference) MarshalBinary() ([]byte, error) + func (m *IoK8sApimachineryPkgApisMetaV1OwnerReference) UnmarshalBinary(b []byte) error + func (m *IoK8sApimachineryPkgApisMetaV1OwnerReference) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1Status struct + APIVersion string + Code int32 + Details *IoK8sApimachineryPkgApisMetaV1StatusDetails + Kind string + Message string + Metadata *IoK8sApimachineryPkgApisMetaV1ListMeta + Reason string + Status string + func (m *IoK8sApimachineryPkgApisMetaV1Status) MarshalBinary() ([]byte, error) + func (m *IoK8sApimachineryPkgApisMetaV1Status) UnmarshalBinary(b []byte) error + func (m *IoK8sApimachineryPkgApisMetaV1Status) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1StatusCause struct + Field string + Message string + Reason string + func (m *IoK8sApimachineryPkgApisMetaV1StatusCause) MarshalBinary() ([]byte, error) + func (m *IoK8sApimachineryPkgApisMetaV1StatusCause) UnmarshalBinary(b []byte) error + func (m *IoK8sApimachineryPkgApisMetaV1StatusCause) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1StatusDetails struct + Causes IoK8sApimachineryPkgApisMetaV1StatusDetailsCauses + Group string + Kind string + Name string + RetryAfterSeconds int32 + UID string + func (m *IoK8sApimachineryPkgApisMetaV1StatusDetails) MarshalBinary() ([]byte, error) + func (m *IoK8sApimachineryPkgApisMetaV1StatusDetails) UnmarshalBinary(b []byte) error + func (m *IoK8sApimachineryPkgApisMetaV1StatusDetails) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1StatusDetailsCauses []*IoK8sApimachineryPkgApisMetaV1StatusCause + func (m IoK8sApimachineryPkgApisMetaV1StatusDetailsCauses) Validate(formats strfmt.Registry) error + type IoK8sApimachineryPkgApisMetaV1Time strfmt.DateTime + func (m IoK8sApimachineryPkgApisMetaV1Time) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo struct + Providers IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo) MarshalBinary() ([]byte, error) + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo) UnmarshalBinary(b []byte) error + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders []*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig + func (m IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig struct + Config map[string]string + Name string + Type *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig) MarshalBinary() ([]byte, error) + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig) UnmarshalBinary(b []byte) error + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType struct + Name string + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType) MarshalBinary() ([]byte, error) + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType) UnmarshalBinary(b []byte) error + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster struct + APIVersion string + Kind string + Metadata *IoK8sApimachineryPkgApisMetaV1ObjectMeta + Spec *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec + Status IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterStatus + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) MarshalBinary() ([]byte, error) + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) UnmarshalBinary(b []byte) error + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec struct + AuthInfo *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo + KubernetesAPIEndpoints *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec) MarshalBinary() ([]byte, error) + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec) UnmarshalBinary(b []byte) error + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterStatus interface + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints struct + CaBundle strfmt.Base64 + ServerEndpoints IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpointsServerEndpoints + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints) MarshalBinary() ([]byte, error) + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints) UnmarshalBinary(b []byte) error + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpointsServerEndpoints []*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR + func (m IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpointsServerEndpoints) Validate(formats strfmt.Registry) error + type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR struct + ClientCIDR string + ServerAddress string + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR) MarshalBinary() ([]byte, error) + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR) UnmarshalBinary(b []byte) error + func (m *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR) Validate(formats strfmt.Registry) error + type ProtobufAny struct + TypeURL string + Value strfmt.Base64 + func (m *ProtobufAny) MarshalBinary() ([]byte, error) + func (m *ProtobufAny) UnmarshalBinary(b []byte) error + func (m *ProtobufAny) Validate(formats strfmt.Registry) error + type ReleaseFiles struct + Key string + Value strfmt.Base64 + func (m *ReleaseFiles) MarshalBinary() ([]byte, error) + func (m *ReleaseFiles) UnmarshalBinary(b []byte) error + func (m *ReleaseFiles) Validate(formats strfmt.Registry) error + type ReleaseHook struct + DeletePolicies []string + Events []string + Kind string + LastRun string + Manifest string + Name string + Path string + Weight int32 + func (m *ReleaseHook) MarshalBinary() ([]byte, error) + func (m *ReleaseHook) UnmarshalBinary(b []byte) error + func (m *ReleaseHook) Validate(formats strfmt.Registry) error + type ReleaseInfo struct + Deleted string + Description string + FirstDeployed string + LastDeployed string + Status *ReleaseStatus + func (m *ReleaseInfo) MarshalBinary() ([]byte, error) + func (m *ReleaseInfo) UnmarshalBinary(b []byte) error + func (m *ReleaseInfo) Validate(formats strfmt.Registry) error + type ReleaseRelease struct + Chart *ChartChart + Config *ChartConfig + Hooks ReleaseReleaseHooks + Info *ReleaseInfo + Manifest string + Name string + Namespace string + OnCluster string + Version int32 + func (m *ReleaseRelease) MarshalBinary() ([]byte, error) + func (m *ReleaseRelease) UnmarshalBinary(b []byte) error + func (m *ReleaseRelease) Validate(formats strfmt.Registry) error + type ReleaseReleaseHooks []*ReleaseHook + func (m ReleaseReleaseHooks) Validate(formats strfmt.Registry) error + type ReleaseStatus struct + Code string + LastTestSuiteRun *ReleaseTestSuite + Notes string + Resources string + func (m *ReleaseStatus) MarshalBinary() ([]byte, error) + func (m *ReleaseStatus) UnmarshalBinary(b []byte) error + func (m *ReleaseStatus) Validate(formats strfmt.Registry) error + type ReleaseTestRun struct + CompletedAt string + Info string + Name string + StartedAt string + Status string + func (m *ReleaseTestRun) MarshalBinary() ([]byte, error) + func (m *ReleaseTestRun) UnmarshalBinary(b []byte) error + func (m *ReleaseTestRun) Validate(formats strfmt.Registry) error + type ReleaseTestSuite struct + CompletedAt string + Results ReleaseTestSuiteResults + StartedAt string + func (m *ReleaseTestSuite) MarshalBinary() ([]byte, error) + func (m *ReleaseTestSuite) UnmarshalBinary(b []byte) error + func (m *ReleaseTestSuite) Validate(formats strfmt.Registry) error + type ReleaseTestSuiteResults []*ReleaseTestRun + func (m ReleaseTestSuiteResults) Validate(formats strfmt.Registry) error v0.0.1 Apr 28, 2018