v1alpha1

package
v0.1.14 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Copyright 2018 Pressinfra SRL

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.

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.

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 MysqlBackupLister

type MysqlBackupLister interface {
	// List lists all MysqlBackups in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MysqlBackup, err error)
	// MysqlBackups returns an object that can list and get MysqlBackups.
	MysqlBackups(namespace string) MysqlBackupNamespaceLister
	MysqlBackupListerExpansion
}

MysqlBackupLister helps list MysqlBackups.

func NewMysqlBackupLister

func NewMysqlBackupLister(indexer cache.Indexer) MysqlBackupLister

NewMysqlBackupLister returns a new MysqlBackupLister.

type MysqlBackupListerExpansion

type MysqlBackupListerExpansion interface{}

MysqlBackupListerExpansion allows custom methods to be added to MysqlBackupLister.

type MysqlBackupNamespaceLister

type MysqlBackupNamespaceLister interface {
	// List lists all MysqlBackups in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.MysqlBackup, err error)
	// Get retrieves the MysqlBackup from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.MysqlBackup, error)
	MysqlBackupNamespaceListerExpansion
}

MysqlBackupNamespaceLister helps list and get MysqlBackups.

type MysqlBackupNamespaceListerExpansion

type MysqlBackupNamespaceListerExpansion interface{}

MysqlBackupNamespaceListerExpansion allows custom methods to be added to MysqlBackupNamespaceLister.

type MysqlClusterLister

type MysqlClusterLister interface {
	// List lists all MysqlClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MysqlCluster, err error)
	// MysqlClusters returns an object that can list and get MysqlClusters.
	MysqlClusters(namespace string) MysqlClusterNamespaceLister
	MysqlClusterListerExpansion
}

MysqlClusterLister helps list MysqlClusters.

func NewMysqlClusterLister

func NewMysqlClusterLister(indexer cache.Indexer) MysqlClusterLister

NewMysqlClusterLister returns a new MysqlClusterLister.

type MysqlClusterListerExpansion

type MysqlClusterListerExpansion interface{}

MysqlClusterListerExpansion allows custom methods to be added to MysqlClusterLister.

type MysqlClusterNamespaceLister

type MysqlClusterNamespaceLister interface {
	// List lists all MysqlClusters in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.MysqlCluster, err error)
	// Get retrieves the MysqlCluster from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.MysqlCluster, error)
	MysqlClusterNamespaceListerExpansion
}

MysqlClusterNamespaceLister helps list and get MysqlClusters.

type MysqlClusterNamespaceListerExpansion

type MysqlClusterNamespaceListerExpansion interface{}

MysqlClusterNamespaceListerExpansion allows custom methods to be added to MysqlClusterNamespaceLister.

Jump to

Keyboard shortcuts

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