models

package
v0.0.2-0...-8752257 Latest Latest
Warning

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

Go to latest
Published: May 8, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ChartMetadataEngineUNKNOWN captures enum value "UNKNOWN"
	ChartMetadataEngineUNKNOWN string = "UNKNOWN"
	// ChartMetadataEngineGOTPL captures enum value "GOTPL"
	ChartMetadataEngineGOTPL string = "GOTPL"
)
View Source
const (
	// ReleaseStatusCodeUNKNOWN captures enum value "UNKNOWN"
	ReleaseStatusCodeUNKNOWN string = "UNKNOWN"
	// ReleaseStatusCodeDEPLOYED captures enum value "DEPLOYED"
	ReleaseStatusCodeDEPLOYED string = "DEPLOYED"
	// ReleaseStatusCodeDELETED captures enum value "DELETED"
	ReleaseStatusCodeDELETED string = "DELETED"
	// ReleaseStatusCodeSUSPENDED captures enum value "SUSPENDED"
	ReleaseStatusCodeSUSPENDED string = "SUSPENDED"
	// ReleaseStatusCodeFAILED captures enum value "FAILED"
	ReleaseStatusCodeFAILED string = "FAILED"
	// ReleaseStatusCodeDELETING captures enum value "DELETING"
	ReleaseStatusCodeDELETING string = "DELETING"
	// ReleaseStatusCodePENDINGINSTALL captures enum value "PENDING_INSTALL"
	ReleaseStatusCodePENDINGINSTALL string = "PENDING_INSTALL"
	// ReleaseStatusCodePENDINGUPGRADE captures enum value "PENDING_UPGRADE"
	ReleaseStatusCodePENDINGUPGRADE string = "PENDING_UPGRADE"
	// ReleaseStatusCodePENDINGROLLBACK captures enum value "PENDING_ROLLBACK"
	ReleaseStatusCodePENDINGROLLBACK string = "PENDING_ROLLBACK"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type APIResponse

type APIResponse struct {

	// code
	// Required: true
	Code *string `json:"code"`

	// message
	// Required: true
	Message *string `json:"message"`
}

APIResponse API response swagger:model APIResponse

func (*APIResponse) MarshalBinary

func (m *APIResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*APIResponse) UnmarshalBinary

func (m *APIResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*APIResponse) Validate

func (m *APIResponse) Validate(formats strfmt.Registry) error

Validate validates this API response

type ChartChart

type ChartChart struct {

	// config
	Config *ChartConfig `json:"Config,omitempty"`

	// dependencies
	Dependencies ChartChartDependencies `json:"Dependencies"`

	// files
	Files ChartChartFiles `json:"Files"`

	// metadata
	Metadata *ChartMetadata `json:"Metadata,omitempty"`

	// template
	Template ChartChartTemplate `json:"Template"`
}

ChartChart chart chart swagger:model chart.Chart

func (*ChartChart) MarshalBinary

func (m *ChartChart) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChartChart) UnmarshalBinary

func (m *ChartChart) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChartChart) Validate

func (m *ChartChart) Validate(formats strfmt.Registry) error

Validate validates this chart chart

type ChartChartDependencies

type ChartChartDependencies []*ChartChart

ChartChartDependencies chart chart dependencies swagger:model chartChartDependencies

func (ChartChartDependencies) Validate

func (m ChartChartDependencies) Validate(formats strfmt.Registry) error

Validate validates this chart chart dependencies

type ChartChartFiles

type ChartChartFiles []*ProtobufAny

ChartChartFiles chart chart files swagger:model chartChartFiles

func (ChartChartFiles) Validate

func (m ChartChartFiles) Validate(formats strfmt.Registry) error

Validate validates this chart chart files

type ChartChartTemplate

type ChartChartTemplate []*ChartTemplate

ChartChartTemplate chart chart template swagger:model chartChartTemplate

func (ChartChartTemplate) Validate

func (m ChartChartTemplate) Validate(formats strfmt.Registry) error

Validate validates this chart chart template

type ChartConfig

type ChartConfig struct {

	// raw
	Raw string `json:"Raw,omitempty"`

	// values
	Values ChartMap `json:"Values"`
}

ChartConfig chart config swagger:model chart.Config

func (*ChartConfig) MarshalBinary

func (m *ChartConfig) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChartConfig) UnmarshalBinary

func (m *ChartConfig) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChartConfig) Validate

func (m *ChartConfig) Validate(formats strfmt.Registry) error

Validate validates this chart config

type ChartMaintainer

type ChartMaintainer struct {

	// email
	Email string `json:"Email,omitempty"`

	// name
	Name string `json:"Name,omitempty"`

	// Url
	URL string `json:"Url,omitempty"`
}

ChartMaintainer chart maintainer swagger:model chart.Maintainer

func (*ChartMaintainer) MarshalBinary

func (m *ChartMaintainer) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChartMaintainer) UnmarshalBinary

func (m *ChartMaintainer) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChartMaintainer) Validate

func (m *ChartMaintainer) Validate(formats strfmt.Registry) error

Validate validates this chart maintainer

type ChartMap

type ChartMap []*ChartValue

ChartMap chart map swagger:model chart.Map

func (ChartMap) Validate

func (m ChartMap) Validate(formats strfmt.Registry) error

Validate validates this chart map

type ChartMetadata

type ChartMetadata struct {

	// annotations
	Annotations ChartMap `json:"Annotations"`

	// Api version
	APIVersion string `json:"ApiVersion,omitempty"`

	// app version
	AppVersion string `json:"AppVersion,omitempty"`

	// condition
	Condition string `json:"Condition,omitempty"`

	// deprecated
	Deprecated bool `json:"Deprecated,omitempty"`

	// description
	Description string `json:"Description,omitempty"`

	// engine
	Engine string `json:"Engine,omitempty"`

	// home
	Home string `json:"Home,omitempty"`

	// icon
	Icon string `json:"Icon,omitempty"`

	// keywords
	Keywords []string `json:"Keywords"`

	// kube version
	KubeVersion string `json:"KubeVersion,omitempty"`

	// maintainers
	Maintainers ChartMetadataMaintainers `json:"Maintainers"`

	// name
	Name string `json:"Name,omitempty"`

	// sources
	Sources []string `json:"Sources"`

	// tags
	Tags string `json:"Tags,omitempty"`

	// tiller version
	TillerVersion string `json:"TillerVersion,omitempty"`

	// version
	Version string `json:"Version,omitempty"`
}

ChartMetadata chart metadata swagger:model chart.Metadata

func (*ChartMetadata) MarshalBinary

func (m *ChartMetadata) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChartMetadata) UnmarshalBinary

func (m *ChartMetadata) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChartMetadata) Validate

func (m *ChartMetadata) Validate(formats strfmt.Registry) error

Validate validates this chart metadata

type ChartMetadataMaintainers

type ChartMetadataMaintainers []*ChartMaintainer

ChartMetadataMaintainers chart metadata maintainers swagger:model chartMetadataMaintainers

func (ChartMetadataMaintainers) Validate

func (m ChartMetadataMaintainers) Validate(formats strfmt.Registry) error

Validate validates this chart metadata maintainers

type ChartTemplate

type ChartTemplate struct {

	// data
	Data strfmt.Base64 `json:"Data,omitempty"`

	// name
	Name string `json:"Name,omitempty"`
}

ChartTemplate chart template swagger:model chart.Template

func (*ChartTemplate) MarshalBinary

func (m *ChartTemplate) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChartTemplate) UnmarshalBinary

func (m *ChartTemplate) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChartTemplate) Validate

func (m *ChartTemplate) Validate(formats strfmt.Registry) error

Validate validates this chart template

type ChartValue

type ChartValue struct {

	// key
	Key string `json:"Key,omitempty"`

	// value
	Value string `json:"Value,omitempty"`
}

ChartValue chart value swagger:model chart.Value

func (*ChartValue) MarshalBinary

func (m *ChartValue) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ChartValue) UnmarshalBinary

func (m *ChartValue) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ChartValue) Validate

func (m *ChartValue) Validate(formats strfmt.Registry) error

Validate validates this chart value

type GetClustersOKBody

GetClustersOKBody get clusters o k body swagger:model getClustersOKBody

func (GetClustersOKBody) Validate

func (m GetClustersOKBody) Validate(formats strfmt.Registry) error

Validate validates this get clusters o k body

type GetReleasesOKBody

type GetReleasesOKBody []*ReleaseRelease

GetReleasesOKBody get releases o k body swagger:model getReleasesOKBody

func (GetReleasesOKBody) Validate

func (m GetReleasesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get releases o k body

type IoK8sApimachineryPkgApisMetaV1Initializer

type IoK8sApimachineryPkgApisMetaV1Initializer struct {

	// name of the process that is responsible for initializing this object.
	// Required: true
	Name *string `json:"name"`
}

IoK8sApimachineryPkgApisMetaV1Initializer Initializer is information about an initializer that has not yet completed. swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.Initializer

func (*IoK8sApimachineryPkgApisMetaV1Initializer) MarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1Initializer) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1Initializer) UnmarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1Initializer) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1Initializer) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 initializer

type IoK8sApimachineryPkgApisMetaV1Initializers

type IoK8sApimachineryPkgApisMetaV1Initializers struct {

	// pending
	// Required: true
	Pending IoK8sApimachineryPkgApisMetaV1InitializersPending `json:"pending"`

	// If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.
	Result *IoK8sApimachineryPkgApisMetaV1Status `json:"result,omitempty"`
}

IoK8sApimachineryPkgApisMetaV1Initializers Initializers tracks the progress of initialization. swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.Initializers

func (*IoK8sApimachineryPkgApisMetaV1Initializers) MarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1Initializers) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1Initializers) UnmarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1Initializers) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1Initializers) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 initializers

type IoK8sApimachineryPkgApisMetaV1InitializersPending

type IoK8sApimachineryPkgApisMetaV1InitializersPending []*IoK8sApimachineryPkgApisMetaV1Initializer

IoK8sApimachineryPkgApisMetaV1InitializersPending Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients. swagger:model ioK8sApimachineryPkgApisMetaV1InitializersPending

func (IoK8sApimachineryPkgApisMetaV1InitializersPending) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 initializers pending

type IoK8sApimachineryPkgApisMetaV1ListMeta

type IoK8sApimachineryPkgApisMetaV1ListMeta struct {

	// continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response.
	Continue string `json:"continue,omitempty"`

	// String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
	ResourceVersion string `json:"resourceVersion,omitempty"`

	// selfLink is a URL representing this object. Populated by the system. Read-only.
	SelfLink string `json:"selfLink,omitempty"`
}

IoK8sApimachineryPkgApisMetaV1ListMeta ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta

func (*IoK8sApimachineryPkgApisMetaV1ListMeta) MarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1ListMeta) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1ListMeta) UnmarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1ListMeta) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1ListMeta) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 list meta

type IoK8sApimachineryPkgApisMetaV1ObjectMeta

type IoK8sApimachineryPkgApisMetaV1ObjectMeta struct {

	// Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
	Annotations map[string]string `json:"annotations,omitempty"`

	// The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
	ClusterName string `json:"clusterName,omitempty"`

	// CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.
	//
	// Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	CreationTimestamp IoK8sApimachineryPkgApisMetaV1Time `json:"creationTimestamp,omitempty"`

	// Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.
	DeletionGracePeriodSeconds int64 `json:"deletionGracePeriodSeconds,omitempty"`

	// DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field. Once set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.
	//
	// Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	DeletionTimestamp IoK8sApimachineryPkgApisMetaV1Time `json:"deletionTimestamp,omitempty"`

	// Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.
	Finalizers []string `json:"finalizers"`

	// GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.
	//
	// If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).
	//
	// Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency
	GenerateName string `json:"generateName,omitempty"`

	// A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.
	Generation int64 `json:"generation,omitempty"`

	// An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to observe uninitialized objects.
	//
	// When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.
	Initializers *IoK8sApimachineryPkgApisMetaV1Initializers `json:"initializers,omitempty"`

	// Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
	Labels map[string]string `json:"labels,omitempty"`

	// Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
	Name string `json:"name,omitempty"`

	// Namespace defines the space within each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.
	//
	// Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces
	Namespace string `json:"namespace,omitempty"`

	// owner references
	OwnerReferences IoK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences `json:"ownerReferences"`

	// An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.
	//
	// Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency
	ResourceVersion string `json:"resourceVersion,omitempty"`

	// SelfLink is a URL representing this object. Populated by the system. Read-only.
	SelfLink string `json:"selfLink,omitempty"`

	// UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
	//
	// Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	UID string `json:"uid,omitempty"`
}

IoK8sApimachineryPkgApisMetaV1ObjectMeta ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta

func (*IoK8sApimachineryPkgApisMetaV1ObjectMeta) MarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1ObjectMeta) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1ObjectMeta) UnmarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1ObjectMeta) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1ObjectMeta) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 object meta

type IoK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences

type IoK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences []*IoK8sApimachineryPkgApisMetaV1OwnerReference

IoK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. swagger:model ioK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences

func (IoK8sApimachineryPkgApisMetaV1ObjectMetaOwnerReferences) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 object meta owner references

type IoK8sApimachineryPkgApisMetaV1OwnerReference

type IoK8sApimachineryPkgApisMetaV1OwnerReference struct {

	// API version of the referent.
	// Required: true
	APIVersion *string `json:"apiVersion"`

	// If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
	BlockOwnerDeletion bool `json:"blockOwnerDeletion,omitempty"`

	// If true, this reference points to the managing controller.
	Controller bool `json:"controller,omitempty"`

	// Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	// Required: true
	Kind *string `json:"kind"`

	// Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names
	// Required: true
	Name *string `json:"name"`

	// UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	// Required: true
	UID *string `json:"uid"`
}

IoK8sApimachineryPkgApisMetaV1OwnerReference OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field. swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference

func (*IoK8sApimachineryPkgApisMetaV1OwnerReference) MarshalBinary

MarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1OwnerReference) UnmarshalBinary

UnmarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1OwnerReference) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 owner reference

type IoK8sApimachineryPkgApisMetaV1Status

type IoK8sApimachineryPkgApisMetaV1Status struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	APIVersion string `json:"apiVersion,omitempty"`

	// Suggested HTTP return code for this status, 0 if not set.
	Code int32 `json:"code,omitempty"`

	// Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
	Details *IoK8sApimachineryPkgApisMetaV1StatusDetails `json:"details,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// A human-readable description of the status of this operation.
	Message string `json:"message,omitempty"`

	// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Metadata *IoK8sApimachineryPkgApisMetaV1ListMeta `json:"metadata,omitempty"`

	// A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
	Reason string `json:"reason,omitempty"`

	// Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
	Status string `json:"status,omitempty"`
}

IoK8sApimachineryPkgApisMetaV1Status Status is a return value for calls that don't return other objects. swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.Status

func (*IoK8sApimachineryPkgApisMetaV1Status) MarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1Status) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1Status) UnmarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1Status) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1Status) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 status

type IoK8sApimachineryPkgApisMetaV1StatusCause

type IoK8sApimachineryPkgApisMetaV1StatusCause struct {

	// The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed.  Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
	//
	// Examples:
	//   "name" - the field "name" on the current resource
	//   "items[0].name" - the field "name" on the first array entry in "items"
	Field string `json:"field,omitempty"`

	// A human-readable description of the cause of the error.  This field may be presented as-is to a reader.
	Message string `json:"message,omitempty"`

	// A machine-readable description of the cause of the error. If this value is empty there is no information available.
	Reason string `json:"reason,omitempty"`
}

IoK8sApimachineryPkgApisMetaV1StatusCause StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered. swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause

func (*IoK8sApimachineryPkgApisMetaV1StatusCause) MarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1StatusCause) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1StatusCause) UnmarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1StatusCause) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1StatusCause) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 status cause

type IoK8sApimachineryPkgApisMetaV1StatusDetails

type IoK8sApimachineryPkgApisMetaV1StatusDetails struct {

	// causes
	Causes IoK8sApimachineryPkgApisMetaV1StatusDetailsCauses `json:"causes"`

	// The group attribute of the resource associated with the status StatusReason.
	Group string `json:"group,omitempty"`

	// The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
	Name string `json:"name,omitempty"`

	// If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
	RetryAfterSeconds int32 `json:"retryAfterSeconds,omitempty"`

	// UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids
	UID string `json:"uid,omitempty"`
}

IoK8sApimachineryPkgApisMetaV1StatusDetails StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined. swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails

func (*IoK8sApimachineryPkgApisMetaV1StatusDetails) MarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1StatusDetails) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1StatusDetails) UnmarshalBinary

func (m *IoK8sApimachineryPkgApisMetaV1StatusDetails) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IoK8sApimachineryPkgApisMetaV1StatusDetails) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 status details

type IoK8sApimachineryPkgApisMetaV1StatusDetailsCauses

type IoK8sApimachineryPkgApisMetaV1StatusDetailsCauses []*IoK8sApimachineryPkgApisMetaV1StatusCause

IoK8sApimachineryPkgApisMetaV1StatusDetailsCauses The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. swagger:model ioK8sApimachineryPkgApisMetaV1StatusDetailsCauses

func (IoK8sApimachineryPkgApisMetaV1StatusDetailsCauses) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 status details causes

type IoK8sApimachineryPkgApisMetaV1Time

type IoK8sApimachineryPkgApisMetaV1Time strfmt.DateTime

IoK8sApimachineryPkgApisMetaV1Time io k8s apimachinery pkg apis meta v1 time swagger:model io.k8s.apimachinery.pkg.apis.meta.v1.Time

func (IoK8sApimachineryPkgApisMetaV1Time) Validate

Validate validates this io k8s apimachinery pkg apis meta v1 time

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo struct {

	// providers
	Providers IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders `json:"providers"`
}

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo AuthInfo holds public information that describes how a client can get credentials to access the cluster. For example, OAuth2 client registration endpoints and supported flows, or Kerberos servers locations.

It should not hold any private or sensitive information. swagger:model io.k8s.cluster-registry.pkg.apis.clusterregistry.v1alpha1.AuthInfo

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo) MarshalBinary

MarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo) UnmarshalBinary

UnmarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 auth info

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders []*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders AuthProviders is a list of configurations for auth providers. swagger:model ioK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders

func (IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfoProviders) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 auth info providers

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig struct {

	// Config is a map of values that contains the information necessary for a client to determine how to authenticate to a Kubernetes API server.
	Config map[string]string `json:"config,omitempty"`

	// Name is the name of this configuration.
	Name string `json:"name,omitempty"`

	// Type contains type information about this auth provider. Clients of the cluster registry should use this field to differentiate between different kinds of authentication providers.
	Type *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType `json:"type,omitempty"`
}

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig AuthProviderConfig contains the information necessary for a client to authenticate to a Kubernetes API server. It is modeled after k8s.io/client-go/tools/clientcmd/api/v1.AuthProviderConfig. swagger:model io.k8s.cluster-registry.pkg.apis.clusterregistry.v1alpha1.AuthProviderConfig

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig) MarshalBinary

MarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig) UnmarshalBinary

UnmarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderConfig) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 auth provider config

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType struct {

	// Name is the name of the auth provider.
	Name string `json:"name,omitempty"`
}

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType AuthProviderType contains metadata about the auth provider. It should be used by clients to differentiate between different kinds of auth providers, and to select a relevant provider for the client's configuration. For example, a controller would look for a provider type that denotes a service account that it should use to access the cluster, whereas a user would look for a provider type that denotes an authentication system from which they should request a token. swagger:model io.k8s.cluster-registry.pkg.apis.clusterregistry.v1alpha1.AuthProviderType

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType) MarshalBinary

MarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType) UnmarshalBinary

UnmarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthProviderType) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 auth provider type

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster struct {

	// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
	APIVersion string `json:"apiVersion,omitempty"`

	// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
	Kind string `json:"kind,omitempty"`

	// Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
	Metadata *IoK8sApimachineryPkgApisMetaV1ObjectMeta `json:"metadata,omitempty"`

	// Spec is the specification of the cluster. This may or may not be reconciled by an active controller.
	Spec *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec `json:"spec,omitempty"`

	// Status is the status of the cluster. It is optional, and can be left nil to imply that the cluster status is not being reported.
	Status IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterStatus `json:"status,omitempty"`
}

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster Cluster contains information about a cluster in a cluster registry. swagger:model io.k8s.cluster-registry.pkg.apis.clusterregistry.v1alpha1.Cluster

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) MarshalBinary

MarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) UnmarshalBinary

UnmarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1Cluster) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 cluster

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec struct {

	// AuthInfo contains public information that can be used to authenticate to and authorize with this cluster. It is not meant to store private information (e.g., tokens or client certificates) and cluster registry implementations are not expected to provide hardened storage for secrets.
	AuthInfo *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1AuthInfo `json:"authInfo,omitempty"`

	// KubernetesAPIEndpoints represents the endpoints of the API server for this cluster.
	KubernetesAPIEndpoints *IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints `json:"kubernetesApiEndpoints,omitempty"`
}

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec ClusterSpec contains the specification of a cluster. swagger:model io.k8s.cluster-registry.pkg.apis.clusterregistry.v1alpha1.ClusterSpec

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec) MarshalBinary

MarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec) UnmarshalBinary

UnmarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterSpec) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 cluster spec

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterStatus

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterStatus interface{}

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ClusterStatus ClusterStatus contains the status of a cluster. swagger:model io.k8s.cluster-registry.pkg.apis.clusterregistry.v1alpha1.ClusterStatus

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints struct {

	// CABundle contains the certificate authority information.
	CaBundle strfmt.Base64 `json:"caBundle,omitempty"`

	// server endpoints
	ServerEndpoints IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpointsServerEndpoints `json:"serverEndpoints"`
}

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints KubernetesAPIEndpoints represents the endpoints for one and only one Kubernetes API server. swagger:model io.k8s.cluster-registry.pkg.apis.clusterregistry.v1alpha1.KubernetesAPIEndpoints

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints) MarshalBinary

MarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints) UnmarshalBinary

UnmarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpoints) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 kubernetes API endpoints

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpointsServerEndpoints

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpointsServerEndpoints []*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpointsServerEndpoints ServerEndpoints specifies the address(es) of the Kubernetes API server’s network identity or identities. swagger:model ioK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesApiEndpointsServerEndpoints

func (IoK8sClusterRegistryPkgApisClusterregistryV1alpha1KubernetesAPIEndpointsServerEndpoints) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 kubernetes Api endpoints server endpoints

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR

type IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR struct {

	// The CIDR with which clients can match their IP to figure out if they should use the corresponding server address.
	ClientCIDR string `json:"clientCIDR,omitempty"`

	// Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
	ServerAddress string `json:"serverAddress,omitempty"`
}

IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR ServerAddressByClientCIDR helps clients determine the server address that they should use, depending on the ClientCIDR that they match. swagger:model io.k8s.cluster-registry.pkg.apis.clusterregistry.v1alpha1.ServerAddressByClientCIDR

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR) MarshalBinary

MarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR) UnmarshalBinary

UnmarshalBinary interface implementation

func (*IoK8sClusterRegistryPkgApisClusterregistryV1alpha1ServerAddressByClientCIDR) Validate

Validate validates this io k8s cluster registry pkg apis clusterregistry v1alpha1 server address by client c ID r

type ProtobufAny

type ProtobufAny struct {

	// type Url
	TypeURL string `json:"Type_Url,omitempty"`

	// value
	Value strfmt.Base64 `json:"Value,omitempty"`
}

ProtobufAny protobuf any swagger:model protobuf.Any

func (*ProtobufAny) MarshalBinary

func (m *ProtobufAny) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ProtobufAny) UnmarshalBinary

func (m *ProtobufAny) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ProtobufAny) Validate

func (m *ProtobufAny) Validate(formats strfmt.Registry) error

Validate validates this protobuf any

type ReleaseFiles

type ReleaseFiles struct {

	// key
	Key string `json:"Key,omitempty"`

	// value
	Value strfmt.Base64 `json:"Value,omitempty"`
}

ReleaseFiles release files swagger:model release.Files

func (*ReleaseFiles) MarshalBinary

func (m *ReleaseFiles) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseFiles) UnmarshalBinary

func (m *ReleaseFiles) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseFiles) Validate

func (m *ReleaseFiles) Validate(formats strfmt.Registry) error

Validate validates this release files

type ReleaseHook

type ReleaseHook struct {

	// delete policies
	DeletePolicies []string `json:"DeletePolicies"`

	// events
	Events []string `json:"Events"`

	// kind
	Kind string `json:"Kind,omitempty"`

	// last run
	LastRun string `json:"LastRun,omitempty"`

	// manifest
	Manifest string `json:"Manifest,omitempty"`

	// name
	Name string `json:"Name,omitempty"`

	// path
	Path string `json:"Path,omitempty"`

	// weight
	Weight int32 `json:"Weight,omitempty"`
}

ReleaseHook release hook swagger:model release.Hook

func (*ReleaseHook) MarshalBinary

func (m *ReleaseHook) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseHook) UnmarshalBinary

func (m *ReleaseHook) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseHook) Validate

func (m *ReleaseHook) Validate(formats strfmt.Registry) error

Validate validates this release hook

type ReleaseInfo

type ReleaseInfo struct {

	// deleted
	Deleted string `json:"Deleted,omitempty"`

	// description
	Description string `json:"Description,omitempty"`

	// first deployed
	FirstDeployed string `json:"FirstDeployed,omitempty"`

	// last deployed
	LastDeployed string `json:"LastDeployed,omitempty"`

	// status
	Status *ReleaseStatus `json:"Status,omitempty"`
}

ReleaseInfo release info swagger:model release.Info

func (*ReleaseInfo) MarshalBinary

func (m *ReleaseInfo) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseInfo) UnmarshalBinary

func (m *ReleaseInfo) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseInfo) Validate

func (m *ReleaseInfo) Validate(formats strfmt.Registry) error

Validate validates this release info

type ReleaseRelease

type ReleaseRelease struct {

	// chart
	Chart *ChartChart `json:"Chart,omitempty"`

	// config
	Config *ChartConfig `json:"Config,omitempty"`

	// hooks
	Hooks ReleaseReleaseHooks `json:"Hooks"`

	// info
	Info *ReleaseInfo `json:"Info,omitempty"`

	// manifest
	Manifest string `json:"Manifest,omitempty"`

	// name
	Name string `json:"Name,omitempty"`

	// namespace
	Namespace string `json:"Namespace,omitempty"`

	// on cluster
	OnCluster string `json:"OnCluster,omitempty"`

	// version
	Version int32 `json:"Version,omitempty"`
}

ReleaseRelease release release swagger:model release.Release

func (*ReleaseRelease) MarshalBinary

func (m *ReleaseRelease) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseRelease) UnmarshalBinary

func (m *ReleaseRelease) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseRelease) Validate

func (m *ReleaseRelease) Validate(formats strfmt.Registry) error

Validate validates this release release

type ReleaseReleaseHooks

type ReleaseReleaseHooks []*ReleaseHook

ReleaseReleaseHooks release release hooks swagger:model releaseReleaseHooks

func (ReleaseReleaseHooks) Validate

func (m ReleaseReleaseHooks) Validate(formats strfmt.Registry) error

Validate validates this release release hooks

type ReleaseStatus

type ReleaseStatus struct {

	// code
	Code string `json:"Code,omitempty"`

	// last test suite run
	LastTestSuiteRun *ReleaseTestSuite `json:"LastTestSuiteRun,omitempty"`

	// notes
	Notes string `json:"Notes,omitempty"`

	// resources
	Resources string `json:"Resources,omitempty"`
}

ReleaseStatus release status swagger:model release.Status

func (*ReleaseStatus) MarshalBinary

func (m *ReleaseStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseStatus) UnmarshalBinary

func (m *ReleaseStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseStatus) Validate

func (m *ReleaseStatus) Validate(formats strfmt.Registry) error

Validate validates this release status

type ReleaseTestRun

type ReleaseTestRun struct {

	// completed at
	CompletedAt string `json:"CompletedAt,omitempty"`

	// info
	Info string `json:"Info,omitempty"`

	// name
	Name string `json:"Name,omitempty"`

	// started at
	StartedAt string `json:"StartedAt,omitempty"`

	// status
	Status string `json:"Status,omitempty"`
}

ReleaseTestRun release test run swagger:model release.TestRun

func (*ReleaseTestRun) MarshalBinary

func (m *ReleaseTestRun) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseTestRun) UnmarshalBinary

func (m *ReleaseTestRun) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseTestRun) Validate

func (m *ReleaseTestRun) Validate(formats strfmt.Registry) error

Validate validates this release test run

type ReleaseTestSuite

type ReleaseTestSuite struct {

	// completed at
	CompletedAt string `json:"CompletedAt,omitempty"`

	// results
	Results ReleaseTestSuiteResults `json:"Results"`

	// started at
	StartedAt string `json:"StartedAt,omitempty"`
}

ReleaseTestSuite release test suite swagger:model release.TestSuite

func (*ReleaseTestSuite) MarshalBinary

func (m *ReleaseTestSuite) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseTestSuite) UnmarshalBinary

func (m *ReleaseTestSuite) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseTestSuite) Validate

func (m *ReleaseTestSuite) Validate(formats strfmt.Registry) error

Validate validates this release test suite

type ReleaseTestSuiteResults

type ReleaseTestSuiteResults []*ReleaseTestRun

ReleaseTestSuiteResults release test suite results swagger:model releaseTestSuiteResults

func (ReleaseTestSuiteResults) Validate

func (m ReleaseTestSuiteResults) Validate(formats strfmt.Registry) error

Validate validates this release test suite results

Source Files

Jump to

Keyboard shortcuts

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