mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
feat(deps): Bump golang, k8s and lib-csi versions (#444)
- go: 1.19.9 - k8s: v1.27.2 - klog: v2 - lib-csi: v0.7.0 Signed-off-by: shubham <shubham14bajpai@gmail.com>
This commit is contained in:
parent
ef61a5114c
commit
c0343d0480
3102 changed files with 798 additions and 1149218 deletions
|
|
@ -318,7 +318,7 @@ func (b *Builder) WithReplicas(replicas *int32) *Builder {
|
|||
return b
|
||||
}
|
||||
|
||||
//WithStrategyType sets the strategy field of the deployment
|
||||
// WithStrategyType sets the strategy field of the deployment
|
||||
func (b *Builder) WithStrategyType(
|
||||
strategytype appsv1.DeploymentStrategyType,
|
||||
) *Builder {
|
||||
|
|
@ -525,7 +525,7 @@ func (d *Deploy) IsTerminationInProgress() bool {
|
|||
|
||||
// IsUpdateInProgress Checks if all the replicas are updated or not.
|
||||
// If Status.AvailableReplicas < Status.UpdatedReplicas then all the
|
||||
//older replicas are not there but there are less number of availableReplicas
|
||||
// older replicas are not there but there are less number of availableReplicas
|
||||
func IsUpdateInProgress() Predicate {
|
||||
return func(d *Deploy) bool {
|
||||
return d.IsUpdateInProgress()
|
||||
|
|
|
|||
|
|
@ -69,7 +69,9 @@ func (b *Builder) WithNamespace(namespace string) *Builder {
|
|||
// WithContainerBuilder adds a container to this pod object.
|
||||
//
|
||||
// NOTE:
|
||||
// container details are present in the provided container
|
||||
//
|
||||
// container details are present in the provided container
|
||||
//
|
||||
// builder object
|
||||
func (b *Builder) WithContainerBuilder(
|
||||
containerBuilder *container.Builder,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ package stringer
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/ghodss/yaml"
|
||||
|
||||
"sigs.k8s.io/yaml"
|
||||
)
|
||||
|
||||
// Yaml returns the provided object
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import (
|
|||
appsv1 "k8s.io/api/apps/v1"
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
storagev1 "k8s.io/api/storage/v1"
|
||||
"k8s.io/klog"
|
||||
"k8s.io/klog/v2"
|
||||
|
||||
// auth plugins
|
||||
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
|
||||
|
|
|
|||
BIN
tests/tests.test
Executable file
BIN
tests/tests.test
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue