Skip to content

Commit

Permalink
operator scaleops-operator (v1.11.8) (#5013)
Browse files Browse the repository at this point in the history
* Update ScaleOps Operator to v1.11.8

* Pin the operator manifests

---------

Co-authored-by: ScaleOps Releaser [bot] <actions@users.noreply.github.com>
  • Loading branch information
scaleops-bot and ScaleOps Releaser [bot] authored Jan 16, 2025
1 parent 7fcda20 commit 18370b9
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: scaleops.analysis.scaleops.sh
spec:
group: analysis.scaleops.sh
names:
kind: ScaleOps
listKind: ScaleOpsList
plural: scaleops
singular: scaleops
scope: Namespaced
versions:
- name: v1
schema:
openAPIV3Schema:
description: ScaleOps is the Schema for the scaleops API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: Spec defines the desired state of ScaleOps
type: object
x-kubernetes-preserve-unknown-fields: true
status:
description: Status defines the observed state of ScaleOps
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
creationTimestamp: null
name: scaleops-operator-manager-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:image-puller
subjects:
- kind: ServiceAccount
name: scaleops-operator-controller-manager
namespace: scaleops-system
Loading

0 comments on commit 18370b9

Please sign in to comment.