Skip to content

Commit f942cf9

Browse files
Refactor user change on service (#8347)
1 parent f4981d3 commit f942cf9

File tree

9 files changed

+908
-159
lines changed

9 files changed

+908
-159
lines changed

NOTICE-fips.txt

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -19019,6 +19019,74 @@ See the License for the specific language governing permissions and
1901919019
limitations under the License.
1902019020

1902119021

19022+
--------------------------------------------------------------------------------
19023+
Dependency : howett.net/plist
19024+
Version: v1.0.1
19025+
Licence type (autodetected): BSD-2-Clause
19026+
--------------------------------------------------------------------------------
19027+
19028+
Contents of probable licence file $GOMODCACHE/howett.net/[email protected]/LICENSE:
19029+
19030+
Copyright (c) 2013, Dustin L. Howett. All rights reserved.
19031+
19032+
Redistribution and use in source and binary forms, with or without
19033+
modification, are permitted provided that the following conditions are met:
19034+
19035+
1. Redistributions of source code must retain the above copyright notice, this
19036+
list of conditions and the following disclaimer.
19037+
2. Redistributions in binary form must reproduce the above copyright notice,
19038+
this list of conditions and the following disclaimer in the documentation
19039+
and/or other materials provided with the distribution.
19040+
19041+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19042+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19043+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19044+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19045+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19046+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19047+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
19048+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19049+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
19050+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19051+
19052+
The views and conclusions contained in the software and documentation are those
19053+
of the authors and should not be interpreted as representing official policies,
19054+
either expressed or implied, of the FreeBSD Project.
19055+
19056+
--------------------------------------------------------------------------------
19057+
Parts of this package were made available under the license covering
19058+
the Go language and all attended core libraries. That license follows.
19059+
--------------------------------------------------------------------------------
19060+
19061+
Copyright (c) 2012 The Go Authors. All rights reserved.
19062+
19063+
Redistribution and use in source and binary forms, with or without
19064+
modification, are permitted provided that the following conditions are
19065+
met:
19066+
19067+
* Redistributions of source code must retain the above copyright
19068+
notice, this list of conditions and the following disclaimer.
19069+
* Redistributions in binary form must reproduce the above
19070+
copyright notice, this list of conditions and the following disclaimer
19071+
in the documentation and/or other materials provided with the
19072+
distribution.
19073+
* Neither the name of Google Inc. nor the names of its
19074+
contributors may be used to endorse or promote products derived from
19075+
this software without specific prior written permission.
19076+
19077+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19078+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19079+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19080+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19081+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
19082+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
19083+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19084+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
19085+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19086+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
19087+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19088+
19089+
1902219090
--------------------------------------------------------------------------------
1902319091
Dependency : k8s.io/api
1902419092
Version: v0.32.3
@@ -85595,74 +85663,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8559585663
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8559685664
SOFTWARE.
8559785665

85598-
--------------------------------------------------------------------------------
85599-
Dependency : howett.net/plist
85600-
Version: v1.0.1
85601-
Licence type (autodetected): BSD-2-Clause
85602-
--------------------------------------------------------------------------------
85603-
85604-
Contents of probable licence file $GOMODCACHE/howett.net/[email protected]/LICENSE:
85605-
85606-
Copyright (c) 2013, Dustin L. Howett. All rights reserved.
85607-
85608-
Redistribution and use in source and binary forms, with or without
85609-
modification, are permitted provided that the following conditions are met:
85610-
85611-
1. Redistributions of source code must retain the above copyright notice, this
85612-
list of conditions and the following disclaimer.
85613-
2. Redistributions in binary form must reproduce the above copyright notice,
85614-
this list of conditions and the following disclaimer in the documentation
85615-
and/or other materials provided with the distribution.
85616-
85617-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
85618-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
85619-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
85620-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
85621-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
85622-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
85623-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
85624-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
85625-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
85626-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
85627-
85628-
The views and conclusions contained in the software and documentation are those
85629-
of the authors and should not be interpreted as representing official policies,
85630-
either expressed or implied, of the FreeBSD Project.
85631-
85632-
--------------------------------------------------------------------------------
85633-
Parts of this package were made available under the license covering
85634-
the Go language and all attended core libraries. That license follows.
85635-
--------------------------------------------------------------------------------
85636-
85637-
Copyright (c) 2012 The Go Authors. All rights reserved.
85638-
85639-
Redistribution and use in source and binary forms, with or without
85640-
modification, are permitted provided that the following conditions are
85641-
met:
85642-
85643-
* Redistributions of source code must retain the above copyright
85644-
notice, this list of conditions and the following disclaimer.
85645-
* Redistributions in binary form must reproduce the above
85646-
copyright notice, this list of conditions and the following disclaimer
85647-
in the documentation and/or other materials provided with the
85648-
distribution.
85649-
* Neither the name of Google Inc. nor the names of its
85650-
contributors may be used to endorse or promote products derived from
85651-
this software without specific prior written permission.
85652-
85653-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
85654-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
85655-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
85656-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
85657-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
85658-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
85659-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
85660-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
85661-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
85662-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
85663-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
85664-
85665-
8566685666
--------------------------------------------------------------------------------
8566785667
Dependency : k8s.io/klog/v2
8566885668
Version: v2.130.1

NOTICE.txt

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -19652,6 +19652,74 @@ See the License for the specific language governing permissions and
1965219652
limitations under the License.
1965319653

1965419654

19655+
--------------------------------------------------------------------------------
19656+
Dependency : howett.net/plist
19657+
Version: v1.0.1
19658+
Licence type (autodetected): BSD-2-Clause
19659+
--------------------------------------------------------------------------------
19660+
19661+
Contents of probable licence file $GOMODCACHE/howett.net/[email protected]/LICENSE:
19662+
19663+
Copyright (c) 2013, Dustin L. Howett. All rights reserved.
19664+
19665+
Redistribution and use in source and binary forms, with or without
19666+
modification, are permitted provided that the following conditions are met:
19667+
19668+
1. Redistributions of source code must retain the above copyright notice, this
19669+
list of conditions and the following disclaimer.
19670+
2. Redistributions in binary form must reproduce the above copyright notice,
19671+
this list of conditions and the following disclaimer in the documentation
19672+
and/or other materials provided with the distribution.
19673+
19674+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19675+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19676+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19677+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19678+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19679+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19680+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
19681+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19682+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
19683+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19684+
19685+
The views and conclusions contained in the software and documentation are those
19686+
of the authors and should not be interpreted as representing official policies,
19687+
either expressed or implied, of the FreeBSD Project.
19688+
19689+
--------------------------------------------------------------------------------
19690+
Parts of this package were made available under the license covering
19691+
the Go language and all attended core libraries. That license follows.
19692+
--------------------------------------------------------------------------------
19693+
19694+
Copyright (c) 2012 The Go Authors. All rights reserved.
19695+
19696+
Redistribution and use in source and binary forms, with or without
19697+
modification, are permitted provided that the following conditions are
19698+
met:
19699+
19700+
* Redistributions of source code must retain the above copyright
19701+
notice, this list of conditions and the following disclaimer.
19702+
* Redistributions in binary form must reproduce the above
19703+
copyright notice, this list of conditions and the following disclaimer
19704+
in the documentation and/or other materials provided with the
19705+
distribution.
19706+
* Neither the name of Google Inc. nor the names of its
19707+
contributors may be used to endorse or promote products derived from
19708+
this software without specific prior written permission.
19709+
19710+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19711+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19712+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19713+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19714+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
19715+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
19716+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19717+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
19718+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
19719+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
19720+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19721+
19722+
1965519723
--------------------------------------------------------------------------------
1965619724
Dependency : k8s.io/api
1965719725
Version: v0.32.3
@@ -95085,74 +95153,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9508595153
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9508695154
SOFTWARE.
9508795155

95088-
--------------------------------------------------------------------------------
95089-
Dependency : howett.net/plist
95090-
Version: v1.0.1
95091-
Licence type (autodetected): BSD-2-Clause
95092-
--------------------------------------------------------------------------------
95093-
95094-
Contents of probable licence file $GOMODCACHE/howett.net/[email protected]/LICENSE:
95095-
95096-
Copyright (c) 2013, Dustin L. Howett. All rights reserved.
95097-
95098-
Redistribution and use in source and binary forms, with or without
95099-
modification, are permitted provided that the following conditions are met:
95100-
95101-
1. Redistributions of source code must retain the above copyright notice, this
95102-
list of conditions and the following disclaimer.
95103-
2. Redistributions in binary form must reproduce the above copyright notice,
95104-
this list of conditions and the following disclaimer in the documentation
95105-
and/or other materials provided with the distribution.
95106-
95107-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
95108-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
95109-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
95110-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
95111-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
95112-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
95113-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
95114-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
95115-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
95116-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
95117-
95118-
The views and conclusions contained in the software and documentation are those
95119-
of the authors and should not be interpreted as representing official policies,
95120-
either expressed or implied, of the FreeBSD Project.
95121-
95122-
--------------------------------------------------------------------------------
95123-
Parts of this package were made available under the license covering
95124-
the Go language and all attended core libraries. That license follows.
95125-
--------------------------------------------------------------------------------
95126-
95127-
Copyright (c) 2012 The Go Authors. All rights reserved.
95128-
95129-
Redistribution and use in source and binary forms, with or without
95130-
modification, are permitted provided that the following conditions are
95131-
met:
95132-
95133-
* Redistributions of source code must retain the above copyright
95134-
notice, this list of conditions and the following disclaimer.
95135-
* Redistributions in binary form must reproduce the above
95136-
copyright notice, this list of conditions and the following disclaimer
95137-
in the documentation and/or other materials provided with the
95138-
distribution.
95139-
* Neither the name of Google Inc. nor the names of its
95140-
contributors may be used to endorse or promote products derived from
95141-
this software without specific prior written permission.
95142-
95143-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
95144-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
95145-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
95146-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
95147-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
95148-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
95149-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
95150-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
95151-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
95152-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
95153-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
95154-
95155-
9515695156
--------------------------------------------------------------------------------
9515795157
Dependency : k8s.io/klog/v2
9515895158
Version: v2.130.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ require (
102102
gopkg.in/yaml.v3 v3.0.1
103103
gotest.tools/gotestsum v1.12.2
104104
helm.sh/helm/v3 v3.15.4
105+
howett.net/plist v1.0.1
105106
k8s.io/api v0.32.3
106107
k8s.io/apimachinery v0.32.3
107108
k8s.io/cli-runtime v0.32.2
@@ -718,7 +719,6 @@ require (
718719
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
719720
gopkg.in/inf.v0 v0.9.1 // indirect
720721
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
721-
howett.net/plist v1.0.1 // indirect
722722
k8s.io/apiextensions-apiserver v0.32.2 // indirect
723723
k8s.io/apiserver v0.32.3 // indirect
724724
k8s.io/component-base v0.32.3 // indirect

0 commit comments

Comments
 (0)