Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 128 for cipher (0.15 sec)

  1. src/runtime/extern.go

    	original call to lock. A future release is expected to align those and remove this setting.
    
    	invalidptr: invalidptr=1 (the default) causes the garbage collector and stack
    	copier to crash the program if an invalid pointer value (for example, 1)
    	is found in a pointer-typed location. Setting invalidptr=0 disables this check.
    	This should only be used as a temporary workaround to diagnose buggy code.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/provision_test.go

        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.
    */
    
    package persistentvolume
    
    import (
    	"errors"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  3. pkg/apis/core/zz_generated.deepcopy.go

    	}
    	if in.FlexVolume != nil {
    		in, out := &in.FlexVolume, &out.FlexVolume
    		*out = new(FlexPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Cinder != nil {
    		in, out := &in.Cinder, &out.Cinder
    		*out = new(CinderPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.CephFS != nil {
    		in, out := &in.CephFS, &out.CephFS
    		*out = new(CephFSPersistentVolumeSource)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.ISCSI != nil {
    		in, out := &in.ISCSI, &out.ISCSI
    		*out = new(ISCSIPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Cinder != nil {
    		in, out := &in.Cinder, &out.Cinder
    		*out = new(CinderPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.CephFS != nil {
    		in, out := &in.CephFS, &out.CephFS
    		*out = new(CephFSPersistentVolumeSource)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  5. pkg/volume/util/util.go

        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.
    */
    
    package util
    
    import (
    	"context"
    	"fmt"
    	"os"
    	"path/filepath"
    	"reflect"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/ppc64.s

    	VSPLTISB $1, V1                 // 1021030c
    	VSPLTISW $1, V1                 // 1021038c
    	VSPLTISH $1, V1                 // 1021034c
    	VCIPHER V1, V2, V3              // 10611508
    	VCIPHERLAST V1, V2, V3          // 10611509
    	VNCIPHER V1, V2, V3             // 10611548
    	VNCIPHERLAST V1, V2, V3         // 10611549
    	VSBOX V1, V2                    // 104105c8
    	VSHASIGMAW $1, V1, $15, V2      // 10418e82
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    ### Failing Test
    
    - Pkg k8s.io/apiserver/pkg/storage/cacher, method (*Cacher) Wait(context.Context) error ([#125450](https://github.com/kubernetes/kubernetes/pull/125450), [@mauri870](https://github.com/mauri870)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  8. pkg/features/kube_features.go

        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.
    */
    
    package features
    
    import (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "cinder": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.CinderVolumeSource"
                  }
                ],
                "description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
              },
              "configMap": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/api/core/v1.ISCSIPersistentVolumeSource"),
    						},
    					},
    					"cinder": {
    						SchemaProps: spec.SchemaProps{
    							Description: "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md",
    							Ref:         ref("k8s.io/api/core/v1.CinderPersistentVolumeSource"),
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top