mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Remove unused code and modify tests to include set based selector
This commit is contained in:
@@ -63,7 +63,6 @@ func ControllerRevisionName(prefix string, hash uint32) string {
|
||||
func NewControllerRevision(parent metav1.Object,
|
||||
parentKind schema.GroupVersionKind,
|
||||
podLabels map[string]string,
|
||||
selector labels.Selector,
|
||||
data runtime.RawExtension,
|
||||
revision int64,
|
||||
collisionCount *int32) (*apps.ControllerRevision, error) {
|
||||
|
||||
Reference in New Issue
Block a user