package
Version:
v1.13.0-rc.10
Opens a new window with list of versions in this module.
Published: Mar 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
AreSame returns true if the resources have the same functional spec.
type LocalRemoteResources[T Resource] struct {
Local []T
Remote []T
}
Resource is a generic type constraint.
type Result[T Resource] struct {
Deleted []T
Updated []T
Created []T
}
Diff returns the difference between the local and remote resources of the
given kind.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.