Documentation ¶
Index ¶
- func DefaultOpenShiftUserAgent() string
- func SetOpenShiftDefaults(config *kclient.Config) error
- type BuildConfigInterface
- type BuildConfigsNamespacer
- type BuildInterface
- type BuildLogsInterface
- type BuildLogsNamespacer
- type BuildsNamespacer
- type Client
- func (c *Client) BuildConfigs(namespace string) BuildConfigInterface
- func (c *Client) BuildLogs(namespace string) BuildLogsInterface
- func (c *Client) Builds(namespace string) BuildInterface
- func (c *Client) DeploymentConfigs(namespace string) DeploymentConfigInterface
- func (c *Client) Deployments(namespace string) DeploymentInterface
- func (c *Client) Identities() IdentityInterface
- func (c *Client) ImageRepositories(namespace string) ImageRepositoryInterface
- func (c *Client) ImageRepositoryMappings(namespace string) ImageRepositoryMappingInterface
- func (c *Client) ImageRepositoryTags(namespace string) ImageRepositoryTagInterface
- func (c *Client) ImageStreamImages(namespace string) ImageStreamImageInterface
- func (c *Client) ImageStreamMappings(namespace string) ImageStreamMappingInterface
- func (c *Client) ImageStreamTags(namespace string) ImageStreamTagInterface
- func (c *Client) ImageStreams(namespace string) ImageStreamInterface
- func (c *Client) Images() ImageInterface
- func (c *Client) Policies(namespace string) PolicyInterface
- func (c *Client) PolicyBindings(namespace string) PolicyBindingInterface
- func (c *Client) ProjectRequests() ProjectRequestInterface
- func (c *Client) Projects() ProjectInterface
- func (c *Client) ResourceAccessReviews(namespace string) ResourceAccessReviewInterface
- func (c *Client) RoleBindings(namespace string) RoleBindingInterface
- func (c *Client) Roles(namespace string) RoleInterface
- func (c *Client) RootResourceAccessReviews() ResourceAccessReviewInterface
- func (c *Client) RootSubjectAccessReviews() SubjectAccessReviewInterface
- func (c *Client) Routes(namespace string) RouteInterface
- func (c *Client) SubjectAccessReviews(namespace string) SubjectAccessReviewInterface
- func (c *Client) TemplateConfigs(namespace string) TemplateConfigInterface
- func (c *Client) Templates(namespace string) TemplateInterface
- func (c *Client) UserIdentityMappings() UserIdentityMappingInterface
- func (c *Client) Users() UserInterface
- type DeploymentConfigInterface
- type DeploymentConfigsNamespacer
- type DeploymentInterface
- type DeploymentsNamespacer
- type Fake
- func (c *Fake) BuildConfigs(namespace string) BuildConfigInterface
- func (c *Fake) BuildLogs(namespace string) BuildLogsInterface
- func (c *Fake) Builds(namespace string) BuildInterface
- func (c *Fake) DeploymentConfigs(namespace string) DeploymentConfigInterface
- func (c *Fake) Deployments(namespace string) DeploymentInterface
- func (c *Fake) Identities() IdentityInterface
- func (c *Fake) ImageRepositories(namespace string) ImageRepositoryInterface
- func (c *Fake) ImageRepositoryMappings(namespace string) ImageRepositoryMappingInterface
- func (c *Fake) ImageRepositoryTags(namespace string) ImageRepositoryTagInterface
- func (c *Fake) ImageStreamImages(namespace string) ImageStreamImageInterface
- func (c *Fake) ImageStreamMappings(namespace string) ImageStreamMappingInterface
- func (c *Fake) ImageStreamTags(namespace string) ImageStreamTagInterface
- func (c *Fake) ImageStreams(namespace string) ImageStreamInterface
- func (c *Fake) Images() ImageInterface
- func (c *Fake) Invokes(action FakeAction, obj runtime.Object) (runtime.Object, error)
- func (c *Fake) Policies(namespace string) PolicyInterface
- func (c *Fake) PolicyBindings(namespace string) PolicyBindingInterface
- func (c *Fake) ProjectRequests() ProjectRequestInterface
- func (c *Fake) Projects() ProjectInterface
- func (c *Fake) ResourceAccessReviews(namespace string) ResourceAccessReviewInterface
- func (c *Fake) RoleBindings(namespace string) RoleBindingInterface
- func (c *Fake) Roles(namespace string) RoleInterface
- func (c *Fake) RootResourceAccessReviews() ResourceAccessReviewInterface
- func (c *Fake) Routes(namespace string) RouteInterface
- func (c *Fake) SubjectAccessReviews(namespace string) SubjectAccessReviewInterface
- func (c *Fake) TemplateConfigs(namespace string) TemplateConfigInterface
- func (c *Fake) Templates(namespace string) TemplateInterface
- func (c *Fake) UserIdentityMappings() UserIdentityMappingInterface
- func (c *Fake) Users() UserInterface
- type FakeAction
- type FakeBuildConfigs
- func (c *FakeBuildConfigs) Create(config *buildapi.BuildConfig) (*buildapi.BuildConfig, error)
- func (c *FakeBuildConfigs) Delete(name string) error
- func (c *FakeBuildConfigs) Get(name string) (*buildapi.BuildConfig, error)
- func (c *FakeBuildConfigs) Instantiate(request *buildapi.BuildRequest) (result *buildapi.Build, err error)
- func (c *FakeBuildConfigs) List(label labels.Selector, field fields.Selector) (*buildapi.BuildConfigList, error)
- func (c *FakeBuildConfigs) Update(config *buildapi.BuildConfig) (*buildapi.BuildConfig, error)
- func (c *FakeBuildConfigs) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeBuildLogs
- type FakeBuilds
- func (c *FakeBuilds) Clone(request *buildapi.BuildRequest) (result *buildapi.Build, err error)
- func (c *FakeBuilds) Create(build *buildapi.Build) (*buildapi.Build, error)
- func (c *FakeBuilds) Delete(name string) error
- func (c *FakeBuilds) Get(name string) (*buildapi.Build, error)
- func (c *FakeBuilds) List(label labels.Selector, field fields.Selector) (*buildapi.BuildList, error)
- func (c *FakeBuilds) Update(build *buildapi.Build) (*buildapi.Build, error)
- func (c *FakeBuilds) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeDeploymentConfigs
- func (c *FakeDeploymentConfigs) Create(config *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error)
- func (c *FakeDeploymentConfigs) Delete(name string) error
- func (c *FakeDeploymentConfigs) Generate(name string) (*deployapi.DeploymentConfig, error)
- func (c *FakeDeploymentConfigs) Get(name string) (*deployapi.DeploymentConfig, error)
- func (c *FakeDeploymentConfigs) List(label labels.Selector, field fields.Selector) (*deployapi.DeploymentConfigList, error)
- func (c *FakeDeploymentConfigs) Rollback(config *deployapi.DeploymentConfigRollback) (result *deployapi.DeploymentConfig, err error)
- func (c *FakeDeploymentConfigs) Update(config *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error)
- func (c *FakeDeploymentConfigs) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeDeployments
- func (c *FakeDeployments) Create(deployment *deployapi.Deployment) (*deployapi.Deployment, error)
- func (c *FakeDeployments) Delete(name string) error
- func (c *FakeDeployments) Get(name string) (*deployapi.Deployment, error)
- func (c *FakeDeployments) List(label labels.Selector, field fields.Selector) (*deployapi.DeploymentList, error)
- func (c *FakeDeployments) Update(deployment *deployapi.Deployment) (*deployapi.Deployment, error)
- func (c *FakeDeployments) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeIdentities
- func (c *FakeIdentities) Create(identity *userapi.Identity) (*userapi.Identity, error)
- func (c *FakeIdentities) Get(name string) (*userapi.Identity, error)
- func (c *FakeIdentities) List(label labels.Selector, field fields.Selector) (*userapi.IdentityList, error)
- func (c *FakeIdentities) Update(identity *userapi.Identity) (*userapi.Identity, error)
- type FakeImageRepositories
- func (c *FakeImageRepositories) Create(repo *imageapi.ImageRepository) (*imageapi.ImageRepository, error)
- func (c *FakeImageRepositories) Delete(name string) error
- func (c *FakeImageRepositories) Get(name string) (*imageapi.ImageRepository, error)
- func (c *FakeImageRepositories) List(label labels.Selector, field fields.Selector) (*imageapi.ImageRepositoryList, error)
- func (c *FakeImageRepositories) Update(repo *imageapi.ImageRepository) (*imageapi.ImageRepository, error)
- func (c *FakeImageRepositories) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeImageRepositoryMappings
- type FakeImageRepositoryTags
- type FakeImageStreamImages
- type FakeImageStreamMappings
- type FakeImageStreamTags
- type FakeImageStreams
- func (c *FakeImageStreams) Create(repo *imageapi.ImageStream) (*imageapi.ImageStream, error)
- func (c *FakeImageStreams) Delete(name string) error
- func (c *FakeImageStreams) Get(name string) (*imageapi.ImageStream, error)
- func (c *FakeImageStreams) List(label labels.Selector, field fields.Selector) (*imageapi.ImageStreamList, error)
- func (c *FakeImageStreams) Update(repo *imageapi.ImageStream) (*imageapi.ImageStream, error)
- func (c *FakeImageStreams) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeImages
- type FakePolicies
- func (c *FakePolicies) Delete(name string) error
- func (c *FakePolicies) Get(name string) (*authorizationapi.Policy, error)
- func (c *FakePolicies) List(label labels.Selector, field fields.Selector) (*authorizationapi.PolicyList, error)
- func (c *FakePolicies) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakePolicyBindings
- func (c *FakePolicyBindings) Create(policyBinding *authorizationapi.PolicyBinding) (*authorizationapi.PolicyBinding, error)
- func (c *FakePolicyBindings) Delete(name string) error
- func (c *FakePolicyBindings) Get(name string) (*authorizationapi.PolicyBinding, error)
- func (c *FakePolicyBindings) List(label labels.Selector, field fields.Selector) (*authorizationapi.PolicyBindingList, error)
- func (c *FakePolicyBindings) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeProjectRequests
- type FakeProjects
- func (c *FakeProjects) Create(project *projectapi.Project) (*projectapi.Project, error)
- func (c *FakeProjects) Delete(name string) error
- func (c *FakeProjects) Get(name string) (*projectapi.Project, error)
- func (c *FakeProjects) List(label labels.Selector, field fields.Selector) (*projectapi.ProjectList, error)
- func (c *FakeProjects) Update(project *projectapi.Project) (*projectapi.Project, error)
- type FakeResourceAccessReviews
- type FakeRoleBindings
- func (c *FakeRoleBindings) Create(roleBinding *authorizationapi.RoleBinding) (*authorizationapi.RoleBinding, error)
- func (c *FakeRoleBindings) Delete(name string) error
- func (c *FakeRoleBindings) Get(name string) (*authorizationapi.RoleBinding, error)
- func (c *FakeRoleBindings) List(label labels.Selector, field fields.Selector) (*authorizationapi.RoleBindingList, error)
- func (c *FakeRoleBindings) Update(roleBinding *authorizationapi.RoleBinding) (*authorizationapi.RoleBinding, error)
- type FakeRoles
- func (c *FakeRoles) Create(role *authorizationapi.Role) (*authorizationapi.Role, error)
- func (c *FakeRoles) Delete(name string) error
- func (c *FakeRoles) Get(name string) (*authorizationapi.Role, error)
- func (c *FakeRoles) List(label labels.Selector, field fields.Selector) (*authorizationapi.RoleList, error)
- func (c *FakeRoles) Update(role *authorizationapi.Role) (*authorizationapi.Role, error)
- type FakeRootResourceAccessReviews
- type FakeRoutes
- func (c *FakeRoutes) Create(route *routeapi.Route) (*routeapi.Route, error)
- func (c *FakeRoutes) Delete(name string) error
- func (c *FakeRoutes) Get(name string) (*routeapi.Route, error)
- func (c *FakeRoutes) List(label labels.Selector, field fields.Selector) (*routeapi.RouteList, error)
- func (c *FakeRoutes) Update(route *routeapi.Route) (*routeapi.Route, error)
- func (c *FakeRoutes) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeSubjectAccessReviews
- type FakeTemplateConfigs
- type FakeTemplates
- func (c *FakeTemplates) Create(template *templateapi.Template) (*templateapi.Template, error)
- func (c *FakeTemplates) Delete(name string) error
- func (c *FakeTemplates) Get(name string) (*templateapi.Template, error)
- func (c *FakeTemplates) List(label labels.Selector, field fields.Selector) (*templateapi.TemplateList, error)
- func (c *FakeTemplates) Update(template *templateapi.Template) (*templateapi.Template, error)
- func (c *FakeTemplates) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error)
- type FakeUserIdentityMappings
- func (c *FakeUserIdentityMappings) Create(mapping *userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error)
- func (c *FakeUserIdentityMappings) Delete(name string) error
- func (c *FakeUserIdentityMappings) Get(name string) (*userapi.UserIdentityMapping, error)
- func (c *FakeUserIdentityMappings) Update(mapping *userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error)
- type FakeUsers
- type IdentitiesInterface
- type IdentityInterface
- type ImageInterface
- type ImageRepositoriesNamespacer
- type ImageRepositoryInterface
- type ImageRepositoryMappingInterface
- type ImageRepositoryMappingsNamespacer
- type ImageRepositoryNamespaceGetter
- type ImageRepositoryTagInterface
- type ImageRepositoryTagsNamespacer
- type ImageStreamImageInterface
- type ImageStreamImagesNamespacer
- type ImageStreamInterface
- type ImageStreamMappingInterface
- type ImageStreamMappingsNamespacer
- type ImageStreamNamespaceGetter
- type ImageStreamTagInterface
- type ImageStreamTagsNamespacer
- type ImageStreamsNamespacer
- type ImagesInterfacer
- type Interface
- type PoliciesNamespacer
- type PolicyBindingInterface
- type PolicyBindingsNamespacer
- type PolicyInterface
- type ProjectInterface
- type ProjectRequestInterface
- type ProjectRequestsInterface
- type ProjectsInterface
- type ResourceAccessReviewInterface
- type ResourceAccessReviewsNamespacer
- type RoleBindingInterface
- type RoleBindingsNamespacer
- type RoleInterface
- type RolesNamespacer
- type RootResourceAccessReviews
- type RouteInterface
- type RoutesNamespacer
- type SubjectAccessReviewInterface
- type SubjectAccessReviewsNamespacer
- type TemplateConfigInterface
- type TemplateConfigsNamespacer
- type TemplateInterface
- type TemplatesNamespacer
- type UserIdentityMappingInterface
- type UserIdentityMappingsInterface
- type UserInterface
- type UsersInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultOpenShiftUserAgent ¶ added in v0.3.1
func DefaultOpenShiftUserAgent() string
DefaultOpenShiftUserAgent returns the default user agent that clients can use.
func SetOpenShiftDefaults ¶ added in v0.3.1
SetOpenShiftDefaults sets the default settings on the passed client configuration
Types ¶
type BuildConfigInterface ¶
type BuildConfigInterface interface { List(label labels.Selector, field fields.Selector) (*buildapi.BuildConfigList, error) Get(name string) (*buildapi.BuildConfig, error) Create(config *buildapi.BuildConfig) (*buildapi.BuildConfig, error) Update(config *buildapi.BuildConfig) (*buildapi.BuildConfig, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) Instantiate(request *buildapi.BuildRequest) (result *buildapi.Build, err error) }
BuildConfigInterface exposes methods on BuildConfig resources
type BuildConfigsNamespacer ¶ added in v0.2.1
type BuildConfigsNamespacer interface {
BuildConfigs(namespace string) BuildConfigInterface
}
BuildConfigsNamespacer has methods to work with BuildConfig resources in a namespace
type BuildInterface ¶
type BuildInterface interface { List(label labels.Selector, field fields.Selector) (*buildapi.BuildList, error) Get(name string) (*buildapi.Build, error) Create(build *buildapi.Build) (*buildapi.Build, error) Update(build *buildapi.Build) (*buildapi.Build, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) Clone(request *buildapi.BuildRequest) (*buildapi.Build, error) }
BuildInterface exposes methods on Build resources.
type BuildLogsInterface ¶ added in v0.4.2
BuildLogsInterface exposes methods on BuildLogs resources.
type BuildLogsNamespacer ¶ added in v0.4.1
type BuildLogsNamespacer interface {
BuildLogs(namespace string) BuildLogsInterface
}
BuildLogsNamespacer has methods to work with BuildLogs resources in a namespace
type BuildsNamespacer ¶ added in v0.2.1
type BuildsNamespacer interface {
Builds(namespace string) BuildInterface
}
BuildsNamespacer has methods to work with Build resources in a namespace
type Client ¶
type Client struct {
*kclient.RESTClient
}
Client is an OpenShift client object
func New ¶
New creates an OpenShift client for the given config. This client works with builds, deployments, templates, routes, and images. It allows operations such as list, get, update and delete on these objects. An error is returned if the provided configuration is not valid.
func NewOrDie ¶
NewOrDie creates an OpenShift client and panics if the provided API version is not recognized.
func (*Client) BuildConfigs ¶ added in v0.2.1
func (c *Client) BuildConfigs(namespace string) BuildConfigInterface
BuildConfigs provides a REST client for BuildConfigs
func (*Client) BuildLogs ¶ added in v0.4.1
func (c *Client) BuildLogs(namespace string) BuildLogsInterface
BuildLogs provides a REST client for BuildLogs
func (*Client) Builds ¶ added in v0.2.1
func (c *Client) Builds(namespace string) BuildInterface
Builds provides a REST client for Builds
func (*Client) DeploymentConfigs ¶ added in v0.2.1
func (c *Client) DeploymentConfigs(namespace string) DeploymentConfigInterface
DeploymentConfigs provides a REST client for DeploymentConfig
func (*Client) Deployments ¶ added in v0.2.1
func (c *Client) Deployments(namespace string) DeploymentInterface
Deployments provides a REST client for Deployment
func (*Client) Identities ¶ added in v0.4.2
func (c *Client) Identities() IdentityInterface
Identities provides a REST client for Identity
func (*Client) ImageRepositories ¶ added in v0.2.1
func (c *Client) ImageRepositories(namespace string) ImageRepositoryInterface
ImageRepositories provides a REST client for ImageRepository
func (*Client) ImageRepositoryMappings ¶ added in v0.2.1
func (c *Client) ImageRepositoryMappings(namespace string) ImageRepositoryMappingInterface
ImageRepositoryMappings provides a REST client for ImageRepositoryMapping
func (*Client) ImageRepositoryTags ¶ added in v0.2.1
func (c *Client) ImageRepositoryTags(namespace string) ImageRepositoryTagInterface
ImageRepositoryTags provides a REST client for ImageRepositoryTag
func (*Client) ImageStreamImages ¶ added in v0.4.2
func (c *Client) ImageStreamImages(namespace string) ImageStreamImageInterface
ImageStreamImages provides a REST client for ImageStreamImage
func (*Client) ImageStreamMappings ¶ added in v0.4.3
func (c *Client) ImageStreamMappings(namespace string) ImageStreamMappingInterface
ImageStreamMappings provides a REST client for ImageStreamMapping
func (*Client) ImageStreamTags ¶ added in v0.4.3
func (c *Client) ImageStreamTags(namespace string) ImageStreamTagInterface
ImageStreamTags provides a REST client for ImageStreamTag
func (*Client) ImageStreams ¶ added in v0.4.3
func (c *Client) ImageStreams(namespace string) ImageStreamInterface
ImageStreams provides a REST client for ImageStream
func (*Client) Images ¶ added in v0.2.1
func (c *Client) Images() ImageInterface
Images provides a REST client for Images
func (*Client) Policies ¶ added in v0.2.2
func (c *Client) Policies(namespace string) PolicyInterface
Policies provides a REST client for Policies
func (*Client) PolicyBindings ¶ added in v0.2.2
func (c *Client) PolicyBindings(namespace string) PolicyBindingInterface
PolicyBindings provides a REST client for PolicyBindings
func (*Client) ProjectRequests ¶ added in v0.4.4
func (c *Client) ProjectRequests() ProjectRequestInterface
ProjectRequests provides a REST client for Projects
func (*Client) Projects ¶ added in v0.2.1
func (c *Client) Projects() ProjectInterface
Projects provides a REST client for Projects
func (*Client) ResourceAccessReviews ¶ added in v0.3.1
func (c *Client) ResourceAccessReviews(namespace string) ResourceAccessReviewInterface
ResourceAccessReviews provides a REST client for ResourceAccessReviews
func (*Client) RoleBindings ¶ added in v0.2.2
func (c *Client) RoleBindings(namespace string) RoleBindingInterface
RoleBindings provides a REST client for RoleBindings
func (*Client) Roles ¶ added in v0.2.2
func (c *Client) Roles(namespace string) RoleInterface
Roles provides a REST client for Roles
func (*Client) RootResourceAccessReviews ¶ added in v0.4.1
func (c *Client) RootResourceAccessReviews() ResourceAccessReviewInterface
RootResourceAccessReviews provides a REST client for RootResourceAccessReviews
func (*Client) RootSubjectAccessReviews ¶ added in v0.4.1
func (c *Client) RootSubjectAccessReviews() SubjectAccessReviewInterface
RootSubjectAccessReviews provides a REST client for RootSubjectAccessReviews
func (*Client) Routes ¶ added in v0.2.1
func (c *Client) Routes(namespace string) RouteInterface
Routes provides a REST client for Route
func (*Client) SubjectAccessReviews ¶ added in v0.3.1
func (c *Client) SubjectAccessReviews(namespace string) SubjectAccessReviewInterface
SubjectAccessReviews provides a REST client for SubjectAccessReviews
func (*Client) TemplateConfigs ¶ added in v0.2.2
func (c *Client) TemplateConfigs(namespace string) TemplateConfigInterface
TemplateConfigs provides a REST client for TemplateConfig
func (*Client) Templates ¶ added in v0.3.2
func (c *Client) Templates(namespace string) TemplateInterface
Templates provides a REST client for Templates
func (*Client) UserIdentityMappings ¶ added in v0.2.1
func (c *Client) UserIdentityMappings() UserIdentityMappingInterface
UserIdentityMappings provides a REST client for UserIdentityMapping
func (*Client) Users ¶ added in v0.2.1
func (c *Client) Users() UserInterface
Users provides a REST client for User
type DeploymentConfigInterface ¶
type DeploymentConfigInterface interface { List(label labels.Selector, field fields.Selector) (*deployapi.DeploymentConfigList, error) Get(name string) (*deployapi.DeploymentConfig, error) Create(config *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error) Update(config *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) Generate(name string) (*deployapi.DeploymentConfig, error) Rollback(config *deployapi.DeploymentConfigRollback) (*deployapi.DeploymentConfig, error) }
DeploymentConfigInterface contains methods for working with DeploymentConfigs
type DeploymentConfigsNamespacer ¶ added in v0.2.1
type DeploymentConfigsNamespacer interface {
DeploymentConfigs(namespace string) DeploymentConfigInterface
}
DeploymentConfigsNamespacer has methods to work with DeploymentConfig resources in a namespace
type DeploymentInterface ¶
type DeploymentInterface interface { List(label labels.Selector, field fields.Selector) (*deployapi.DeploymentList, error) Get(name string) (*deployapi.Deployment, error) Create(deployment *deployapi.Deployment) (*deployapi.Deployment, error) Update(deployment *deployapi.Deployment) (*deployapi.Deployment, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) }
DeploymentInterface contains methods for working with Deployments
type DeploymentsNamespacer ¶ added in v0.2.1
type DeploymentsNamespacer interface {
Deployments(namespace string) DeploymentInterface
}
DeploymentsNamespacer has methods to work with Deployment resources in a namespace
type Fake ¶
type Fake struct { // Fake by default keeps a simple list of the methods that have been called. Actions []FakeAction Err error // ReactFn is an optional function that will be invoked with the provided action // and return a response. ReactFn testclient.ReactionFunc }
Fake implements Interface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the method you want to test easier.
func (*Fake) BuildConfigs ¶ added in v0.2.1
func (c *Fake) BuildConfigs(namespace string) BuildConfigInterface
func (*Fake) BuildLogs ¶ added in v0.4.1
func (c *Fake) BuildLogs(namespace string) BuildLogsInterface
func (*Fake) Builds ¶ added in v0.2.1
func (c *Fake) Builds(namespace string) BuildInterface
func (*Fake) DeploymentConfigs ¶ added in v0.2.1
func (c *Fake) DeploymentConfigs(namespace string) DeploymentConfigInterface
func (*Fake) Deployments ¶ added in v0.2.1
func (c *Fake) Deployments(namespace string) DeploymentInterface
func (*Fake) Identities ¶ added in v0.4.2
func (c *Fake) Identities() IdentityInterface
func (*Fake) ImageRepositories ¶ added in v0.2.1
func (c *Fake) ImageRepositories(namespace string) ImageRepositoryInterface
func (*Fake) ImageRepositoryMappings ¶ added in v0.2.1
func (c *Fake) ImageRepositoryMappings(namespace string) ImageRepositoryMappingInterface
func (*Fake) ImageRepositoryTags ¶ added in v0.2.1
func (c *Fake) ImageRepositoryTags(namespace string) ImageRepositoryTagInterface
func (*Fake) ImageStreamImages ¶ added in v0.4.2
func (c *Fake) ImageStreamImages(namespace string) ImageStreamImageInterface
func (*Fake) ImageStreamMappings ¶ added in v0.4.3
func (c *Fake) ImageStreamMappings(namespace string) ImageStreamMappingInterface
func (*Fake) ImageStreamTags ¶ added in v0.4.3
func (c *Fake) ImageStreamTags(namespace string) ImageStreamTagInterface
func (*Fake) ImageStreams ¶ added in v0.4.3
func (c *Fake) ImageStreams(namespace string) ImageStreamInterface
func (*Fake) Images ¶ added in v0.2.1
func (c *Fake) Images() ImageInterface
func (*Fake) Policies ¶ added in v0.2.2
func (c *Fake) Policies(namespace string) PolicyInterface
func (*Fake) PolicyBindings ¶ added in v0.2.2
func (c *Fake) PolicyBindings(namespace string) PolicyBindingInterface
func (*Fake) ProjectRequests ¶ added in v0.4.4
func (c *Fake) ProjectRequests() ProjectRequestInterface
func (*Fake) Projects ¶ added in v0.2.1
func (c *Fake) Projects() ProjectInterface
func (*Fake) ResourceAccessReviews ¶ added in v0.3.1
func (c *Fake) ResourceAccessReviews(namespace string) ResourceAccessReviewInterface
func (*Fake) RoleBindings ¶ added in v0.2.2
func (c *Fake) RoleBindings(namespace string) RoleBindingInterface
func (*Fake) Roles ¶ added in v0.2.2
func (c *Fake) Roles(namespace string) RoleInterface
func (*Fake) RootResourceAccessReviews ¶ added in v0.4.1
func (c *Fake) RootResourceAccessReviews() ResourceAccessReviewInterface
func (*Fake) Routes ¶ added in v0.2.1
func (c *Fake) Routes(namespace string) RouteInterface
func (*Fake) SubjectAccessReviews ¶ added in v0.3.1
func (c *Fake) SubjectAccessReviews(namespace string) SubjectAccessReviewInterface
func (*Fake) TemplateConfigs ¶ added in v0.4.4
func (c *Fake) TemplateConfigs(namespace string) TemplateConfigInterface
func (*Fake) Templates ¶ added in v0.3.2
func (c *Fake) Templates(namespace string) TemplateInterface
func (*Fake) UserIdentityMappings ¶ added in v0.2.1
func (c *Fake) UserIdentityMappings() UserIdentityMappingInterface
func (*Fake) Users ¶ added in v0.2.1
func (c *Fake) Users() UserInterface
type FakeAction ¶
type FakeAction testclient.FakeAction
type FakeBuildConfigs ¶ added in v0.2.1
FakeBuildConfigs implements BuildConfigInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeBuildConfigs) Create ¶ added in v0.2.1
func (c *FakeBuildConfigs) Create(config *buildapi.BuildConfig) (*buildapi.BuildConfig, error)
func (*FakeBuildConfigs) Delete ¶ added in v0.2.1
func (c *FakeBuildConfigs) Delete(name string) error
func (*FakeBuildConfigs) Get ¶ added in v0.2.1
func (c *FakeBuildConfigs) Get(name string) (*buildapi.BuildConfig, error)
func (*FakeBuildConfigs) Instantiate ¶ added in v0.4.2
func (c *FakeBuildConfigs) Instantiate(request *buildapi.BuildRequest) (result *buildapi.Build, err error)
func (*FakeBuildConfigs) List ¶ added in v0.2.1
func (c *FakeBuildConfigs) List(label labels.Selector, field fields.Selector) (*buildapi.BuildConfigList, error)
func (*FakeBuildConfigs) Update ¶ added in v0.2.1
func (c *FakeBuildConfigs) Update(config *buildapi.BuildConfig) (*buildapi.BuildConfig, error)
type FakeBuildLogs ¶ added in v0.4.1
FakeBuildLogs implements BuildLogsInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
type FakeBuilds ¶ added in v0.2.1
FakeBuilds implements BuildInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeBuilds) Clone ¶ added in v0.4.2
func (c *FakeBuilds) Clone(request *buildapi.BuildRequest) (result *buildapi.Build, err error)
func (*FakeBuilds) Delete ¶ added in v0.2.1
func (c *FakeBuilds) Delete(name string) error
func (*FakeBuilds) Get ¶ added in v0.2.1
func (c *FakeBuilds) Get(name string) (*buildapi.Build, error)
type FakeDeploymentConfigs ¶ added in v0.2.1
FakeDeploymentConfigs implements BuildInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeDeploymentConfigs) Create ¶ added in v0.2.1
func (c *FakeDeploymentConfigs) Create(config *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error)
func (*FakeDeploymentConfigs) Delete ¶ added in v0.2.1
func (c *FakeDeploymentConfigs) Delete(name string) error
func (*FakeDeploymentConfigs) Generate ¶ added in v0.2.1
func (c *FakeDeploymentConfigs) Generate(name string) (*deployapi.DeploymentConfig, error)
func (*FakeDeploymentConfigs) Get ¶ added in v0.2.1
func (c *FakeDeploymentConfigs) Get(name string) (*deployapi.DeploymentConfig, error)
func (*FakeDeploymentConfigs) List ¶ added in v0.2.1
func (c *FakeDeploymentConfigs) List(label labels.Selector, field fields.Selector) (*deployapi.DeploymentConfigList, error)
func (*FakeDeploymentConfigs) Rollback ¶ added in v0.2.2
func (c *FakeDeploymentConfigs) Rollback(config *deployapi.DeploymentConfigRollback) (result *deployapi.DeploymentConfig, err error)
func (*FakeDeploymentConfigs) Update ¶ added in v0.2.1
func (c *FakeDeploymentConfigs) Update(config *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error)
type FakeDeployments ¶ added in v0.2.1
FakeDeployments implements BuildInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeDeployments) Create ¶ added in v0.2.1
func (c *FakeDeployments) Create(deployment *deployapi.Deployment) (*deployapi.Deployment, error)
func (*FakeDeployments) Delete ¶ added in v0.2.1
func (c *FakeDeployments) Delete(name string) error
func (*FakeDeployments) Get ¶ added in v0.2.1
func (c *FakeDeployments) Get(name string) (*deployapi.Deployment, error)
func (*FakeDeployments) List ¶ added in v0.2.1
func (c *FakeDeployments) List(label labels.Selector, field fields.Selector) (*deployapi.DeploymentList, error)
func (*FakeDeployments) Update ¶ added in v0.2.1
func (c *FakeDeployments) Update(deployment *deployapi.Deployment) (*deployapi.Deployment, error)
type FakeIdentities ¶ added in v0.4.2
type FakeIdentities struct {
Fake *Fake
}
FakeIdentities implements IdentitiesInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeIdentities) Get ¶ added in v0.4.2
func (c *FakeIdentities) Get(name string) (*userapi.Identity, error)
func (*FakeIdentities) List ¶ added in v0.4.2
func (c *FakeIdentities) List(label labels.Selector, field fields.Selector) (*userapi.IdentityList, error)
type FakeImageRepositories ¶ added in v0.2.1
FakeImageRepositories implements ImageRepositoryInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeImageRepositories) Create ¶ added in v0.2.1
func (c *FakeImageRepositories) Create(repo *imageapi.ImageRepository) (*imageapi.ImageRepository, error)
func (*FakeImageRepositories) Delete ¶ added in v0.2.1
func (c *FakeImageRepositories) Delete(name string) error
func (*FakeImageRepositories) Get ¶ added in v0.2.1
func (c *FakeImageRepositories) Get(name string) (*imageapi.ImageRepository, error)
func (*FakeImageRepositories) List ¶ added in v0.2.1
func (c *FakeImageRepositories) List(label labels.Selector, field fields.Selector) (*imageapi.ImageRepositoryList, error)
func (*FakeImageRepositories) Update ¶ added in v0.2.1
func (c *FakeImageRepositories) Update(repo *imageapi.ImageRepository) (*imageapi.ImageRepository, error)
type FakeImageRepositoryMappings ¶ added in v0.2.1
FakeImageRepositories implements ImageRepositoryMappingInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeImageRepositoryMappings) Create ¶ added in v0.2.1
func (c *FakeImageRepositoryMappings) Create(mapping *imageapi.ImageRepositoryMapping) error
type FakeImageRepositoryTags ¶ added in v0.2.1
FakeImageRepositoryTags implements ImageRepositoryTagInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeImageRepositoryTags) Delete ¶ added in v0.4.2
func (c *FakeImageRepositoryTags) Delete(name, tag string) error
func (*FakeImageRepositoryTags) Get ¶ added in v0.2.1
func (c *FakeImageRepositoryTags) Get(name, tag string) (result *imageapi.ImageRepositoryTag, err error)
type FakeImageStreamImages ¶ added in v0.4.2
FakeImageStreamImages implements ImageStreamImageInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeImageStreamImages) Get ¶ added in v0.4.2
func (c *FakeImageStreamImages) Get(name, id string) (result *imageapi.ImageStreamImage, err error)
type FakeImageStreamMappings ¶ added in v0.4.3
FakeImageStreams implements ImageStreamMappingInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeImageStreamMappings) Create ¶ added in v0.4.3
func (c *FakeImageStreamMappings) Create(mapping *imageapi.ImageStreamMapping) error
type FakeImageStreamTags ¶ added in v0.4.3
FakeImageStreamTags implements ImageStreamTagInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeImageStreamTags) Delete ¶ added in v0.4.3
func (c *FakeImageStreamTags) Delete(name, tag string) error
func (*FakeImageStreamTags) Get ¶ added in v0.4.3
func (c *FakeImageStreamTags) Get(name, tag string) (result *imageapi.ImageStreamTag, err error)
type FakeImageStreams ¶ added in v0.4.3
FakeImageStreams implements ImageStreamInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeImageStreams) Create ¶ added in v0.4.3
func (c *FakeImageStreams) Create(repo *imageapi.ImageStream) (*imageapi.ImageStream, error)
func (*FakeImageStreams) Delete ¶ added in v0.4.3
func (c *FakeImageStreams) Delete(name string) error
func (*FakeImageStreams) Get ¶ added in v0.4.3
func (c *FakeImageStreams) Get(name string) (*imageapi.ImageStream, error)
func (*FakeImageStreams) List ¶ added in v0.4.3
func (c *FakeImageStreams) List(label labels.Selector, field fields.Selector) (*imageapi.ImageStreamList, error)
func (*FakeImageStreams) Update ¶ added in v0.4.3
func (c *FakeImageStreams) Update(repo *imageapi.ImageStream) (*imageapi.ImageStream, error)
type FakeImages ¶ added in v0.2.1
type FakeImages struct {
Fake *Fake
}
FakeImages implements ImageInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeImages) Delete ¶ added in v0.2.1
func (c *FakeImages) Delete(name string) error
type FakePolicies ¶ added in v0.2.2
type FakePolicies struct {
Fake *Fake
}
func (*FakePolicies) Delete ¶ added in v0.2.2
func (c *FakePolicies) Delete(name string) error
func (*FakePolicies) Get ¶ added in v0.2.2
func (c *FakePolicies) Get(name string) (*authorizationapi.Policy, error)
func (*FakePolicies) List ¶ added in v0.2.2
func (c *FakePolicies) List(label labels.Selector, field fields.Selector) (*authorizationapi.PolicyList, error)
type FakePolicyBindings ¶ added in v0.2.2
type FakePolicyBindings struct {
Fake *Fake
}
func (*FakePolicyBindings) Create ¶ added in v0.2.2
func (c *FakePolicyBindings) Create(policyBinding *authorizationapi.PolicyBinding) (*authorizationapi.PolicyBinding, error)
func (*FakePolicyBindings) Delete ¶ added in v0.2.2
func (c *FakePolicyBindings) Delete(name string) error
func (*FakePolicyBindings) Get ¶ added in v0.2.2
func (c *FakePolicyBindings) Get(name string) (*authorizationapi.PolicyBinding, error)
func (*FakePolicyBindings) List ¶ added in v0.2.2
func (c *FakePolicyBindings) List(label labels.Selector, field fields.Selector) (*authorizationapi.PolicyBindingList, error)
type FakeProjectRequests ¶ added in v0.4.4
type FakeProjectRequests struct {
Fake *Fake
}
func (*FakeProjectRequests) Create ¶ added in v0.4.4
func (c *FakeProjectRequests) Create(project *projectapi.ProjectRequest) (*projectapi.Project, error)
type FakeProjects ¶ added in v0.2.1
type FakeProjects struct {
Fake *Fake
}
func (*FakeProjects) Create ¶ added in v0.2.1
func (c *FakeProjects) Create(project *projectapi.Project) (*projectapi.Project, error)
func (*FakeProjects) Delete ¶ added in v0.2.1
func (c *FakeProjects) Delete(name string) error
func (*FakeProjects) Get ¶ added in v0.2.1
func (c *FakeProjects) Get(name string) (*projectapi.Project, error)
func (*FakeProjects) List ¶ added in v0.2.1
func (c *FakeProjects) List(label labels.Selector, field fields.Selector) (*projectapi.ProjectList, error)
func (*FakeProjects) Update ¶ added in v0.2.1
func (c *FakeProjects) Update(project *projectapi.Project) (*projectapi.Project, error)
type FakeResourceAccessReviews ¶ added in v0.3.1
type FakeResourceAccessReviews struct {
Fake *Fake
}
func (*FakeResourceAccessReviews) Create ¶ added in v0.3.1
func (c *FakeResourceAccessReviews) Create(resourceAccessReview *authorizationapi.ResourceAccessReview) (*authorizationapi.ResourceAccessReviewResponse, error)
type FakeRoleBindings ¶ added in v0.2.2
type FakeRoleBindings struct {
Fake *Fake
}
func (*FakeRoleBindings) Create ¶ added in v0.2.2
func (c *FakeRoleBindings) Create(roleBinding *authorizationapi.RoleBinding) (*authorizationapi.RoleBinding, error)
func (*FakeRoleBindings) Delete ¶ added in v0.2.2
func (c *FakeRoleBindings) Delete(name string) error
func (*FakeRoleBindings) Get ¶ added in v0.4.2
func (c *FakeRoleBindings) Get(name string) (*authorizationapi.RoleBinding, error)
func (*FakeRoleBindings) List ¶ added in v0.4.2
func (c *FakeRoleBindings) List(label labels.Selector, field fields.Selector) (*authorizationapi.RoleBindingList, error)
func (*FakeRoleBindings) Update ¶ added in v0.2.2
func (c *FakeRoleBindings) Update(roleBinding *authorizationapi.RoleBinding) (*authorizationapi.RoleBinding, error)
type FakeRoles ¶ added in v0.2.2
type FakeRoles struct {
Fake *Fake
}
func (*FakeRoles) Create ¶ added in v0.2.2
func (c *FakeRoles) Create(role *authorizationapi.Role) (*authorizationapi.Role, error)
func (*FakeRoles) Get ¶ added in v0.4.2
func (c *FakeRoles) Get(name string) (*authorizationapi.Role, error)
func (*FakeRoles) Update ¶ added in v0.2.2
func (c *FakeRoles) Update(role *authorizationapi.Role) (*authorizationapi.Role, error)
type FakeRootResourceAccessReviews ¶ added in v0.4.1
type FakeRootResourceAccessReviews struct {
Fake *Fake
}
func (*FakeRootResourceAccessReviews) Create ¶ added in v0.4.1
func (c *FakeRootResourceAccessReviews) Create(resourceAccessReview *authorizationapi.ResourceAccessReview) (*authorizationapi.ResourceAccessReviewResponse, error)
type FakeRoutes ¶ added in v0.2.1
FakeRoutes implements BuildInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeRoutes) Delete ¶ added in v0.2.1
func (c *FakeRoutes) Delete(name string) error
func (*FakeRoutes) Get ¶ added in v0.2.1
func (c *FakeRoutes) Get(name string) (*routeapi.Route, error)
type FakeSubjectAccessReviews ¶ added in v0.3.1
type FakeSubjectAccessReviews struct {
Fake *Fake
}
func (*FakeSubjectAccessReviews) Create ¶ added in v0.3.1
func (c *FakeSubjectAccessReviews) Create(subjectAccessReview *authorizationapi.SubjectAccessReview) (*authorizationapi.SubjectAccessReviewResponse, error)
type FakeTemplateConfigs ¶ added in v0.4.4
FakeTemplateConfigs implements TemplateConfigsInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeTemplateConfigs) Create ¶ added in v0.4.4
func (c *FakeTemplateConfigs) Create(template *templateapi.Template) (*kapi.List, error)
type FakeTemplates ¶ added in v0.3.2
FakeTemplates implements TemplateInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeTemplates) Create ¶ added in v0.3.2
func (c *FakeTemplates) Create(template *templateapi.Template) (*templateapi.Template, error)
func (*FakeTemplates) Delete ¶ added in v0.3.2
func (c *FakeTemplates) Delete(name string) error
func (*FakeTemplates) Get ¶ added in v0.3.2
func (c *FakeTemplates) Get(name string) (*templateapi.Template, error)
func (*FakeTemplates) List ¶ added in v0.3.2
func (c *FakeTemplates) List(label labels.Selector, field fields.Selector) (*templateapi.TemplateList, error)
func (*FakeTemplates) Update ¶ added in v0.3.2
func (c *FakeTemplates) Update(template *templateapi.Template) (*templateapi.Template, error)
type FakeUserIdentityMappings ¶ added in v0.2.1
type FakeUserIdentityMappings struct {
Fake *Fake
}
FakeUserIdentityMappings implements BuildInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
func (*FakeUserIdentityMappings) Create ¶ added in v0.4.2
func (c *FakeUserIdentityMappings) Create(mapping *userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error)
func (*FakeUserIdentityMappings) Delete ¶ added in v0.4.2
func (c *FakeUserIdentityMappings) Delete(name string) error
func (*FakeUserIdentityMappings) Get ¶ added in v0.4.2
func (c *FakeUserIdentityMappings) Get(name string) (*userapi.UserIdentityMapping, error)
func (*FakeUserIdentityMappings) Update ¶ added in v0.4.2
func (c *FakeUserIdentityMappings) Update(mapping *userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error)
type FakeUsers ¶ added in v0.2.1
type FakeUsers struct {
Fake *Fake
}
FakeUsers implements BuildInterface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the methods you want to test easier.
type IdentitiesInterface ¶ added in v0.4.2
type IdentitiesInterface interface {
Identities() IdentityInterface
}
IdentitiesInterface has methods to work with Identity resources
type IdentityInterface ¶ added in v0.4.2
type IdentityInterface interface { List(label labels.Selector, field fields.Selector) (*userapi.IdentityList, error) Get(name string) (*userapi.Identity, error) Create(identity *userapi.Identity) (*userapi.Identity, error) Update(identity *userapi.Identity) (*userapi.Identity, error) }
IdentityInterface exposes methods on identity resources.
type ImageInterface ¶
type ImageInterface interface { List(label labels.Selector, field fields.Selector) (*imageapi.ImageList, error) Get(name string) (*imageapi.Image, error) Create(image *imageapi.Image) (*imageapi.Image, error) Delete(name string) error }
ImageInterface exposes methods on Image resources.
type ImageRepositoriesNamespacer ¶ added in v0.2.1
type ImageRepositoriesNamespacer interface {
ImageRepositories(namespace string) ImageRepositoryInterface
}
ImageRepositoriesNamespacer has methods to work with ImageRepository resources in a namespace
type ImageRepositoryInterface ¶
type ImageRepositoryInterface interface { List(label labels.Selector, field fields.Selector) (*imageapi.ImageRepositoryList, error) Get(name string) (*imageapi.ImageRepository, error) Create(repo *imageapi.ImageRepository) (*imageapi.ImageRepository, error) Update(repo *imageapi.ImageRepository) (*imageapi.ImageRepository, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) }
ImageRepositoryInterface exposes methods on ImageRepository resources.
type ImageRepositoryMappingInterface ¶
type ImageRepositoryMappingInterface interface {
Create(mapping *imageapi.ImageRepositoryMapping) error
}
ImageRepositoryMappingInterface exposes methods on ImageRepositoryMapping resources.
type ImageRepositoryMappingsNamespacer ¶ added in v0.2.1
type ImageRepositoryMappingsNamespacer interface {
ImageRepositoryMappings(namespace string) ImageRepositoryMappingInterface
}
ImageRepositoryMappingsNamespacer has methods to work with ImageRepositoryMapping resources in a namespace
type ImageRepositoryNamespaceGetter ¶ added in v0.3.1
type ImageRepositoryNamespaceGetter interface {
GetByNamespace(namespace, name string) (*imageapi.ImageRepository, error)
}
ImageRepositoryNamespaceGetter exposes methods to get ImageRepositories by Namespace
type ImageRepositoryTagInterface ¶ added in v0.2.1
type ImageRepositoryTagInterface interface { Get(name, tag string) (*api.ImageRepositoryTag, error) Delete(name, tag string) error }
ImageRepositoryTagInterface exposes methods on ImageRepositoryTag resources.
type ImageRepositoryTagsNamespacer ¶ added in v0.2.1
type ImageRepositoryTagsNamespacer interface {
ImageRepositoryTags(namespace string) ImageRepositoryTagInterface
}
ImageRepositoryTagsNamespacer has methods to work with ImageRepositoryTag resources in a namespace
type ImageStreamImageInterface ¶ added in v0.4.2
type ImageStreamImageInterface interface {
Get(name, id string) (*api.ImageStreamImage, error)
}
ImageStreamImageInterface exposes methods on ImageStreamImage resources.
type ImageStreamImagesNamespacer ¶ added in v0.4.2
type ImageStreamImagesNamespacer interface {
ImageStreamImages(namespace string) ImageStreamImageInterface
}
ImageStreamImagesNamespacer has methods to work with ImageStreamImage resources in a namespace
type ImageStreamInterface ¶ added in v0.4.3
type ImageStreamInterface interface { List(label labels.Selector, field fields.Selector) (*imageapi.ImageStreamList, error) Get(name string) (*imageapi.ImageStream, error) Create(stream *imageapi.ImageStream) (*imageapi.ImageStream, error) Update(stream *imageapi.ImageStream) (*imageapi.ImageStream, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) }
ImageStreamInterface exposes methods on ImageStream resources.
type ImageStreamMappingInterface ¶ added in v0.4.3
type ImageStreamMappingInterface interface {
Create(mapping *imageapi.ImageStreamMapping) error
}
ImageStreamMappingInterface exposes methods on ImageStreamMapping resources.
type ImageStreamMappingsNamespacer ¶ added in v0.4.3
type ImageStreamMappingsNamespacer interface {
ImageStreamMappings(namespace string) ImageStreamMappingInterface
}
ImageStreamMappingsNamespacer has methods to work with ImageStreamMapping resources in a namespace
type ImageStreamNamespaceGetter ¶ added in v0.4.3
type ImageStreamNamespaceGetter interface {
GetByNamespace(namespace, name string) (*imageapi.ImageStream, error)
}
ImageStreamNamespaceGetter exposes methods to get ImageStreams by Namespace
type ImageStreamTagInterface ¶ added in v0.4.3
type ImageStreamTagInterface interface { Get(name, tag string) (*api.ImageStreamTag, error) Delete(name, tag string) error }
ImageStreamTagInterface exposes methods on ImageStreamTag resources.
type ImageStreamTagsNamespacer ¶ added in v0.4.3
type ImageStreamTagsNamespacer interface {
ImageStreamTags(namespace string) ImageStreamTagInterface
}
ImageStreamTagsNamespacer has methods to work with ImageStreamTag resources in a namespace
type ImageStreamsNamespacer ¶ added in v0.4.3
type ImageStreamsNamespacer interface {
ImageStreams(namespace string) ImageStreamInterface
}
ImageStreamsNamespacer has methods to work with ImageStream resources in a namespace
type ImagesInterfacer ¶ added in v0.4.2
type ImagesInterfacer interface {
Images() ImageInterface
}
ImagesInterfacer has methods to work with Image resources
type Interface ¶
type Interface interface { BuildsNamespacer BuildConfigsNamespacer BuildLogsNamespacer ImagesInterfacer ImageRepositoriesNamespacer ImageRepositoryMappingsNamespacer ImageRepositoryTagsNamespacer ImageStreamsNamespacer ImageStreamMappingsNamespacer ImageStreamTagsNamespacer ImageStreamImagesNamespacer DeploymentsNamespacer DeploymentConfigsNamespacer RoutesNamespacer IdentitiesInterface UsersInterface UserIdentityMappingsInterface ProjectsInterface ProjectRequestsInterface PoliciesNamespacer RolesNamespacer RoleBindingsNamespacer PolicyBindingsNamespacer ResourceAccessReviewsNamespacer RootResourceAccessReviews SubjectAccessReviewsNamespacer TemplatesNamespacer TemplateConfigsNamespacer }
Interface exposes methods on OpenShift resources.
type PoliciesNamespacer ¶ added in v0.2.2
type PoliciesNamespacer interface {
Policies(namespace string) PolicyInterface
}
PoliciesNamespacer has methods to work with Policy resources in a namespace
type PolicyBindingInterface ¶ added in v0.2.2
type PolicyBindingInterface interface { List(label labels.Selector, field fields.Selector) (*authorizationapi.PolicyBindingList, error) Get(name string) (*authorizationapi.PolicyBinding, error) Create(policyBinding *authorizationapi.PolicyBinding) (*authorizationapi.PolicyBinding, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) }
PolicyBindingInterface exposes methods on PolicyBinding resources.
type PolicyBindingsNamespacer ¶ added in v0.2.2
type PolicyBindingsNamespacer interface {
PolicyBindings(namespace string) PolicyBindingInterface
}
PolicyBindingsNamespacer has methods to work with PolicyBinding resources in a namespace
type PolicyInterface ¶ added in v0.2.2
type PolicyInterface interface { List(label labels.Selector, field fields.Selector) (*authorizationapi.PolicyList, error) Get(name string) (*authorizationapi.Policy, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) }
PolicyInterface exposes methods on Policy resources.
type ProjectInterface ¶ added in v0.2.1
type ProjectInterface interface { Create(p *projectapi.Project) (*projectapi.Project, error) Delete(name string) error Get(name string) (*projectapi.Project, error) List(label labels.Selector, field fields.Selector) (*projectapi.ProjectList, error) }
UserInterface exposes methods on user resources.
type ProjectRequestInterface ¶ added in v0.4.4
type ProjectRequestInterface interface {
Create(p *projectapi.ProjectRequest) (*projectapi.Project, error)
}
UserInterface exposes methods on user resources.
type ProjectRequestsInterface ¶ added in v0.4.4
type ProjectRequestsInterface interface {
ProjectRequests() ProjectRequestInterface
}
UsersInterface has methods to work with User resources in a namespace
type ProjectsInterface ¶ added in v0.2.1
type ProjectsInterface interface {
Projects() ProjectInterface
}
UsersInterface has methods to work with User resources in a namespace
type ResourceAccessReviewInterface ¶ added in v0.3.1
type ResourceAccessReviewInterface interface {
Create(policy *authorizationapi.ResourceAccessReview) (*authorizationapi.ResourceAccessReviewResponse, error)
}
ResourceAccessReviewInterface exposes methods on ResourceAccessReview resources.
type ResourceAccessReviewsNamespacer ¶ added in v0.3.1
type ResourceAccessReviewsNamespacer interface {
ResourceAccessReviews(namespace string) ResourceAccessReviewInterface
}
ResourceAccessReviewsNamespacer has methods to work with ResourceAccessReview resources in a namespace
type RoleBindingInterface ¶ added in v0.2.2
type RoleBindingInterface interface { List(label labels.Selector, field fields.Selector) (*authorizationapi.RoleBindingList, error) Get(name string) (*authorizationapi.RoleBinding, error) Create(roleBinding *authorizationapi.RoleBinding) (*authorizationapi.RoleBinding, error) Update(roleBinding *authorizationapi.RoleBinding) (*authorizationapi.RoleBinding, error) Delete(name string) error }
RoleBindingInterface exposes methods on RoleBinding resources.
type RoleBindingsNamespacer ¶ added in v0.2.2
type RoleBindingsNamespacer interface {
RoleBindings(namespace string) RoleBindingInterface
}
RoleBindingsNamespacer has methods to work with RoleBinding resources in a namespace
type RoleInterface ¶ added in v0.2.2
type RoleInterface interface { List(label labels.Selector, field fields.Selector) (*authorizationapi.RoleList, error) Get(name string) (*authorizationapi.Role, error) Create(role *authorizationapi.Role) (*authorizationapi.Role, error) Update(role *authorizationapi.Role) (*authorizationapi.Role, error) Delete(name string) error }
RoleInterface exposes methods on Role resources.
type RolesNamespacer ¶ added in v0.2.2
type RolesNamespacer interface {
Roles(namespace string) RoleInterface
}
RolesNamespacer has methods to work with Role resources in a namespace
type RootResourceAccessReviews ¶ added in v0.4.1
type RootResourceAccessReviews interface {
RootResourceAccessReviews() ResourceAccessReviewInterface
}
RootResourceAccessReviews has methods to work with ResourceAccessReview resources in the root scope
type RouteInterface ¶
type RouteInterface interface { List(label labels.Selector, field fields.Selector) (*routeapi.RouteList, error) Get(name string) (*routeapi.Route, error) Create(route *routeapi.Route) (*routeapi.Route, error) Update(route *routeapi.Route) (*routeapi.Route, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) }
RouteInterface exposes methods on Route resources
type RoutesNamespacer ¶ added in v0.2.1
type RoutesNamespacer interface {
Routes(namespace string) RouteInterface
}
RoutesNamespacer has methods to work with Route resources in a namespace
type SubjectAccessReviewInterface ¶ added in v0.3.1
type SubjectAccessReviewInterface interface {
Create(policy *authorizationapi.SubjectAccessReview) (*authorizationapi.SubjectAccessReviewResponse, error)
}
SubjectAccessReviewInterface exposes methods on SubjectAccessReview resources.
type SubjectAccessReviewsNamespacer ¶ added in v0.3.1
type SubjectAccessReviewsNamespacer interface {
SubjectAccessReviews(namespace string) SubjectAccessReviewInterface
}
SubjectAccessReviewsNamespacer has methods to work with SubjectAccessReview resources in a namespace
type TemplateConfigInterface ¶ added in v0.2.2
type TemplateConfigInterface interface {
Create(t *templateapi.Template) (*kapi.List, error)
}
TemplateConfigInterface exposes methods on Image resources.
type TemplateConfigsNamespacer ¶ added in v0.2.2
type TemplateConfigsNamespacer interface {
TemplateConfigs(namespace string) TemplateConfigInterface
}
TemplateConfigNamespacer has methods to work with Image resources in a namespace TODO: Rename to ProcessedTemplates
type TemplateInterface ¶ added in v0.3.2
type TemplateInterface interface { List(label labels.Selector, field fields.Selector) (*templateapi.TemplateList, error) Get(name string) (*templateapi.Template, error) Create(template *templateapi.Template) (*templateapi.Template, error) Update(template *templateapi.Template) (*templateapi.Template, error) Delete(name string) error Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) }
TemplateInterface exposes methods on Template resources.
type TemplatesNamespacer ¶ added in v0.3.2
type TemplatesNamespacer interface {
Templates(namespace string) TemplateInterface
}
TemplatesNamespacer has methods to work with Template resources in a namespace
type UserIdentityMappingInterface ¶
type UserIdentityMappingInterface interface { Get(string) (*userapi.UserIdentityMapping, error) Create(*userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error) Update(*userapi.UserIdentityMapping) (*userapi.UserIdentityMapping, error) Delete(string) error }
UserIdentityMappingInterface exposes methods on UserIdentityMapping resources.
type UserIdentityMappingsInterface ¶ added in v0.2.1
type UserIdentityMappingsInterface interface {
UserIdentityMappings() UserIdentityMappingInterface
}
UserIdentityMappingsInterface has methods to work with UserIdentityMapping resources in a namespace
type UserInterface ¶
type UserInterface interface { List(label labels.Selector, field fields.Selector) (*userapi.UserList, error) Get(name string) (*userapi.User, error) Create(user *userapi.User) (*userapi.User, error) Update(user *userapi.User) (*userapi.User, error) }
UserInterface exposes methods on user resources.
type UsersInterface ¶ added in v0.2.1
type UsersInterface interface {
Users() UserInterface
}
UsersInterface has methods to work with User resources
Source Files ¶
- buildconfigs.go
- buildlogs.go
- builds.go
- client.go
- deploymentconfigs.go
- deployments.go
- fake.go
- fake_buildconfigs.go
- fake_buildlogs.go
- fake_builds.go
- fake_deploymentconfigs.go
- fake_deployments.go
- fake_identities.go
- fake_imagerepositories.go
- fake_imagerepositorymappings.go
- fake_imagerepositorytags.go
- fake_images.go
- fake_imagestreamimages.go
- fake_imagestreammappings.go
- fake_imagestreams.go
- fake_imagestreamtags.go
- fake_policies.go
- fake_policybindings.go
- fake_projectrequests.go
- fake_projects.go
- fake_resourceaccessreview.go
- fake_rolebindings.go
- fake_roles.go
- fake_routes.go
- fake_subjectaccessreview.go
- fake_template_configs.go
- fake_templates.go
- fake_useridentitymappings.go
- fake_users.go
- identities.go
- imagerepositories.go
- imagerepositorymappings.go
- imagerepositorytags.go
- images.go
- imagestreamimages.go
- imagestreammappings.go
- imagestreams.go
- imagestreamtags.go
- policies.go
- policybindings.go
- projectrequests.go
- projects.go
- resourceaccessreview.go
- role_bindings.go
- roles.go
- routes.go
- subjectaccessreview.go
- templateconfigs.go
- templates.go
- useridentitymappings.go
- users.go