revisions

package
v0.0.310 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RevisionGetter

type RevisionGetter interface {
	GetDeploymentRevision(namespace, name, revision string) (*v1.ReplicaSet, error)
	GetStatefulSetRevision(namespace, name string, revision int) (*v1.ControllerRevision, error)
	GetDaemonSetRevision(namespace, name string, revision int) (*v1.ControllerRevision, error)
}

func NewRevisionGetter

func NewRevisionGetter(informers informers.SharedInformerFactory) RevisionGetter

Jump to

Keyboard shortcuts

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