v1alpha2

package
v0.12.3 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Overview

Package v1alpha2 contains API Schema definitions for the settings.mesh.gloo.solo.io v1alpha2 API group +k8s:deepcopy-gen=package,register +groupName=settings.mesh.gloo.solo.io

NOTE: Boilerplate only. Ignore this file. Used to register the Go types with the Kubernetes internal scheme

Definitions for the Kubernetes types

Definitions for the Kubernetes types

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "settings.mesh.gloo.solo.io", Version: "v1alpha2"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}
)
View Source
var File_github_com_solo_io_gloo_mesh_api_settings_v1alpha2_settings_proto protoreflect.FileDescriptor
View Source
var SettingsGVK = schema.GroupVersionKind{
	Group:   "settings.mesh.gloo.solo.io",
	Version: "v1alpha2",
	Kind:    "Settings",
}

GroupVersionKind for Settings

Functions

func AddToScheme

func AddToScheme(s *runtime.Scheme) error

func NewSettingsClient

func NewSettingsClient(client client.Client) *settingsClient

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type Clientset

type Clientset interface {
	// clienset for the settings.mesh.gloo.solo.io/v1alpha2/v1alpha2 APIs
	Settings() SettingsClient
}

clienset for the settings.mesh.gloo.solo.io/v1alpha2 APIs

func NewClientset

func NewClientset(client client.Client) Clientset

func NewClientsetFromConfig

func NewClientsetFromConfig(cfg *rest.Config) (Clientset, error)

type DiscoverySettings added in v0.12.0

type DiscoverySettings struct {

	// Istio-specific discovery settings
	Istio *DiscoverySettings_Istio `protobuf:"bytes,1,opt,name=istio,proto3" json:"istio,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscoverySettings) Descriptor deprecated added in v0.12.0

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

Deprecated: Use DiscoverySettings.ProtoReflect.Descriptor instead.

func (*DiscoverySettings) Equal added in v0.12.0

func (m *DiscoverySettings) Equal(that interface{}) bool

Equal function

func (*DiscoverySettings) GetIstio added in v0.12.0

func (*DiscoverySettings) ProtoMessage added in v0.12.0

func (*DiscoverySettings) ProtoMessage()

func (*DiscoverySettings) ProtoReflect added in v0.12.0

func (x *DiscoverySettings) ProtoReflect() protoreflect.Message

func (*DiscoverySettings) Reset added in v0.12.0

func (x *DiscoverySettings) Reset()

func (*DiscoverySettings) String added in v0.12.0

func (x *DiscoverySettings) String() string

type DiscoverySettings_Istio added in v0.12.0

type DiscoverySettings_Istio struct {

	// Ingress gateway detectors for each cluster. The key to the map is either a k8s cluster name or the wildcard
	// `*` meaning all clusters. If an entry is found for a given cluster, it will be used. Otherwise, the
	// wildcard entry will be used if it exists. Lastly, we will fall back to the default values.
	IngressGatewayDetectors map[string]*DiscoverySettings_Istio_IngressGatewayDetector `` /* 220-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DiscoverySettings_Istio) Descriptor deprecated added in v0.12.0

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

Deprecated: Use DiscoverySettings_Istio.ProtoReflect.Descriptor instead.

func (*DiscoverySettings_Istio) Equal added in v0.12.0

func (m *DiscoverySettings_Istio) Equal(that interface{}) bool

Equal function

func (*DiscoverySettings_Istio) GetIngressGatewayDetectors added in v0.12.0

func (*DiscoverySettings_Istio) ProtoMessage added in v0.12.0

func (*DiscoverySettings_Istio) ProtoMessage()

func (*DiscoverySettings_Istio) ProtoReflect added in v0.12.0

func (x *DiscoverySettings_Istio) ProtoReflect() protoreflect.Message

func (*DiscoverySettings_Istio) Reset added in v0.12.0

func (x *DiscoverySettings_Istio) Reset()

func (*DiscoverySettings_Istio) String added in v0.12.0

func (x *DiscoverySettings_Istio) String() string

type DiscoverySettings_Istio_IngressGatewayDetector added in v0.12.0

type DiscoverySettings_Istio_IngressGatewayDetector struct {

	// The workload labels used during discovery to detect ingress gateways for a mesh.
	// If not specified, will default to `{"istio": "ingressgateway"}`.
	GatewayWorkloadLabels map[string]string `` /* 214-byte string literal not displayed */
	// The name of the TLS port used to detect ingress gateways. Services must have a port with this name
	// in order to be recognized as an ingress gateway during discovery.
	// If not specified, will default to `tls`.
	GatewayTlsPortName string `protobuf:"bytes,2,opt,name=gateway_tls_port_name,json=gatewayTlsPortName,proto3" json:"gateway_tls_port_name,omitempty"`
	// contains filtered or unexported fields
}

Workload labels and TLS port name used during discovery to detect ingress gateways for a mesh.

func (*DiscoverySettings_Istio_IngressGatewayDetector) Descriptor deprecated added in v0.12.0

Deprecated: Use DiscoverySettings_Istio_IngressGatewayDetector.ProtoReflect.Descriptor instead.

func (*DiscoverySettings_Istio_IngressGatewayDetector) Equal added in v0.12.0

func (m *DiscoverySettings_Istio_IngressGatewayDetector) Equal(that interface{}) bool

Equal function

func (*DiscoverySettings_Istio_IngressGatewayDetector) GetGatewayTlsPortName added in v0.12.0

func (x *DiscoverySettings_Istio_IngressGatewayDetector) GetGatewayTlsPortName() string

func (*DiscoverySettings_Istio_IngressGatewayDetector) GetGatewayWorkloadLabels added in v0.12.0

func (x *DiscoverySettings_Istio_IngressGatewayDetector) GetGatewayWorkloadLabels() map[string]string

func (*DiscoverySettings_Istio_IngressGatewayDetector) ProtoMessage added in v0.12.0

func (*DiscoverySettings_Istio_IngressGatewayDetector) ProtoReflect added in v0.12.0

func (*DiscoverySettings_Istio_IngressGatewayDetector) Reset added in v0.12.0

func (*DiscoverySettings_Istio_IngressGatewayDetector) String added in v0.12.0

type GrpcServer added in v0.12.0

type GrpcServer struct {

	// TCP address of the gRPC Server (including port)
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// Communicate over HTTP rather than HTTPS
	Insecure bool `protobuf:"varint,2,opt,name=insecure,proto3" json:"insecure,omitempty"`
	// Instruct Gloo Mesh to automatically reconnect to the server on network failures
	ReconnectOnNetworkFailures bool `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

Options for connecting to an external gRPC server

func (*GrpcServer) Descriptor deprecated added in v0.12.0

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

Deprecated: Use GrpcServer.ProtoReflect.Descriptor instead.

func (*GrpcServer) Equal added in v0.12.0

func (m *GrpcServer) Equal(that interface{}) bool

Equal function

func (*GrpcServer) GetAddress added in v0.12.0

func (x *GrpcServer) GetAddress() string

func (*GrpcServer) GetInsecure added in v0.12.0

func (x *GrpcServer) GetInsecure() bool

func (*GrpcServer) GetReconnectOnNetworkFailures added in v0.12.0

func (x *GrpcServer) GetReconnectOnNetworkFailures() bool

func (*GrpcServer) ProtoMessage added in v0.12.0

func (*GrpcServer) ProtoMessage()

func (*GrpcServer) ProtoReflect added in v0.12.0

func (x *GrpcServer) ProtoReflect() protoreflect.Message

func (*GrpcServer) Reset added in v0.12.0

func (x *GrpcServer) Reset()

func (*GrpcServer) String added in v0.12.0

func (x *GrpcServer) String() string

type MulticlusterClientset

type MulticlusterClientset interface {
	// Cluster returns a Clientset for the given cluster
	Cluster(cluster string) (Clientset, error)
}

MulticlusterClientset for the settings.mesh.gloo.solo.io/v1alpha2 APIs

func NewMulticlusterClientset

func NewMulticlusterClientset(client multicluster.Client) MulticlusterClientset

type MulticlusterSettingsClient

type MulticlusterSettingsClient interface {
	// Cluster returns a SettingsClient for the given cluster
	Cluster(cluster string) (SettingsClient, error)
}

Provides SettingsClients for multiple clusters.

func NewMulticlusterSettingsClient

func NewMulticlusterSettingsClient(client multicluster.Client) MulticlusterSettingsClient

type RelaySettings added in v0.12.0

type RelaySettings struct {

	// enable the use of Relay for cluster management.
	// If relay is enabled, make sure to follow the [Cluster Registration guide for Relay]({{< versioned_link_path fromRoot="/guides/setup/register_cluster#relay" >}})
	// for registering your clusters.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Connection info for the Relay Server. Gloo Mesh will fetch discovery resources from this server
	// and push translated outputs to this server.
	// Note: currently this field has no effect as the relay server runs in-process of the networking pod.
	Server *GrpcServer `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

Relay provides a way for connecting Gloo Mesh to remote Kubernetes Clusters without the need to share credentials and access to remote Kube API Servers from the management cluster (the Gloo Mesh controllers).

Relay instead uses a streaming gRPC API to pass discovery data from remote clusters to the management cluster, and push configuration from the management cluster to the remote clusters.

Architecturally, it includes a Relay-agent which is installed to remote Kube clusters at registration time, which then connects directly to the Relay Server in the management cluster. to push its discovery data and pull its mesh configuration.

RelaySettings contains options for configuring Gloo Mesh to use Relay for cluster management.

To configure Gloo Mesh to use Relay, make sure to read the [Installation guide for use with Relay]({{< versioned_link_path fromRoot="/guides/setup/insatll_gloo_mesh" >}}) and [Cluster Registration guide for use with Relay]({{< versioned_link_path fromRoot="/guides/setup/register_cluster" >}}).

func (*RelaySettings) Descriptor deprecated added in v0.12.0

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

Deprecated: Use RelaySettings.ProtoReflect.Descriptor instead.

func (*RelaySettings) Equal added in v0.12.0

func (m *RelaySettings) Equal(that interface{}) bool

Equal function

func (*RelaySettings) GetEnabled added in v0.12.0

func (x *RelaySettings) GetEnabled() bool

func (*RelaySettings) GetServer added in v0.12.0

func (x *RelaySettings) GetServer() *GrpcServer

func (*RelaySettings) ProtoMessage added in v0.12.0

func (*RelaySettings) ProtoMessage()

func (*RelaySettings) ProtoReflect added in v0.12.0

func (x *RelaySettings) ProtoReflect() protoreflect.Message

func (*RelaySettings) Reset added in v0.12.0

func (x *RelaySettings) Reset()

func (*RelaySettings) String added in v0.12.0

func (x *RelaySettings) String() string

type Settings

type Settings struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SettingsSpec   `json:"spec,omitempty"`
	Status SettingsStatus `json:"status,omitempty"`
}

Settings is the Schema for the settings API

func (*Settings) DeepCopy

func (in *Settings) DeepCopy() *Settings

func (*Settings) DeepCopyInto

func (in *Settings) DeepCopyInto(out *Settings)

func (*Settings) DeepCopyObject

func (in *Settings) DeepCopyObject() runtime.Object

func (Settings) GVK added in v0.10.5

GVK returns the GroupVersionKind associated with the resource type.

type SettingsClient

type SettingsClient interface {
	SettingsReader
	SettingsWriter
	SettingsStatusWriter
}

Client knows how to perform CRUD operations on Settingss.

type SettingsList

type SettingsList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Settings `json:"items"`
}

SettingsList contains a list of Settings

func (*SettingsList) DeepCopy

func (in *SettingsList) DeepCopy() *SettingsList

func (*SettingsList) DeepCopyInto

func (in *SettingsList) DeepCopyInto(out *SettingsList)

func (*SettingsList) DeepCopyObject

func (in *SettingsList) DeepCopyObject() runtime.Object

type SettingsReader

type SettingsReader interface {
	// Get retrieves a Settings for the given object key
	GetSettings(ctx context.Context, key client.ObjectKey) (*Settings, error)

	// List retrieves list of Settingss for a given namespace and list options.
	ListSettings(ctx context.Context, opts ...client.ListOption) (*SettingsList, error)
}

Reader knows how to read and list Settingss.

type SettingsSlice

type SettingsSlice []*Settings

SettingsSlice represents a slice of *Settings

type SettingsSpec

type SettingsSpec struct {

	// Configure default mTLS settings for TrafficTargets (MTLS declared in TrafficPolicies take precedence)
	Mtls *v1alpha2.TrafficPolicySpec_MTLS `protobuf:"bytes,1,opt,name=mtls,proto3" json:"mtls,omitempty"`
	// Configure Gloo Mesh networking to communicate with one or more external gRPC NetworkingExtensions servers.
	// Updates will be applied by the servers in the order they are listed (servers towards the end of the list take precedence).
	// Note: Extension Servers have full write access to the output objects written by Gloo Mesh.
	NetworkingExtensionServers []*GrpcServer `` /* 141-byte string literal not displayed */
	// Settings specific to the discovery controller.
	Discovery *DiscoverySettings `protobuf:"bytes,3,opt,name=discovery,proto3" json:"discovery,omitempty"`
	// Enable and configure use of Relay to communicate with remote clusters.
	// This is an Enterprise-only feature.
	Relay *RelaySettings `protobuf:"bytes,4,opt,name=relay,proto3" json:"relay,omitempty"`
	// contains filtered or unexported fields
}

Configure global settings and defaults.

func (*SettingsSpec) DeepCopyInto

func (in *SettingsSpec) DeepCopyInto(out *SettingsSpec)

DeepCopyInto for the Settings.Spec

func (*SettingsSpec) Descriptor deprecated

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

Deprecated: Use SettingsSpec.ProtoReflect.Descriptor instead.

func (*SettingsSpec) Equal

func (m *SettingsSpec) Equal(that interface{}) bool

Equal function

func (*SettingsSpec) GetDiscovery added in v0.12.0

func (x *SettingsSpec) GetDiscovery() *DiscoverySettings

func (*SettingsSpec) GetMtls

func (*SettingsSpec) GetNetworkingExtensionServers

func (x *SettingsSpec) GetNetworkingExtensionServers() []*GrpcServer

func (*SettingsSpec) GetRelay added in v0.12.0

func (x *SettingsSpec) GetRelay() *RelaySettings

func (*SettingsSpec) MarshalJSON

func (this *SettingsSpec) MarshalJSON() ([]byte, error)

MarshalJSON is a custom marshaler for SettingsSpec

func (*SettingsSpec) ProtoMessage

func (*SettingsSpec) ProtoMessage()

func (*SettingsSpec) ProtoReflect added in v0.10.8

func (x *SettingsSpec) ProtoReflect() protoreflect.Message

func (*SettingsSpec) Reset

func (x *SettingsSpec) Reset()

func (*SettingsSpec) String

func (x *SettingsSpec) String() string

func (*SettingsSpec) UnmarshalJSON

func (this *SettingsSpec) UnmarshalJSON(b []byte) error

UnmarshalJSON is a custom unmarshaler for SettingsSpec

type SettingsStatus

type SettingsStatus struct {

	// The most recent generation observed in the the Settings metadata.
	// If the observedGeneration does not match generation, the controller has not processed the most
	// recent version of this resource.
	ObservedGeneration int64 `protobuf:"varint,1,opt,name=observed_generation,json=observedGeneration,proto3" json:"observed_generation,omitempty"`
	// The state of the overall resource.
	// It will only show accepted if no processing errors encountered.
	State v1alpha2.ApprovalState `protobuf:"varint,2,opt,name=state,proto3,enum=networking.mesh.gloo.solo.io.ApprovalState" json:"state,omitempty"`
	// Any errors encountered while processing Settings object.
	Errors []string `protobuf:"bytes,3,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*SettingsStatus) DeepCopyInto

func (in *SettingsStatus) DeepCopyInto(out *SettingsStatus)

DeepCopyInto for the Settings.Status

func (*SettingsStatus) Descriptor deprecated

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

Deprecated: Use SettingsStatus.ProtoReflect.Descriptor instead.

func (*SettingsStatus) Equal

func (m *SettingsStatus) Equal(that interface{}) bool

Equal function

func (*SettingsStatus) GetErrors

func (x *SettingsStatus) GetErrors() []string

func (*SettingsStatus) GetObservedGeneration

func (x *SettingsStatus) GetObservedGeneration() int64

func (*SettingsStatus) GetState

func (x *SettingsStatus) GetState() v1alpha2.ApprovalState

func (*SettingsStatus) MarshalJSON

func (this *SettingsStatus) MarshalJSON() ([]byte, error)

MarshalJSON is a custom marshaler for SettingsStatus

func (*SettingsStatus) ProtoMessage

func (*SettingsStatus) ProtoMessage()

func (*SettingsStatus) ProtoReflect added in v0.10.8

func (x *SettingsStatus) ProtoReflect() protoreflect.Message

func (*SettingsStatus) Reset

func (x *SettingsStatus) Reset()

func (*SettingsStatus) String

func (x *SettingsStatus) String() string

func (*SettingsStatus) UnmarshalJSON

func (this *SettingsStatus) UnmarshalJSON(b []byte) error

UnmarshalJSON is a custom unmarshaler for SettingsStatus

type SettingsStatusWriter

type SettingsStatusWriter interface {
	// Update updates the fields corresponding to the status subresource for the
	// given Settings object.
	UpdateSettingsStatus(ctx context.Context, obj *Settings, opts ...client.UpdateOption) error

	// Patch patches the given Settings object's subresource.
	PatchSettingsStatus(ctx context.Context, obj *Settings, patch client.Patch, opts ...client.PatchOption) error
}

StatusWriter knows how to update status subresource of a Settings object.

type SettingsTransitionFunction

type SettingsTransitionFunction func(existing, desired *Settings) error

SettingsTransitionFunction instructs the SettingsWriter how to transition between an existing Settings object and a desired on an Upsert

type SettingsWriter

type SettingsWriter interface {
	// Create saves the Settings object.
	CreateSettings(ctx context.Context, obj *Settings, opts ...client.CreateOption) error

	// Delete deletes the Settings object.
	DeleteSettings(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

	// Update updates the given Settings object.
	UpdateSettings(ctx context.Context, obj *Settings, opts ...client.UpdateOption) error

	// Patch patches the given Settings object.
	PatchSettings(ctx context.Context, obj *Settings, patch client.Patch, opts ...client.PatchOption) error

	// DeleteAllOf deletes all Settings objects matching the given options.
	DeleteAllOfSettings(ctx context.Context, opts ...client.DeleteAllOfOption) error

	// Create or Update the Settings object.
	UpsertSettings(ctx context.Context, obj *Settings, transitionFuncs ...SettingsTransitionFunction) error
}

Writer knows how to create, delete, and update Settingss.

Directories

Path Synopsis
Definitions for the Kubernetes Controllers Definitions for the multicluster Kubernetes Controllers Definitions for the Kubernetes Controllers
Definitions for the Kubernetes Controllers Definitions for the multicluster Kubernetes Controllers Definitions for the Kubernetes Controllers
mocks
Package mock_controller is a generated GoMock package.
Package mock_controller is a generated GoMock package.
Package mock_v1alpha2 is a generated GoMock package.
Package mock_v1alpha2 is a generated GoMock package.
mocks
Package mock_v1alpha2sets is a generated GoMock package.
Package mock_v1alpha2sets is a generated GoMock package.

Jump to

Keyboard shortcuts

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