mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Merge pull request #4802 from oscr/the-the
grammar: replace all occurrences of "the the" with "the"
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
|||||||
// contains a Pod; Deployment, Job, StatefulSet, etc.
|
// contains a Pod; Deployment, Job, StatefulSet, etc.
|
||||||
// The ConfigMap is the ReferralTarget, the others are Referrers.
|
// The ConfigMap is the ReferralTarget, the others are Referrers.
|
||||||
//
|
//
|
||||||
// If the the name of a ConfigMap instance changed from 'alice' to 'bob',
|
// If the name of a ConfigMap instance changed from 'alice' to 'bob',
|
||||||
// one must
|
// one must
|
||||||
// - visit all objects that could refer to the ConfigMap (the Referrers)
|
// - visit all objects that could refer to the ConfigMap (the Referrers)
|
||||||
// - see if they mention 'alice',
|
// - see if they mention 'alice',
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ If the existing version is _v1.2.7_, then the new version will be:
|
|||||||
- `minor` -> _v1.3.0_
|
- `minor` -> _v1.3.0_
|
||||||
- `major` -> _v2.0.0_
|
- `major` -> _v2.0.0_
|
||||||
|
|
||||||
After establishing the the version, the command looks for a branch named
|
After establishing the version, the command looks for a branch named
|
||||||
|
|
||||||
> _release-{module}/-v{major}.{minor}_
|
> _release-{module}/-v{major}.{minor}_
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ If the existing version is _v1.2.7_, then the new version will be:
|
|||||||
- 'minor' -> _v1.3.0_
|
- 'minor' -> _v1.3.0_
|
||||||
- 'major' -> _v2.0.0_
|
- 'major' -> _v2.0.0_
|
||||||
|
|
||||||
After establishing the the version, the command looks for a branch named
|
After establishing the version, the command looks for a branch named
|
||||||
|
|
||||||
> _release-{module}/-v{major}.{minor}_
|
> _release-{module}/-v{major}.{minor}_
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// Copyright 2019 The Kubernetes Authors.
|
// Copyright 2019 The Kubernetes Authors.
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
// Package main contains an example using the the framework.
|
// Package main contains an example using the framework.
|
||||||
// The example annotates all resources in the input with the value provided as a flag,
|
// The example annotates all resources in the input with the value provided as a flag,
|
||||||
// and adds all resources in the templates/ directory to the list.
|
// and adds all resources in the templates/ directory to the list.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ type ByteWriter struct {
|
|||||||
// WrappingAPIVersion is the apiVersion for WrappingKind
|
// WrappingAPIVersion is the apiVersion for WrappingKind
|
||||||
WrappingAPIVersion string
|
WrappingAPIVersion string
|
||||||
|
|
||||||
// Sort if set, will cause ByteWriter to sort the the nodes before writing them.
|
// Sort if set, will cause ByteWriter to sort the nodes before writing them.
|
||||||
Sort bool
|
Sort bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -545,7 +545,7 @@ const (
|
|||||||
groupKey = "group"
|
groupKey = "group"
|
||||||
// versionKey is the key to lookup the version from the GVK extension
|
// versionKey is the key to lookup the version from the GVK extension
|
||||||
versionKey = "version"
|
versionKey = "version"
|
||||||
// kindKey is the the to lookup the kind from the GVK extension
|
// kindKey is the to lookup the kind from the GVK extension
|
||||||
kindKey = "kind"
|
kindKey = "kind"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ func (l *Walker) setAssociativeSequenceElements(valuesList [][]string, keys []st
|
|||||||
|
|
||||||
// Add the val to the sequence. val will replace the item in the sequence if
|
// Add the val to the sequence. val will replace the item in the sequence if
|
||||||
// there is an item that matches all key-value pairs. Otherwise val will be appended
|
// there is an item that matches all key-value pairs. Otherwise val will be appended
|
||||||
// the the sequence.
|
// the sequence.
|
||||||
_, err = itemsToBeAdded.Pipe(yaml.ElementSetter{
|
_, err = itemsToBeAdded.Pipe(yaml.ElementSetter{
|
||||||
Element: val.YNode(),
|
Element: val.YNode(),
|
||||||
Keys: validKeys,
|
Keys: validKeys,
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ The goal here is to make this feel real for users without getting bogged down.
|
|||||||
Scenario summary: As a [end user, extension developer, ...], I want to [...]
|
Scenario summary: As a [end user, extension developer, ...], I want to [...]
|
||||||
<!--
|
<!--
|
||||||
A walkthrough of what it will look like for a user to take advantage of the new feature.
|
A walkthrough of what it will look like for a user to take advantage of the new feature.
|
||||||
Include the the steps the user will take and samples of the commands they'll run
|
Include the steps the user will take and samples of the commands they'll run
|
||||||
and config they'll use.
|
and config they'll use.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ and config they'll use.
|
|||||||
Scenario summary: As a [end user, extension developer, ...], I want to [...]
|
Scenario summary: As a [end user, extension developer, ...], I want to [...]
|
||||||
<!--
|
<!--
|
||||||
A walkthrough of what it will look like for a user to take advantage of the new feature.
|
A walkthrough of what it will look like for a user to take advantage of the new feature.
|
||||||
Include the the steps the user will take and samples of the commands they'll run
|
Include the steps the user will take and samples of the commands they'll run
|
||||||
and config they'll use.
|
and config they'll use.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user