subsets

package
v0.0.14-classic Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 License: AGPL-3.0-or-later Imports: 2 Imported by: 0

Documentation

Overview

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.

Copied from https://github.com/lightbend/akka-cluster-operator/blob/a2e764272030151940171031a9a7a3168e47b15b/pkg/controller/akkacluster/subset.go#L1

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SubsetEqual

func SubsetEqual(subset, superset interface{}) bool

SubsetEqual (A,B) returns true if A is a subset of B. This allows us to focus on a smaller set of required fields and ignore other fields that have downstream mutations to objects like creationTimestamp, uid, resourceVersion. The algorithm here is similar to reflect.DeepCopy, in that we use reflection to walk a potentially recursive tree. For comparison, we ignore empty or zero value fields in A.

Types

This section is empty.

Jump to

Keyboard shortcuts

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