v1alpha1

package
v0.0.0-...-b3f0fa4 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Copyright 2018 Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2018 Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2018 Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2018 Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This package has the automatically generated typed clients.

Copyright 2018 Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2018 Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2018 Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2018 Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackendExpansion

type BackendExpansion interface{}

type BackendInterface

type BackendInterface interface {
	Create(*v1alpha1.Backend) (*v1alpha1.Backend, error)
	Update(*v1alpha1.Backend) (*v1alpha1.Backend, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Backend, error)
	List(opts v1.ListOptions) (*v1alpha1.BackendList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Backend, err error)
	BackendExpansion
}

BackendInterface has methods to work with Backend resources.

type BackendSetExpansion

type BackendSetExpansion interface{}

type BackendSetInterface

type BackendSetInterface interface {
	Create(*v1alpha1.BackendSet) (*v1alpha1.BackendSet, error)
	Update(*v1alpha1.BackendSet) (*v1alpha1.BackendSet, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.BackendSet, error)
	List(opts v1.ListOptions) (*v1alpha1.BackendSetList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.BackendSet, err error)
	BackendSetExpansion
}

BackendSetInterface has methods to work with BackendSet resources.

type BackendSetsGetter

type BackendSetsGetter interface {
	BackendSets(namespace string) BackendSetInterface
}

BackendSetsGetter has a method to return a BackendSetInterface. A group's client should implement this interface.

type BackendsGetter

type BackendsGetter interface {
	Backends(namespace string) BackendInterface
}

BackendsGetter has a method to return a BackendInterface. A group's client should implement this interface.

type CertificateExpansion

type CertificateExpansion interface{}

type CertificateInterface

type CertificateInterface interface {
	Create(*v1alpha1.Certificate) (*v1alpha1.Certificate, error)
	Update(*v1alpha1.Certificate) (*v1alpha1.Certificate, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Certificate, error)
	List(opts v1.ListOptions) (*v1alpha1.CertificateList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Certificate, err error)
	CertificateExpansion
}

CertificateInterface has methods to work with Certificate resources.

type CertificatesGetter

type CertificatesGetter interface {
	Certificates(namespace string) CertificateInterface
}

CertificatesGetter has a method to return a CertificateInterface. A group's client should implement this interface.

type ListenerExpansion

type ListenerExpansion interface{}

type ListenerInterface

type ListenerInterface interface {
	Create(*v1alpha1.Listener) (*v1alpha1.Listener, error)
	Update(*v1alpha1.Listener) (*v1alpha1.Listener, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Listener, error)
	List(opts v1.ListOptions) (*v1alpha1.ListenerList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Listener, err error)
	ListenerExpansion
}

ListenerInterface has methods to work with Listener resources.

type ListenersGetter

type ListenersGetter interface {
	Listeners(namespace string) ListenerInterface
}

ListenersGetter has a method to return a ListenerInterface. A group's client should implement this interface.

type LoadBalancerExpansion

type LoadBalancerExpansion interface{}

type LoadBalancerInterface

type LoadBalancerInterface interface {
	Create(*v1alpha1.LoadBalancer) (*v1alpha1.LoadBalancer, error)
	Update(*v1alpha1.LoadBalancer) (*v1alpha1.LoadBalancer, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.LoadBalancer, error)
	List(opts v1.ListOptions) (*v1alpha1.LoadBalancerList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.LoadBalancer, err error)
	LoadBalancerExpansion
}

LoadBalancerInterface has methods to work with LoadBalancer resources.

type LoadBalancersGetter

type LoadBalancersGetter interface {
	LoadBalancers(namespace string) LoadBalancerInterface
}

LoadBalancersGetter has a method to return a LoadBalancerInterface. A group's client should implement this interface.

type OcilbV1alpha1Client

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

OcilbV1alpha1Client is used to interact with features provided by the ocilb.oracle.com group.

func New

New creates a new OcilbV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*OcilbV1alpha1Client, error)

NewForConfig creates a new OcilbV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *OcilbV1alpha1Client

NewForConfigOrDie creates a new OcilbV1alpha1Client for the given config and panics if there is an error in the config.

func (*OcilbV1alpha1Client) BackendSets

func (c *OcilbV1alpha1Client) BackendSets(namespace string) BackendSetInterface

func (*OcilbV1alpha1Client) Backends

func (c *OcilbV1alpha1Client) Backends(namespace string) BackendInterface

func (*OcilbV1alpha1Client) Certificates

func (c *OcilbV1alpha1Client) Certificates(namespace string) CertificateInterface

func (*OcilbV1alpha1Client) Listeners

func (c *OcilbV1alpha1Client) Listeners(namespace string) ListenerInterface

func (*OcilbV1alpha1Client) LoadBalancers

func (c *OcilbV1alpha1Client) LoadBalancers(namespace string) LoadBalancerInterface

func (*OcilbV1alpha1Client) RESTClient

func (c *OcilbV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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